Conversation
There was a problem hiding this comment.
Pull request overview
This PR downgrades the MAUI package versions to align with current workload installations. The change updates both the base version for .NET 9.0 (from 9.0.120 to 9.0.111) and the .NET 10.0 override (from 10.0.11 to 10.0.0) to ensure compatibility with installed MAUI workloads.
Key Changes:
- Downgraded MAUI version from 9.0.120 to 9.0.111 for .NET 9.0 target framework
- Downgraded MAUI .NET 10.0 version override from 10.0.11 to 10.0.0
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/Uno.Sdk/packages.json | Updated MAUI package group version and .NET 10.0 version override |
| src/Uno.Sdk/ReadMe.md | Synchronized documentation to reflect the MAUI version changes in both the MSBuild properties table and embedded JSON manifest |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| "group": "Maui", | ||
| "version": "9.0.120", | ||
| "version": "9.0.111", |
There was a problem hiding this comment.
This PR is missing a required issue reference. According to the repository guidelines, every PR must reference a proper GitHub issue using one of these formats in the description:
Fixes https://github.com/unoplatform/<REPO>/issues/#<ISSUE_NUMBER>
Closes https://github.com/unoplatform/<REPO>/issues/#<ISSUE_NUMBER>
Related to https://github.com/unoplatform/<REPO>/issues/#<ISSUE_NUMBER>
The PR should also include:
- A 1-3 sentence summary explaining what the change does, why it's needed, and which issue it addresses.
If there is no related issue by design, please add a note like:
Note: No related issue (Internal maintenance / Approved by Team member: @<USERNAME>).
No description provided.