From 787417d9e255ae4ec971124d7be3f4b28498696d 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 1b5f9915..fd55a4cd 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.Extensions to 8.0.2 - Dependencies - Updated Microsoft.NET.Test.Sdk to 17.11.1 @@ -26,6 +25,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Dependencies - Updated FunFair.CodeAnalysis to 7.0.32.711 - Dependencies - Updated FunFair.Test.Common to 6.1.238.970 - Dependencies - Updated Credfeto.Version.Information.Generator to 1.0.11.111 +- 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" } }