Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the MAUI project to use .NET 10.0.1xx-preview7, moving from preview.6 to preview.7. The update was performed using the darc update-dependencies command to synchronize with the latest .NET 10 preview releases.
Key changes include:
- Updated all .NET 10 package versions from preview.6.25358.103 to preview.7.25364.110
- Updated platform-specific SDKs (iOS, macOS, tvOS, MacCatalyst) from p6 to p7 builds
- Updated Android SDK to a newer CI build version
- Added new configuration for microbuild service connections
- Enhanced VMR build pipeline documentation
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| global.json | Updated dotnet SDK and MSBuild SDK versions to preview.7 |
| eng/common/templates/vmr-build-pr.yml | Added comprehensive documentation for VMR verification pipeline |
| eng/common/core-templates/steps/source-build.yml | Removed unused baseRID parameter from source build steps |
| eng/common/core-templates/steps/install-microbuild.yml | Added conditional service connection configuration for different team projects |
| eng/Versions.props | Updated all .NET 10 package versions and platform SDK versions to preview.7 |
| eng/Version.Details.xml | Updated dependency versions and SHA references to match preview.7 release |
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 with darc
This pull request updates dependency versions across multiple files to align with newer preview releases of the .NET SDK and related packages. The changes primarily involve incrementing version numbers and corresponding SHA hashes for dependencies used in the project.
Dependency Updates
Microsoft.NET.Sdk,Microsoft.NETCore.App.Ref, and other core .NET dependencies topreview.7.25364.110ineng/Version.Details.xml. SHA hashes were updated accordingly.Microsoft.DotNet.Build.Tasks.FeedandMicrosoft.DotNet.Arcade.Sdk, tobeta.25364.110ineng/Version.Details.xml. SHA hashes were updated accordingly.Version Property Updates
eng/Versions.props, includingMicrosoftNETSdkPackageVersionandMicrosoftNETCoreAppRefPackageVersion, topreview.7.25364.110.MicrosoftAspNetCoreAuthorizationPackageVersionandMicrosoftAspNetCoreComponentsPackageVersion, topreview.7.25364.110ineng/Versions.props.