diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf9d57d..311e2071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,6 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Dependencies - Updated Nullable.Extended.Analyzer to 1.15.6495 - Dependencies - Updated Serilog.Extensions.Logging to 9.0.0 - Dependencies - Updated xunit to 2.9.3 -- SDK - Updated DotNet SDK to 9.0.102 - Dependencies - Updated Meziantou.Analyzer to 2.0.186 - Dependencies - Updated Microsoft.Extensions to 9.0.1 - Dependencies - Updated Discord.Net to 3.17.1 @@ -38,6 +37,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Dependencies - Updated xunit.runner.visualstudio to 3.0.2 - Dependencies - Updated FunFair.Test.Common to 6.1.257.1137 - Dependencies - Updated AWSSDK to 3.7.402.1 +- SDK - Updated DotNet SDK to 9.0.200 ### Removed ### Deployment Changes diff --git a/src/global.json b/src/global.json index 2ef18731..7c5ea715 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.102", + "version": "9.0.200", "allowPrerelease": false, "rollForward": "latestPatch" }