From c20cc9286454d7e885606f26d5a1bd7c9995ec25 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Wed, 11 Oct 2023 10:49:55 +0100 Subject: [PATCH] SDK - Updated DotNet SDK to 8.0.100-rc.2.23502.2 --- CHANGELOG.md | 1 + .../.idea.BuildVersion/.idea/projectSettingsUpdater.xml | 6 ++++++ src/global.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 src/.idea/.idea.BuildVersion/.idea/projectSettingsUpdater.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index d5786c7d..8fb2fffa 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 SonarAnalyzer.CSharp to 9.11.0.78383 - Dependencies - Updated FunFair.Test.Common to 6.1.11.175 - Dependencies - Updated Meziantou.Analyzer to 2.0.93 +- SDK - Updated DotNet SDK to 8.0.100-rc.2.23502.2 ### Removed ### Deployment Changes diff --git a/src/.idea/.idea.BuildVersion/.idea/projectSettingsUpdater.xml b/src/.idea/.idea.BuildVersion/.idea/projectSettingsUpdater.xml new file mode 100644 index 00000000..4bb9f4d2 --- /dev/null +++ b/src/.idea/.idea.BuildVersion/.idea/projectSettingsUpdater.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file 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" }