Conversation
There was a problem hiding this comment.
Pull request overview
Migrates the library, sample applications, tests, and CI pipeline from .NET 9 to .NET 10.
Changes:
- Updates all target frameworks and artifact paths to
net10.0. - Upgrades the .NET SDK, MAUI, and Windows App SDK.
- Updates Windows publishing to
win-x64and a VS 2026 runner.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/main.yml |
Updates CI builds and artifacts for .NET 10. |
Directory.Build.props |
Upgrades MAUI to 10.0.50. |
Directory.Packages.props |
Upgrades Windows App SDK. |
global.json |
Pins .NET SDK 10.0.201. |
sample/APES.MAUI.Sample.csproj |
Migrates sample targets and Windows RID. |
sample/run.sh |
Updates Android launch target. |
src/APES.MAUI.csproj |
Migrates library targets and conditions. |
tests/ui/android/AppiumSetup.cs |
Updates Android artifact path. |
tests/ui/android/test.sh |
Publishes and installs the .NET 10 APK. |
tests/ui/android/UITests.Android.csproj |
Targets .NET 10. |
tests/ui/ios/AppiumSetup.cs |
Updates iOS artifact path. |
tests/ui/ios/UITests.iOS.csproj |
Targets .NET 10. |
tests/ui/shared/UITests.Shared.csproj |
Targets .NET 10. |
tests/ui/windows/AppiumSetup.cs |
Updates Windows artifact path. |
tests/ui/windows/UITests.Windows.csproj |
Targets .NET 10. |
tests/unit/unit.csproj |
Migrates unit tests and conditions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion> | ||
| <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'monoandroid13.0'">21.0</SupportedOSPlatformVersion> | ||
| <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'net9.0-android'">29.0</SupportedOSPlatformVersion> | ||
| <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'net10.0-android'">29.0</SupportedOSPlatformVersion> |
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.