Skip to content

Conversation

@dansiegel
Copy link
Member

Description of Change

Updates the project to target .NET 10. This includes changes to the target frameworks in various project files and updates to package versions in Directory.Packages.props. Specifically, updates .NET MAUI to 9.0 and 10.0 depending on target framework. Uno Platform is also updated. Additionally, the .NET SDK version used in GitHub Actions workflows is updated.

Bugs Fixed

  • None

API Changes

List all API changes here (or just put None), example:

None

Behavioral Changes

This change updates the target .NET version for the project. Users should ensure their environment supports .NET 10 to avoid compatibility issues.

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard

Updates the target framework of several projects to .NET 10.
This ensures compatibility and takes advantage of the latest .NET features.

Updates package versions to align with the target framework update.
Updates the Microsoft.Maui.Controls package version to 10.0.10 for .NET 10 targets in Maui projects.

This ensures that the projects use the correct Maui version when targeting .NET 10.
It also temporarily removes conditional package versioning from Directory.Packages.props which is now handled within the project files themselves.
Updates the Uno check version to 1.33.1 in both the build and CI workflows.

Adds tvos as a target platform for workload installation in both workflows to support tvOS builds.
Also updates target frameworks to include net10.
Specifies the OutputType property as Library in the project files.

This ensures that the projects are built as libraries, which is necessary for proper packaging and referencing in other projects.
Adds attached properties for tabbed page navigation and appearance.
Introduces the ability to specify navigation types when going back.
Adds logging for navigation failures and provides a way to add services
required by markup extensions to prevent runtime errors.
Turns off code signing for .NET 10 builds, likely for testing or development purposes where signed builds are not immediately required.
Registers an instance of ILoggerFactory in the test container
for the Navigation Tests. This enables logging functionality
within the tests, enhancing debugging and diagnostics.
@dansiegel dansiegel marked this pull request as ready for review November 13, 2025 01:52
@brianlagunas brianlagunas merged commit aa53f90 into master Nov 13, 2025
17 checks passed
@brianlagunas brianlagunas deleted the net10 branch November 13, 2025 01:55
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.

3 participants