I'm getting the following warning while building an app in xamarin:
" Package 'SQLite.Net-PCL 3.1.1' 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 installed the .net framework 4.6 developer pack.
Now, when I try to change the target framework in Properties-Applications, I can't find the 4.6 framework.
What did I miss here?