From 504ace429ef52ae023b66d477f2ae42d631c5b92 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Wed, 13 Nov 2024 09:38:28 +0000 Subject: [PATCH] SDK - Updated DotNet SDK to 9.0.100 --- CHANGELOG.md | 1 + src/global.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc11b0c4..8656229b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,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 Credfeto.Version.Information.Generator to 1.0.11.111 - Dependencies - Updated FunFair.Test.Common to 6.1.238.970 +- 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" } }