I am getting a build error in the nuget restore step. The error applies to my UWP projects, for example:
/Users/vagrant/git/SalesApp/SalesApp.Windows/SalesApp.Windows.csproj(149,11): error MSB4226: The imported project "/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/xbuild/Microsoft/WindowsXaml/v15.0/Microsoft.Windows.UI.Xaml.CSharp.targets" was not found. Also, tried to find "Microsoft/WindowsXaml/v15.0/Microsoft.Windows.UI.Xaml.CSharp.targets" in the fallback search path(s) for $(MSBuildExtensionsPath) - "/Library/Frameworks/Mono.framework/External/xbuild/" . These search paths are defined in "/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/msbuild/15.0/bin/MSBuild.dll.config". Confirm that the path in the <Import> declaration is correct, and that the file exists on disk in one of the search paths.
I don’t really know where to start - any suggestions?