Since updating to VS2017 15.7.1 my Xamarin PCL project is showing the error below in the UWP App.xaml.cs file.
Error CS7069 Reference to type 'Assembly' claims it is defined in 'System.Runtime', but it could not be found
The offending line is copied below. IntelliSense works on the line.
Xamarin.Forms.Forms.Init(e);
There are also now a lot of conflict warning messages, for example; Warning Found conflicts between different versions of "System.Net.Http" that could not be resolved.
The target .NET framework is 4.5, all NuGet libraries are up to date.
So far I've tried adding System.Runtime as a reference and re-installed all NuGet libraries to get rid of the error without success.
I'm still finding my way around Xamarin, any guidance to fix this would be appreciated.
Thanks, Lefty