Nuget restore fails in Visual Studio 2015 Enterprise

132 Views Asked by At

I am trying to go through tutorial on Pluralsight for ASP.NET Core 1.0 Fundamentals from Scott Allen. I am using VS 2015. I created new ASP.NET 5 project with Empty template selected. However, when I try to build I see this error in VS

enter image description here

My attempt to restore NuGet packages either from VS or from Command Line with DNU provides this error

NOTE: I have previously upgraded DNX versions to the latest available

enter image description here

Any ideas what is causing this issue?

1

There are 1 best solutions below

0
Lukasz Pyrzyk On

Go to the root of your project and run from command line:

dnu restore --no-cache