From 895896e3f7fc94f4e3b25703c99722270acd7e60 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Wed, 10 Apr 2024 09:33:06 +0000 Subject: [PATCH] SDK - Updated DotNet SDK to 8.0.204 --- CHANGELOG.md | 2 +- src/global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9166840d..f75e85cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,13 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release ### Changed - Dependencies - Updated coverlet to 6.0.2 - Dependencies - Updated Microsoft.Extensions to 8.0.1 -- SDK - Updated DotNet SDK to 8.0.203 - Dependencies - Updated Meziantou.Analyzer to 2.0.146 - Dependencies - Updated Roslynator.Analyzers to 4.12.0 - Dependencies - Updated Credfeto.Enumeration.Source.Generation to 1.1.5.315 - Dependencies - Updated FunFair.CodeAnalysis to 7.0.12.324 - Dependencies - Updated FunFair.Test.Common to 6.1.48.414 - Dependencies - Updated SonarAnalyzer.CSharp to 9.23.1.88495 +- SDK - Updated DotNet SDK to 8.0.204 ### Removed ### Deployment Changes diff --git a/src/global.json b/src/global.json index ba0b4529..510aac3b 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.203", + "version": "8.0.204", "allowPrerelease": false, "rollForward": "latestPatch" }