diff --git a/CHANGELOG.md b/CHANGELOG.md index e52048f4..880b34ce 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 SonarAnalyzer.CSharp to 9.11.0.78383 - Dependencies - Updated Meziantou.Analyzer to 2.0.92 - Dependencies - Updated FunFair.Test.Common to 6.1.11.175 +- SDK - Updated DotNet SDK to 8.0.100-rc.2.23502.2 ### Removed ### Deployment Changes diff --git a/src/global.json b/src/global.json index 647caffe..02c074e8 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100-rc.1.23455.8", + "version": "8.0.100-rc.2.23502.2", "allowPrerelease": true, "rollForward": "latestPatch" }