John
John

Reputation: 227

How to use netstandard 2.1 with xamarin Android?

I am running Visual Studio 2019 preview and I have the Android preview sdk installed (9.0.99) But when I try to build a xamarin forms project with a library set to netstandard 2.1. I still het a compatibiliteit error with monodroid. What am I missing? Been searching quite a bit and found something about a mono 2019-06 I believe, but no info on how to get it.

Upvotes: 7

Views: 7773

Answers (1)

magicandre1981
magicandre1981

Reputation: 28786

This github document shows that Xamarin Android support NS2.1 since version 10:

enter image description here

So if you use at least Visual Studio 16.3 you can use .Net Standard 2.1 in Xamarin Android apps.

Upvotes: 10

Related Questions