0
votes

I am trying to start my first Xamarin project and I got some issue while trying to install the MySqlEntity NuGet package.

Severity Code Description Project File Line Suppression State Error NU1202 Package MySql.Data.Entity 6.10.8 is not compatible with monoandroid81 (MonoAndroid,Version=v8.1). Package MySql.Data.Entity 6.10.8 supports: net452 (.NETFramework,Version=v4.5.2) Refo_T3.Android C:\Users\evyat\source\repos\Refo_T3\Refo_T3\Refo_T3.Android\Refo_T3.Android.csproj 1

I tried this solution: Xamarin.Android: Package XX is not compatible with monoandroid81 (MonoAndroid,Version=v8.1) and I still end up with errors.


It's my first application on Xamarin platform, I used to code in .NET but I decided to test my luck with Xamarin.

I couldn't find any more useful information online and I need your better experience. Thank You :)

1

1 Answers

1
votes

As written on the nuget packages page, the package is only available for .net framework >= 4.5.2

enter image description here

So you can't install it for Xamarin Android project only classic desktop .Net Framework applications.