diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74c45107..35ae2e35 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: '8.0.101' + dotnet-version: '8.0.204' - name: Build run: eng\common\CIBuild.cmd -configuration Release -prepareMachine -integrationTest diff --git a/Directory.Packages.props b/Directory.Packages.props index 0f46ef06..9db0419f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -68,23 +68,23 @@ - - - + + + - - - - - - - - - + + + + + + + + + - + diff --git a/global.json b/global.json index 3c18a7f1..c20cf73f 100644 --- a/global.json +++ b/global.json @@ -1,12 +1,12 @@ { "sdk": { - "version": "8.0.101", + "version": "8.0.204", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "8.0.101" + "dotnet": "8.0.204" }, "msbuild-sdks": {