Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the project from .NET 9 with MAUI 9 to .NET 10 with MAUI 10. The changes include updating target frameworks, package versions, runtime identifiers, and CI/CD workflow configurations.
Key Changes:
- Updated all project files to target .NET 10 (net10.0)
- Upgraded MAUI packages from version 9.0.110 to 10.0.10
- Updated Windows runtime identifiers from win10-x64/win10-arm64 to win-x64/win-arm64
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Directory.Packages.props | Updates MAUI package versions to 10.0.10 |
| BrickController2/BrickController2/BrickController2.csproj | Changes target framework to net10.0 |
| BrickController2/BrickController2.iOS/BrickController2.iOS.csproj | Updates iOS target framework to net10.0-ios |
| BrickController2/BrickController2.WinUI/Properties/PublishProfiles/win10-x64.pubxml | Updates runtime identifier to win-x64 |
| BrickController2/BrickController2.WinUI/BrickController2.WinUI.csproj | Updates target framework to net10.0-windows and runtime identifiers |
| BrickController2/BrickController2.Tools/BrickController2.Tools.csproj | Changes target framework to net10.0 |
| BrickController2/BrickController2.Tests/BrickController2.Tests.csproj | Updates test project to net10.0 |
| BrickController2/BrickController2.Android/BrickController2.Android.csproj | Updates Android target framework to net10.0-android and platform version to 36.0 |
| .github/workflows/build-windows.yml | Updates .NET SDK version and build paths for .NET 10 |
| .github/workflows/build-core.yml | Updates .NET SDK version to 10.0.x |
| .github/workflows/build-android.yml | Updates .NET SDK version and Android build paths for .NET 10 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 15 out of 15 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.