Hello. I am trying to install some nuget libraries which required monoandroid and I had netstandard2.0 . I changed the Android Targetframework to 8.0 and then I get MonoAndroid Version 8.0 . When I change the target framework to 8.1 the project gets netstandard2.0 again. How can I change the properties to MonoAndroid Version 8.1 instead?
↧