From 4a54e209f5098102c194a6fb75fe41bcfc9b5549 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 26 Jan 2024 02:06:08 -0800 Subject: [PATCH] Update arcade SDK for new unified build switches (#18365) Co-authored-by: Viktor Hofer --- src/SourceBuild/content/eng/Version.Details.xml | 4 ++-- src/SourceBuild/content/global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SourceBuild/content/eng/Version.Details.xml b/src/SourceBuild/content/eng/Version.Details.xml index 2058355bc..276eae47e 100644 --- a/src/SourceBuild/content/eng/Version.Details.xml +++ b/src/SourceBuild/content/eng/Version.Details.xml @@ -3,9 +3,9 @@ - + https://github.com/dotnet/arcade - d5ee27a55ec6383c29790f3ec666e7c87f7da022 + 1d8f27f89c3b167f63e28e73a3d9ab345e81d310 diff --git a/src/SourceBuild/content/global.json b/src/SourceBuild/content/global.json index 784a40b12..edd5896df 100644 --- a/src/SourceBuild/content/global.json +++ b/src/SourceBuild/content/global.json @@ -4,6 +4,6 @@ }, "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.0", - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24066.3" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24075.2" } }