Hi, thanks for posting.
Try including your NuGet packages directory in the AdditionalFilesToInclude solution-level setting ... i.e. '..\packages\**.*'
Avoid including the bin\Debug directory as this will cause NCrunch's build to trigger unnecessarily when you build your projects in VS. It may also mask other things that aren't working and give you assembly resolution issues.
Cheers,
Remco