Build a Android UI nuget package that can multi target both net8.0-android and net10.0-android frameworks

22 hours ago 1
ARTICLE AD BOX

I was trying to create a multi-target Android UI package with TargetFrameworks as net8.0-android and net10.0-android so that nuget package can be used by .Net for Android applications running on .Net 8 and .Net 10. This is required for a transition period where all the applications can be safely migrated, deployed and monitored before completely moving to .Net 10.

I have spent time doing the same but facing issue like the Android API becoming unavailable to net8.0-android TargetFramework.

enter image description here

Read Entire Article