Hi,
I installed Xamarin.Forms 5.0.0.2083 using NuGet package in Visual Studio but every time I create a new mobile xamarin.forms project, Xamarin.Forms 5.0.0.2012 is being added in the dependencies instead of 5.0.0.2083. I can update xamarin.Forms to 5.0.0.2083 in the project using NuGet manager but I don't want to do this every time I create a new project. How can I fix this issue where every new VS mobile xamarin forms project uses by default Xamarin.Forms 5.0.0.2083 instead of 5.0.0.2012?
I'm using latest version of Visual Studio 2019 16.11.2. I'm targeting .NET standard 2.0 and android sdk 11.
Thanks.