Skip to content
Discussion options

You must be logged in to vote

Update: How I made it working is editing project files.

For Android project:

<TargetFramework>net10.0-android</TargetFramework>
<SupportedOSPlatformVersion>23.0</SupportedOSPlatformVersion>

For iOS project:

<TargetFramework>net10.0-ios26.2</TargetFramework>
<SupportedOSPlatformVersion>26.2</SupportedOSPlatformVersion>

For remaining projects:
<TargetFramework>net10.0</TargetFramework>

After that all builds and works.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by timunie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
1 participant
Converted from issue

This discussion was converted from issue #20671 on February 16, 2026 13:57.