-
Notifications
You must be signed in to change notification settings - Fork 285
Update channel to11 #5014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update channel to11 #5014
Conversation
…014.6 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25508.109 -> To Version 11.0.0-beta.25514.106 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25508.109 -> To Version 10.0.0-rc.1.25514.106 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25508.109 -> To Version 10.0.100-rc.2.25514.106
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the channel configuration from .NET 10 to .NET 11 by modifying the branch mapping and updating various package versions to newer builds. The changes prepare the codebase for .NET 11 development while maintaining the current TFM (Target Framework Moniker) configuration.
Key changes:
- Updated channel map branch from '10.0' to '11.0'
- Updated default target framework from net9.0 to net10.0 in CertHelper project
- Updated package versions and SDK versions to newer build numbers
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| scripts/channel_map.py | Updates main branch mapping from '10.0' to '11.0' |
| src/tools/CertHelper/CertHelper.csproj | Updates default target framework from net9.0 to net10.0 |
| global.json | Updates Arcade and Helix SDK versions to newer builds |
| eng/Versions.props | Updates various .NET package versions to newer builds |
| eng/Version.Details.xml | Updates dependency versions and SHA hashes to newer builds |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
LoopedBard3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good provided mostly successful CI run.
|
Private run on runtime side is green. https://dev.azure.com/dnceng/internal/_build/results?buildId=2816016&view=results |
|
Failure in CI is transient folder control issue. |
This update the branch part of the main channel map to net11.0. We will still need to make another change when the TFM also moves to net11.