From ff13f9c7a4609b4d4be4e4ae17fc1d6ed8f61352 Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Tue, 5 Dec 2023 14:12:43 -0600 Subject: [PATCH] Update referenced SDK version for source build (#17909) --- src/SourceBuild/content/eng/Versions.props | 4 ++-- src/SourceBuild/content/global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SourceBuild/content/eng/Versions.props b/src/SourceBuild/content/eng/Versions.props index de4e28000..2b7f21364 100644 --- a/src/SourceBuild/content/eng/Versions.props +++ b/src/SourceBuild/content/eng/Versions.props @@ -23,8 +23,8 @@ of a .NET major or minor release, prebuilts may be needed. When the release is mature, prebuilts are not necessary, and this property is removed from the file. --> - 9.0.100-alpha.1.23567.1 - 9.0.100-alpha.1.23567.1 + 9.0.100-alpha.1.23603.1 + 9.0.100-alpha.1.23603.1 0.1.0-9.0.100-6 diff --git a/src/SourceBuild/content/global.json b/src/SourceBuild/content/global.json index 19c613a55..8374e1deb 100644 --- a/src/SourceBuild/content/global.json +++ b/src/SourceBuild/content/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "9.0.100-alpha.1.23524.3" + "dotnet": "9.0.100-alpha.1.23603.1" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1",