How do I enable NuGet Package Restore in Visual Studio?

There’s a similar post on stack but it doesn’t help with my issue possibly because I am using Visual Studio 2015. How do I get the “Enable NuGet Package Restore” option to appear in VS2015? I chose File > New Project and created an empty ASP.NET Web Application. I’m looking for this menu option. I … 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