From 7d5805f07fcc351813c5ac5fcb6c4a06e9620010 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 11 Jan 2024 19:52:26 +0100 Subject: [PATCH] Update msbuild sdks and add dotnet-eng for Arcade SDK --- src/SourceBuild/content/NuGet.config | 3 ++- src/SourceBuild/content/global.json | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/SourceBuild/content/NuGet.config b/src/SourceBuild/content/NuGet.config index 8ce541b9a..18bd658c3 100644 --- a/src/SourceBuild/content/NuGet.config +++ b/src/SourceBuild/content/NuGet.config @@ -8,8 +8,9 @@ + - \ No newline at end of file + diff --git a/src/SourceBuild/content/global.json b/src/SourceBuild/content/global.json index 8617c0ecd..f02844262 100644 --- a/src/SourceBuild/content/global.json +++ b/src/SourceBuild/content/global.json @@ -3,9 +3,7 @@ "dotnet": "9.0.100-alpha.1.24055.2" }, "msbuild-sdks": { - "Microsoft.Build.Traversal": "2.0.2", - "Microsoft.NET.Sdk.IL": "3.0.0-preview-27107-01", - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21304.1", - "Yarn.MSBuild": "1.15.2" + "Microsoft.Build.NoTargets": "3.7.0", + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24058.6" } }