-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[net11] Update versions dotnet/ios/android #33075
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
base: net11.0
Are you sure you want to change the base?
Conversation
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 33075Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 33075" |
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 SDK and workload dependencies from version 10.0 RC3 to version 11.0 alpha 1 for the net11 branch. The update includes the core .NET SDK, runtime packages, Microsoft.Extensions packages, ASP.NET Core components, and platform-specific Android and iOS/macOS SDKs.
Key changes:
- Upgraded .NET SDK from
10.0.100-rc.3.25603.102to11.0.0-alpha.1.25609.102 - Updated Android SDK from build 53 to build 62
- Updated iOS/macOS SDKs from build 10555 to build 10558
- Added Azure Pipeline configuration for test retry detection
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| global.json | Updates .NET SDK version and Arcade/Helix SDK versions to 11.0 alpha builds |
| eng/Versions.props | Updates all package version properties for .NET 11, including runtime, extensions, ASP.NET Core, and platform workloads |
| eng/Version.Details.xml | Updates dependency tracking XML with new versions and commit SHAs for all updated packages |
| src/Templates/src/cgmanifest.json | Updates Microsoft.Extensions package versions in component governance manifest |
| eng/common/core-templates/job/source-index-stage1.yml | Adds condition to run source indexing only on main branch |
| eng/common/core-templates/job/job.yml | Adds pipeline variable for test run retry file detection |
| <DotNetAndroidManifestVersionBand>10.0.100</DotNetAndroidManifestVersionBand> | ||
| <DotNetMaciOSManifestVersionBand>$(DotNetVersionBand)</DotNetMaciOSManifestVersionBand> | ||
| <DotNetAndroidManifestVersionBand>$(DotNetVersionBand)</DotNetAndroidManifestVersionBand> | ||
| <DotNetMaciOSManifestVersionBand>10.0.100-rc.3</DotNetMaciOSManifestVersionBand> |
Copilot
AI
Dec 9, 2025
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.
The DotNetMaciOSManifestVersionBand is set to 10.0.100-rc.3 while all other iOS/macOS SDK versions have been updated to 26.1.10558-ci.net11-0. This inconsistency may cause manifest resolution issues. Consider updating to match the DotNetVersionBand or the appropriate version band for .NET 11.
| <DotNetMaciOSManifestVersionBand>10.0.100-rc.3</DotNetMaciOSManifestVersionBand> | |
| <DotNetMaciOSManifestVersionBand>$(DotNetVersionBand)</DotNetMaciOSManifestVersionBand> |
Description of Change
Update sdk and workloads on net11