From 628cb30de58bca5f1770f058797d096e65891e74 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Wed, 29 May 2024 19:03:51 +0000 Subject: [PATCH] SDK - Updated DotNet SDK to 8.0.301 --- CHANGELOG.md | 2 +- src/global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4349114..fc0dd3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release ### Added ### Fixed ### Changed -- SDK - Updated DotNet SDK to 8.0.300 - Dependencies - Updated Credfeto.Enumeration to 1.1.7.384 - Dependencies - Updated Microsoft.VisualStudio.Threading.Analyzers to 17.10.48 - Dependencies - Updated Roslynator.Analyzers to 4.12.3 @@ -22,6 +21,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Dependencies - Updated xunit.analyzers to 1.14.0 - Dependencies - Updated xunit.runner.visualstudio to 2.8.1 - Dependencies - Updated xunit to 2.8.1 +- SDK - Updated DotNet SDK to 8.0.301 ### Removed ### Deployment Changes diff --git a/src/global.json b/src/global.json index ef324ffb..a1608d0b 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.300", + "version": "8.0.301", "allowPrerelease": false, "rollForward": "latestPatch" }