From a7ab47ac5e67037e9922d33830c336d545464c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 2 Nov 2023 17:51:23 +0100 Subject: [PATCH] Bump the .NET SDK to 8.0.200-preview.23530.15 --- .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 77d7d7ce..9d5d3dc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: dotnet-version: | 6.0.408 7.0.302 - 8.0.100-rc.2.23502.2 + 8.0.200-preview.23530.15 # 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 diff --git a/global.json b/global.json index 6caa7340..c0583b45 100644 --- a/global.json +++ b/global.json @@ -1,12 +1,12 @@ { "sdk": { - "version": "8.0.100-rc.2.23502.2", + "version": "8.0.200-preview.23530.15", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "8.0.100-rc.2.23502.2", + "dotnet": "8.0.200-preview.23530.15", "runtimes": { "aspnetcore": [