I'm starting a new Xamarin.Forms project for my own App, I've to use this Plugin: Bluetoothle that's compatible only with .NET Standard 2.0, I already setting up my project and everything works fine.
My question is: it is advisable to use .NET Standard 2.0 with Xamarin.Forms now?
My fear is to have an incompatibility during the development process of my app. For example, I've tried to install Xamarin.Forms.GoogleMaps and a Warning compared:
Package 'Xamarin.Forms.GoogleMaps 2.3.0' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
So I want to ask you is anybody already using .NET Standard 2.0 with Xamarin and if you have some kind of problem with it.