From fb2369f686c604fd7b979b301cd580ecb92cfedc Mon Sep 17 00:00:00 2001 From: Youssef Fahmy Date: Wed, 29 Jul 2026 16:51:36 +0200 Subject: [PATCH 01/13] Update SDK to latest main build --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 7c6689c57675..74ebed078430 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "11.0.100-preview.6.26318.108", + "version": "11.0.100-rc.1.26378.120", "paths": [ ".dotnet", "$host$" @@ -8,7 +8,7 @@ "errorMessage": "The .NET SDK could not be found, run ./restore.cmd or ./restore.sh first." }, "tools": { - "dotnet": "11.0.100-preview.6.26318.108", + "dotnet": "11.0.100-rc.1.26378.120", "runtimes": { "dotnet/x86": [ "$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)" From 2850e11de616ec12133aa449c60cc02ce376a398 Mon Sep 17 00:00:00 2001 From: Youssef Fahmy Date: Fri, 31 Jul 2026 12:23:21 +0200 Subject: [PATCH 02/13] Update global.json --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index fabbeef2c639..517baace16ec 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "11.0.100-rc.1.26378.120", + "version": "11.0.100-rc.1.26380.103", "paths": [ ".dotnet", "$host$" @@ -8,7 +8,7 @@ "errorMessage": "The .NET SDK could not be found, run ./restore.cmd or ./restore.sh first." }, "tools": { - "dotnet": "11.0.100-rc.1.26378.120", + "dotnet": "11.0.100-rc.1.26380.103", "runtimes": { "dotnet/x86": [ "$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)" From 170f61381abf582e0d80dae45e1ef42bb1c106ea Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:32:43 +0000 Subject: [PATCH 03/13] Add workaround for NuGet pack with Arcade $CommonMetadataElements$ nuspec token Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com> --- eng/Workarounds.targets | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/eng/Workarounds.targets b/eng/Workarounds.targets index c76cb18ddb3d..f47cdb1103c4 100644 --- a/eng/Workarounds.targets +++ b/eng/Workarounds.targets @@ -40,6 +40,39 @@ + + + + <_SavedNuspecFileForPackOutputItems>$(NuspecFile) + + + + + + + $(_SavedNuspecFileForPackOutputItems) + <_SavedNuspecFileForPackOutputItems /> + + + - - - <_SavedNuspecFileForPackOutputItems>$(NuspecFile) - - - - - - - $(_SavedNuspecFileForPackOutputItems) - <_SavedNuspecFileForPackOutputItems /> - - - 1.2.0 - 1.2.6 + 1.11.2