diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 20feb812..77098bc6 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -9,10 +9,10 @@ on: - develop env: - GITVERSION_VERSION: 5.7.0 + GITVERSION_VERSION: 5.8.1 MSVS_TOOLSET_VERSION: 16 SNAPX_DOTNET_FRAMEWORK_VERSION: net6.0 - DOTNET_NET60_VERSION: 6.0.100 + DOTNET_NET60_VERSION: 6.0.102 DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 DOTNET_NOLOGO: 1 @@ -70,7 +70,7 @@ jobs: password: ${{secrets.GITHUB_TOKEN }} - name: Setup .NET 6.0 - uses: actions/setup-dotnet@v1.8.2 + uses: actions/setup-dotnet@v1.9.0 with: dotnet-version: ${{ env.DOTNET_NET60_VERSION }} @@ -136,7 +136,7 @@ jobs: submodules: true - name: Setup .NET 6.0 - uses: actions/setup-dotnet@v1.8.2 + uses: actions/setup-dotnet@v1.9.0 with: dotnet-version: ${{ env.DOTNET_NET60_VERSION }} @@ -201,7 +201,7 @@ jobs: # # - name: Setup .NET 6.0 - # uses: actions/setup-dotnet@v1.8.2 + # uses: actions/setup-dotnet@v1.9.0 # with: # dotnet-version: ${{ env.DOTNET_NET60_VERSION }} @@ -253,7 +253,7 @@ jobs: path: ${{ github.workspace }} - name: Setup .NET 6.0 - uses: actions/setup-dotnet@v1.8.2 + uses: actions/setup-dotnet@v1.9.0 with: dotnet-version: ${{ env.DOTNET_NET60_VERSION }} diff --git a/GitVersion.yml b/GitVersion.yml index 51babd1d..7c031c9c 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,4 @@ -next-version: 4.0.1 +next-version: 4.0.2 mode: ContinuousDeployment continuous-delivery-fallback-tag: '' branches: diff --git a/README.md b/README.md index 27881ac8..2b13827d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Checkout our sample application, [snapx demoapp](https://github.com/fintermobili - Powershell v7 `dotnet tool update powershell -g` - .NET SDK v6.0 -- Visual Studio 2022 Preview 4.1 Community with C++ workload installed +- Visual Studio 2022 Community Edition with C++ workload installed #### Bootstrap snapx diff --git a/src/Snap.Installer/Snap.Installer.Deps.targets b/src/Snap.Installer/Snap.Installer.Deps.targets index 6f10f3f5..e165e8ea 100644 --- a/src/Snap.Installer/Snap.Installer.Deps.targets +++ b/src/Snap.Installer/Snap.Installer.Deps.targets @@ -3,6 +3,6 @@ - + diff --git a/src/Snap/Snap.Deps.targets b/src/Snap/Snap.Deps.targets index d591c0b9..1ab3dee5 100644 --- a/src/Snap/Snap.Deps.targets +++ b/src/Snap/Snap.Deps.targets @@ -3,7 +3,7 @@ - + diff --git a/src/Snapx/Snapx.csproj b/src/Snapx/Snapx.csproj index 12891b1b..8f162312 100644 --- a/src/Snapx/Snapx.csproj +++ b/src/Snapx/Snapx.csproj @@ -31,7 +31,7 @@ - +