diff --git a/CHANGELOG.md b/CHANGELOG.md index 8573a205..25c4aa2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Dependencies - Updated Meziantou.Analyzer to 2.0.185 - Dependencies - Updated xunit to 2.9.3 - Dependencies - Updated Credfeto.Version.Information.Generator to 1.0.41.250 +- SDK - Updated DotNet SDK to 9.0.102 ### Removed ### Deployment Changes diff --git a/src/global.json b/src/global.json index 32a0426a..2ef18731 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.101", + "version": "9.0.102", "allowPrerelease": false, "rollForward": "latestPatch" }