-
Notifications
You must be signed in to change notification settings - Fork 460
Closed
Labels
Description
Currently it's not possible to move UI into a separate project (that targets just .net6
) due to MauiToolkint not targeting that framework. In XCT it was possible. Microsoft.Maui.Dependencies
has .net6
, so it's also possible in vanilla Maui.
Could you please add .net6
and another target framework to Maui toolkit (and Xamarin.CommunityToolkit.MauiCompat
)?
Workardond:
Replace .net6
with net6.0-android30
(and all other frameworks that your app builds for) in all of app's projects.
Downsides: increases build time, and enables platform specific code in project where there shouldn't be any.