Assets file project.assets.json not found. Run a NuGet package restore

I’m trying to use nopCommerce(Which is written in .NET Core) but when I want to run the project I face 52 Errors telling me Run a nuget package restore Assets file ~\obj\project.assets.json’ not found. Run a NuGet package restore to generate this file. Nop.Web.MVC.Testsote when I use the right click on the solution and selecting … Read more

How can I clear the NuGet package cache using the command line?

I can clear my development computer’s NuGet package cache using Visual Studio menu Tools → Options → NuGet Package Manager → General: Clear Package Cache button. I would like to do this on the command line. Unfortunately, I can not find a related command line switch for nuget.exe. Did I miss something? 12 s 12 First, … Read more