Skip to content

Upgrade global.json and dependencies to .NET 11 Preview 2 SDK#5194

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/upgrade-to-dotnet-11-preview-2
Draft

Upgrade global.json and dependencies to .NET 11 Preview 2 SDK#5194
Copilot wants to merge 2 commits intomainfrom
copilot/upgrade-to-dotnet-11-preview-2

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 7, 2026

global.json was pinned to .NET 10 SDK (10.0.100-rc.2.25502.107) while Arcade was already at 11.0. This upgrades the repo to .NET 11 Preview 2 SDK (11.0.100-preview.2.26159.112).

SDK & tooling:

  • global.json: SDK 10.0.100-rc.2.25502.10711.0.100-preview.2.26159.112

Runtime package dependencies (eng/Versions.props, eng/Version.Details.xml):

  • ILLink, System.Threading.Channels, Microsoft.Extensions.Logging, Emscripten node: 10.0.0-rc.1.25555.10711.0.0-preview.2.26159.112
  • VMR SHA updated to 17d11de66cf75b962995c81dd1235fae9aa5ece0

Project TFM updates (net10.0net11.0):

  • src/tools/CertHelper/CertHelper.csproj
  • src/tools/CertHelperTests/CertRotatorTests.csproj
  • src/benchmarks/real-world/ILLink/ILLinkBenchmarks.csproj

No changes needed to MicroBenchmarks.csproj, channel_map.py, or dotnet.py — these already had net11.0 support. CI backward compat for net10.0/net9.0/net8.0 is preserved via existing global.net{X}.json override files in ci_setup.py.

Copilot AI linked an issue Apr 7, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Upgrade to .NET 11 Preview 2 SDKs Upgrade global.json and dependencies to .NET 11 Preview 2 SDK Apr 7, 2026
Copilot AI requested a review from agocke April 7, 2026 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

global.json is stuck on net10.0

2 participants