From af7008aa39123bf16a25f2eadd9b57c6586e942c Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 19 Aug 2024 09:11:04 +0000 Subject: [PATCH] SDK - Updated DotNet SDK to 8.0.401 --- CHANGELOG.md | 2 +- src/global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9feeb651..4a318821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,11 +25,11 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Dependencies - Updated xunit to 2.9.0 - Dependencies - Updated ThisAssembly.AssemblyInfo to 1.5.0 - Dependencies - Updated Meziantou.Analyzer to 2.0.163 -- SDK - Updated DotNet SDK to 8.0.400 - Dependencies - Updated Microsoft.VisualStudio.Threading.Analyzers to 17.11.20 - Dependencies - Updated SonarAnalyzer.CSharp to 9.32.0.97167 - Dependencies - Updated FunFair.CodeAnalysis to 7.0.20.512 - Dependencies - Updated FunFair.Test.Common to 6.1.65.613 +- SDK - Updated DotNet SDK to 8.0.401 ### Removed ### Deployment Changes diff --git a/src/global.json b/src/global.json index 7859934b..c8c807f1 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.400", + "version": "8.0.401", "allowPrerelease": false, "rollForward": "latestPatch" }