From 9997d4b96047f2607160d3bf30adbc2bd7324665 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Wed, 13 Nov 2024 09:39:22 +0000 Subject: [PATCH] SDK - Updated DotNet SDK to 9.0.100 --- CHANGELOG.md | 2 +- src/global.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d219450..340924a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Dependencies - Updated Microsoft.VisualStudio.Threading.Analyzers to 17.11.20 - Dependencies - Updated SonarAnalyzer.CSharp to 9.32.0.97167 - SDK - Update DotNet to 9.0 RC1 -- SDK - Updated DotNet SDK to 9.0.100-rc.2.24474.11 - Dependencies - Updated xunit to 2.9.2 - Dependencies - Updated Microsoft.NET.Test.Sdk to 17.11.1 - Dependencies - Updated NuGet to 6.11.1 @@ -26,6 +25,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Dependencies - Updated Credfeto.Version.Information.Generator to 1.0.11.111 - Dependencies - Updated Microsoft.Extensions to 9.0.0 - Dependencies - Updated Credfeto.Enumeration to 1.1.23.685 +- SDK - Updated DotNet SDK to 9.0.100 ### Removed ### Deployment Changes diff --git a/src/global.json b/src/global.json index 57e64f19..ed2020d1 100644 --- a/src/global.json +++ b/src/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "9.0.100-rc.2.24474.11", - "allowPrerelease": true, + "version": "9.0.100", + "allowPrerelease": false, "rollForward": "latestPatch" } }