soadyp;12342 wrote:is there a close ticket option. ? If so feel free to close. I just couldnt see it.
I'm glad you managed to solve this. For a bit of background, this is a step NCrunch does to restore packages that it needs internally if it can't find the packages already installed in your user's .nuget directory. The package restore step is dependent on operation of a whole lot of stuff under the hood (MSBuild, .NET Core, Nuget, network, etc), so there are situations it can fail.
If you see this again, try creating a simple project that references the missing packages in Visual Studio. This will trigger VS to restore them to your user profile where NCrunch can find them.