From 1b5e0e204956294804c290739a41e440d184d0af Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Tue, 24 Oct 2023 14:02:51 -0700 Subject: [PATCH] .NET Source-Build 6.0.124 October 2023 Updates (#17618) --- eng/Versions.props | 2 +- src/SourceBuild/tarball/content/global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 84a2b235b..d7a82ec5d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -174,7 +174,7 @@ or minor release, prebuilts may be needed. When the release is mature, prebuilts are not necessary, and this property is removed from the file. --> - 6.0.123 + 6.0.124 diff --git a/src/SourceBuild/tarball/content/global.json b/src/SourceBuild/tarball/content/global.json index 20e7bdc4c..e64601b87 100644 --- a/src/SourceBuild/tarball/content/global.json +++ b/src/SourceBuild/tarball/content/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.123" + "dotnet": "6.0.124" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1",