Upgrade global.json and dependencies to .NET 11 Preview 2 SDK#5194
Draft
Upgrade global.json and dependencies to .NET 11 Preview 2 SDK#5194
Conversation
Agent-Logs-Url: https://github.com/dotnet/performance/sessions/e0613fdb-7dcf-4c63-b919-ce798db28e37 Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
global.jsonwas 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: SDK10.0.100-rc.2.25502.107→11.0.100-preview.2.26159.112Runtime package dependencies (
eng/Versions.props,eng/Version.Details.xml):10.0.0-rc.1.25555.107→11.0.0-preview.2.26159.11217d11de66cf75b962995c81dd1235fae9aa5ece0Project TFM updates (
net10.0→net11.0):src/tools/CertHelper/CertHelper.csprojsrc/tools/CertHelperTests/CertRotatorTests.csprojsrc/benchmarks/real-world/ILLink/ILLinkBenchmarks.csprojNo changes needed to
MicroBenchmarks.csproj,channel_map.py, ordotnet.py— these already hadnet11.0support. CI backward compat fornet10.0/net9.0/net8.0is preserved via existingglobal.net{X}.jsonoverride files inci_setup.py.