NuGet 2.7 included a new Automatic Package Restore feature to
replace the package restore process that depends on MSBuild integration. A comparison of how the two approaches differ is summarized
here. After
migrating a solution to the new automatic package restore, NCrunch was no longer to build my projects because it could no longer locate the binaries in my NuGet packages.
I attempted to set "Copy referenced assemblies to workspace" to true, and even instructed NCrunch to copy the entire packages folder to my workspace, without success.
Reverting my projects to use the MSBuild-integrated package restore fixed the issue.