After upgrading VS2017 this morning to latest stable, I can no longer build the Android project in PCL solution - iOS builds fine.
I have tried the following
- delete .nuget cache
- delete bin & obj folders
- delete Packages folder
Restore Nuget packages and build solution.
The build process fails with the following message
Error: Could not load file or assembly 'NuGet.Common, Version=4.6.0.0, Culture=neutral, PublicKeyToken=' or one of its dependencies.
at Xamarin.Android.Tasks.ResolveAssemblies.b__44_0 () [0x0000e] in :0
at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2886
at System.Threading.Tasks.Task.Execute () [0x00010] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2509
Can anyone shed any light on this error?
This project has been compiling for the last 12 months and this is the first time I've come across this error.