Skip to content

feat: Upgrade to .NET 10 MAUI#18

Merged
denischilik merged 1 commit intomainfrom
feat/update-maui-version-2
Feb 16, 2026
Merged

feat: Upgrade to .NET 10 MAUI#18
denischilik merged 1 commit intomainfrom
feat/update-maui-version-2

Conversation

@denischilik
Copy link
Contributor

@denischilik denischilik commented Feb 11, 2026

Background

Upgraded SDK from .NET 8 MAUI to .NET 10 MAUI to resolve XA4212 build error with AndroidX.Navigation.Compose on .NET 10 MAUI. This ensures compatibility with the latest MAUI framework version.

What Has Changed

  • Updated target frameworks from net8.0-ios/net8.0-android to net10.0-ios/net10.0-android across all SDK and sample projects
  • Updated .NET SDK version to 10.0.103 in global.json files
  • Updated AndroidX and Kotlin dependencies to versions compatible with MAUI 10.0.20
  • Updated build documentation to reflect new target framework names

Checklist

  • I have performed a self-review of my own code.
  • I have made corresponding changes to the documentation.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have tested this locally.

Additional Notes

  • Verified locally with both Android and iOS  versions of Sample App
  • Resolved version conflicts with AndroidX dependencies (Fragment, Activity, Lifecycle, Collection, Kotlin libraries)
  • All projects now consistently target .NET 10 MAUI frameworks

@denischilik denischilik requested a review from a team as a code owner February 11, 2026 19:23
@denischilik denischilik marked this pull request as draft February 11, 2026 20:57
@denischilik denischilik force-pushed the feat/update-maui-version-2 branch from b9cd6f7 to 9320f28 Compare February 13, 2026 14:05
@denischilik denischilik marked this pull request as ready for review February 13, 2026 19:54
Update all SDK and sample projects from net8.0 to net10.0 to resolve XA4212 build error with AndroidX.Navigation.Compose on .NET 10 MAUI.
Update Android dependencies
Update changelog
Update workflows
Update dependencies for the kit
Add manifest files
@denischilik denischilik force-pushed the feat/update-maui-version-2 branch from e3b2346 to ee98529 Compare February 13, 2026 20:13
@denischilik denischilik merged commit 69f9500 into main Feb 16, 2026
3 checks passed
@denischilik denischilik deleted the feat/update-maui-version-2 branch February 16, 2026 14:52
@denischilik denischilik restored the feat/update-maui-version-2 branch February 16, 2026 17:38
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.

4 participants