Hello,
I created a project that targets Android 8 at first, but I needed to downgrade to target Android 5.1.
I changed target platform, then I uninstalled all packages and finally, installed Xamarin.Forms 2.3.3.180 that I knew it is the last version that supports Android 5.1.
When I installed it in the project, I am receiving the following warning:
Warning NU1701 Package 'Xamarin.Forms 2.3.3.180' 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.
I thought that I could target .NET 4.6.1 in that project but I can select only until 2.0.
How can I solve this? Please don't ask me to use a more recent Android version. I must use Android 5.1.
I am using Visual Studio 2019.
Regards
Jaime