You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded a Xamarin.Android project to .NET Android (7.0) as recommended by Microsoft now that xamarin went out of support last month.
I get the following error:
##[error]The nuget command failed with exit code(1) and error(NU1202: Package OxyPlot.Xamarin.Android 1.0.0 is not compatible with net70-android33.0 (.NETFramework,Version=v7.0,Profile=android33.0). Package OxyPlot.Xamarin.Android 1.0.0 supports: monoandroid10 (MonoAndroid,Version=v1.0)
I tried adding both the oxyplot Forms and the oxyplot MAUI nugets instead, but they fail as target needs to be windows.
Any solutions for Xamarin.Android apps migrated to .NET Android?