From 8026f515e0947e36853f557a76ec94630dd41841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 21 Feb 2024 18:08:04 +0100 Subject: [PATCH] Bump the .NET SDK to 8.0.200 --- .github/workflows/build.yml | 2 +- global.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74c45107..6fe6114b 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.200' - name: Build run: eng\common\CIBuild.cmd -configuration Release -prepareMachine -integrationTest diff --git a/global.json b/global.json index 5708fa43..5130c90c 100644 --- a/global.json +++ b/global.json @@ -1,12 +1,12 @@ { "sdk": { - "version": "8.0.101", + "version": "8.0.200", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "8.0.101" + "dotnet": "8.0.200" }, "msbuild-sdks": {