Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the .NET MAUI repository to target .NET 11.0 by upgrading iOS/macOS/tvOS SDKs from version 26.0 to 26.1, updating .NET SDK and runtime dependencies from RC build 25602.101 to 25603.102, and configuring the build pipeline to target net11.0 instead of net10.0. The changes also include removing deprecated DOTNET_MULTILEVEL_LOOKUP environment variable settings and cleaning up whitespace in NuGet.config.
- Updates iOS/macOS SDK versions from 26.0.11017 to 26.1.10555-ci.net11-0
- Updates .NET SDK and runtime packages from 10.0.100-rc.3.25602.101 to 10.0.100-rc.3.25603.102
- Changes build pipeline target framework from net10.0 to net11.0
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| global.json | Updates .NET SDK and Arcade SDK versions to newer RC build |
| eng/pipelines/device-tests.yml | Changes default target framework from net10.0 to net11.0 |
| eng/pipelines/ci-official.yml | Adds net11.0 branch to CI schedule configuration |
| eng/pipelines/ci-device-tests.yml | Changes default target framework from net10.0 to net11.0 |
| eng/common/tools.sh | Removes deprecated DOTNET_MULTILEVEL_LOOKUP environment variable settings |
| eng/common/tools.ps1 | Removes deprecated DOTNET_MULTILEVEL_LOOKUP environment variable settings |
| eng/Versions.props | Updates all dependency versions including iOS/macOS SDKs to 26.1 and .NET packages to newer RC build; comments out .NET 9 SDK versions |
| eng/Version.Details.xml | Updates dependency metadata with new versions and commit SHAs; comments out .NET 9 SDK entries |
| NuGet.config | Removes trailing whitespace from package source entries |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description of Change
Update to iOS 26.1