From d93d27016328f6a1cd0d0ab693c7ccc888509e25 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Thu, 15 Feb 2024 11:03:07 +0000 Subject: [PATCH] SDK - Updated DotNet SDK to 8.0.200 --- CHANGELOG.md | 1 + src/global.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93a73cb4..b0a0b4ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Dependencies - Updated Meziantou.Analyzer to 2.0.141 - Dependencies - Updated NSubstitute.Analyzers.CSharp to 1.0.17 - Dependencies - Updated NuGet to 6.9.1 +- SDK - Updated DotNet SDK to 8.0.200 ### Removed ### Deployment Changes diff --git a/src/global.json b/src/global.json index 08d28b1d..1a25142c 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.101", + "version": "8.0.200", "allowPrerelease": false, "rollForward": "latestPatch" }