This project references NuGet package(s) that are missing on this computer

I have an ASP.NET MVC5 application that worked yesterday and now I am getting this error when I try to build: This project references NuGet package(s) that are missing on this computer. I have the two options checked that allow nuget to automatically download and install missing packages checked / turned ON. I have also … Read more

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