-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[net10.0] Update to RC1 #31171
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
[net10.0] Update to RC1 #31171
Conversation
|
Seems this test is failing Xaml?
|
|
/rebase |
0de5b5a to
f668060
Compare
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
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 .NET MAUI repository to use .NET 10 RC1 packages, moving from preview.7 to the release candidate. This is a standard dependency update that aligns with the .NET 10 release cycle.
- Updates all .NET 10 package versions from preview.7.25380.108 to rc.1.25413.112
- Updates platform-specific SDKs (Android, iOS, macOS, tvOS) to corresponding RC1 versions
- Includes build tooling improvements for install script caching
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| global.json | Updates .NET SDK and build SDK versions to RC1 |
| eng/Versions.props | Updates all Microsoft package versions to RC1 builds |
| eng/Version.Details.xml | Updates dependency tracking with new versions and commit SHAs |
| NuGet.config | Updates package source references for macOS dependencies |
| eng/common/tools.sh | Adds install script caching with 30-day expiration |
| eng/common/tools.ps1 | Adds install script caching with 30-day expiration |
| eng/common/core-templates/ | Updates MicroBuild configuration and removes deprecated job dependencies |
| src/Controls/tests/Xaml.UnitTests/MSBuild/MSBuildTests.cs | Updates test assertion to match new build target behavior |
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Description of Change
Move to RC1 packages