From 4c21e074680190a0bf4705ee697bdc01f57b4db1 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Fri, 16 Feb 2024 20:00: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 b5c84950..25da7364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Dependencies - Updated FunFair.Test.Common to 6.1.41.357 - Dependencies - Updated Meziantou.Analyzer to 2.0.141 - Dependencies - Updated NSubstitute.Analyzers.CSharp to 1.0.17 +- 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" }