Skip to content

Conversation

@rmarinho
Copy link
Member

@rmarinho rmarinho commented Dec 9, 2025

Description of Change

Update sdk and workloads on net11

Copilot AI review requested due to automatic review settings December 9, 2025 19:09
@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2025

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 33075

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 33075"

Copy link
Contributor

Copilot AI left a 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.102 to 11.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>
Copy link

Copilot AI Dec 9, 2025

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.

Suggested change
<DotNetMaciOSManifestVersionBand>10.0.100-rc.3</DotNetMaciOSManifestVersionBand>
<DotNetMaciOSManifestVersionBand>$(DotNetVersionBand)</DotNetMaciOSManifestVersionBand>

Copilot uses AI. Check for mistakes.
@rmarinho rmarinho added this to the .NET 11 Planning milestone Dec 9, 2025
@rmarinho rmarinho added the area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions label Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants