diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 157bc38f..f5492906 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.204' + dotnet-version: '8.0.300' - name: Build run: eng\common\CIBuild.cmd -configuration Release -prepareMachine -integrationTest diff --git a/Directory.Packages.props b/Directory.Packages.props index 5b718a05..20deb96a 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -68,19 +68,19 @@ - - - + + + - - - - - - - - - + + + + + + + + + diff --git a/global.json b/global.json index c20cf73f..22341c78 100644 --- a/global.json +++ b/global.json @@ -1,12 +1,12 @@ { "sdk": { - "version": "8.0.204", + "version": "8.0.300", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "8.0.204" + "dotnet": "8.0.300" }, "msbuild-sdks": {