diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a8cf279..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.419 - 7.0.406 - 8.0.200 + 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.200' + dotnet-version: '8.0.101' - name: Validate NuGet packages shell: pwsh diff --git a/Directory.Packages.props b/Directory.Packages.props index 6177c298..0e12059b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -230,16 +230,16 @@ - + - + - + @@ -252,7 +252,7 @@ --> - + @@ -275,16 +275,16 @@ - + - + - + @@ -297,7 +297,7 @@ --> - + @@ -320,17 +320,17 @@ - + - + - + - + @@ -343,7 +343,7 @@ --> - + @@ -354,8 +354,8 @@ - - + + diff --git a/global.json b/global.json index 6cd690f3..9b1f01ee 100644 --- a/global.json +++ b/global.json @@ -1,17 +1,17 @@ { "sdk": { - "version": "8.0.200", + "version": "8.0.101", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "8.0.200", + "dotnet": "8.0.101", "runtimes": { "aspnetcore": [ - "6.0.27", - "7.0.16" + "6.0.26", + "7.0.15" ] } },