Recently i updated my visual studio 2017 enterprise to 15.5.0. I am trying to create xamarin forms project as Blank App, platfom Android + ios, UI Technology Xamarin.Forms, code sharing strategy .net standart. When i try to build the default created project i got the following error;
Severity Code Description Project File Line Suppression State Error NU1102 Unable to find package Xamarin.Forms with version (>= 250121934.0.0) - Found 163 version(s) in nuget.org [ Nearest version: 2.5.0.121934 ] - Found 0 version(s) in Microsoft Visual Studio Offline Packages
I can not also remove and install xamarin.forms nuget. Any ideas?