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" } }