diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 250f4bd7..2d0414d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,9 +43,9 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 6.0.408 - 7.0.302 - 8.0.100 + 6.0.418 + 7.0.405 + 8.0.101 # Arcade only allows the revision to contain up to two characters, and GitHub Actions does not roll-over # build numbers every day like Azure DevOps does. To balance these two requirements, set the official @@ -105,7 +105,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: '8.0.100' + dotnet-version: '8.0.101' - name: Validate NuGet packages shell: pwsh diff --git a/Directory.Packages.props b/Directory.Packages.props index c4d55347..61c362ba 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -224,16 +224,16 @@ - + - + - + @@ -246,7 +246,7 @@ --> - + @@ -269,16 +269,16 @@ - + - + - + @@ -291,7 +291,7 @@ --> - + @@ -314,16 +314,16 @@ - + - + - + - + @@ -336,7 +336,7 @@ --> - + @@ -347,8 +347,8 @@ - - + + diff --git a/global.json b/global.json index 8e39c20d..271acbdc 100644 --- a/global.json +++ b/global.json @@ -1,17 +1,17 @@ { "sdk": { - "version": "8.0.100", + "version": "8.0.101", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "8.0.100", + "dotnet": "8.0.101", "runtimes": { "aspnetcore": [ - "6.0.16", - "7.0.5" + "6.0.26", + "7.0.15" ] } },