From cbb841eda70a5d6be04ae8d7df1813b0a5232dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 22 May 2024 16:38:14 +0200 Subject: [PATCH] Bump the .NET SDK and the .NET packages --- .github/workflows/build.yml | 2 +- Directory.Packages.props | 24 ++++++++++++------------ global.json | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) 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": {