Skip to content

bump net9.0 -> net10.0 - #25

Open
anpin wants to merge 4 commits into
mainfrom
debug_ios
Open

bump net9.0 -> net10.0#25
anpin wants to merge 4 commits into
mainfrom
debug_ios

Conversation

@anpin

@anpin anpin commented Apr 12, 2026

Copy link
Copy Markdown
Owner

No description provided.

@anpin
anpin requested a balanced review from Copilot August 6, 2026 22:38

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-x64 and 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.

Comment thread src/APES.MAUI.csproj
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants