Skip to content

Update net 10#16

Merged
pictos merged 4 commits intomainfrom
update-net-10
Nov 19, 2025
Merged

Update net 10#16
pictos merged 4 commits intomainfrom
update-net-10

Conversation

@pictos
Copy link
Owner

@pictos pictos commented Nov 18, 2025

Copilot AI review requested due to automatic review settings November 18, 2025 02:31
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the project from .NET 9.0 to .NET 10.0, including framework targets, package versions, and CI/CD configurations.

Key Changes:

  • Updates .NET target frameworks from net9.0 to net10.0 across project files
  • Updates MAUI version from 9.0.70 to 10.0.10
  • Updates CI/CD workflows to use .NET 10.0.x, macOS 26, and Xcode 26.1
  • Adds TODO comment about animation method alternatives

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Directory.Build.props Updates NetVersion to net10.0 and MauiVersion to 10.0.10
PJ.NavigationTrans.Sample/PJ.NavigationTrans.Sample.csproj Updates target frameworks to net10.0-android/ios and Microsoft.Extensions.Logging.Debug to version 10.0.0
.github/workflows/dotnet-windows.yml Updates .NET SDK version to 10.0.x
.github/workflows/dotnet-macos.yml Updates .NET SDK to 10.0.x, macOS runner to macos-26, and Xcode to 26.1
PJ.NavigationTrans.Maui/Platforms/Android/NavigationPage/NavigationViewFragmentTrans.cs Adds TODO comment about OnCreateAnimator method
Comments suppressed due to low confidence (2)

.github/workflows/dotnet-macos.yml:43

  • The build target framework 'net9.0-ios' is inconsistent with the updated project files that now target net10.0. This should be updated to 'net10.0-ios' to match the project's TargetFrameworks.
      run: dotnet build ${{env.LIB_CSPROJ}} -c Release -f net9.0-ios --no-restore

.github/workflows/dotnet-macos.yml:46

  • The build target framework 'net9.0-ios' is inconsistent with the updated project files that now target net10.0. This should be updated to 'net10.0-ios' to match the project's TargetFrameworks.
      run: dotnet build ${{env.SAMPLE_CSPROJ}} -c Release -f net9.0-ios  --no-restore

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@pictos pictos merged commit 4366225 into main Nov 19, 2025
2 checks passed
@pictos pictos deleted the update-net-10 branch November 19, 2025 02:52
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.

1 participant