Error message
c:\program files (x86)\microsoft visual studio\2017\professional\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets: Can not resolve reference: `nCrunch.TestRuntime.DotNetCore`, referenced by `OxandoXPC.Core`. Please add a NuGet package or assembly reference for `nCrunch.TestRuntime.DotNetCore`, or remove the reference to `OxandoXPC.Core`.
c:\program files (x86)\microsoft visual studio\2017\professional\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets: Can not resolve reference: `OxandoXPC.DAL`, referenced by `OxandoXPC`. Please add a NuGet package or assembly reference for `OxandoXPC.DAL`, or remove the reference to `OxandoXPC`.
c:\program files (x86)\microsoft visual studio\2017\professional\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets: Can not resolve reference: `nCrunch.TestRuntime.DotNetCore`, referenced by `OxandoXPC.UIR`. Please add a NuGet package or assembly reference for `nCrunch.TestRuntime.DotNetCore`, or remove the reference to `OxandoXPC.UIR`.
I cant find this nuget package to add as reference.
The Msbuild commandline for the project works.
The option Copy referenced assemblies to workspace did not help.
How do you add a reference to ncrunch. It doesnt appear as a GAC registered tool.
This only happening in one Project of 9 in a solution.
The suggestions here
http://www.ncrunch.net/d...ng_project-build-issues arent clear to me how they help.