diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb4b4db..14422991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Dependencies - Updated xunit.analyzers to 1.25.0 - Dependencies - Updated Meziantou.Analyzer to 2.0.250 - Dependencies - Updated xunit.v3 to 3.2.0 +- SDK - Updated DotNet SDK to 10.0.100 ### Removed ### Deployment Changes diff --git a/src/global.json b/src/global.json index 74297769..4b8bcf19 100644 --- a/src/global.json +++ b/src/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "10.0.100-rc.2.25502.107", - "allowPrerelease": true, + "version": "10.0.100", + "allowPrerelease": false, "rollForward": "latestPatch" }, "test": {