0

I'm trying to start a sample project with ASP.NET 5, but when I build my solution, it fails because no packages were downloaded, even if I try to restore or install them. If I make the same steps with another type of project, nuget works fine and it downloads all the packages correctly.

How can I solve this issue?

Juan Francisco
  • 179
  • 3
  • 10

1 Answers1

2

It seems the problem was related to the runtimes and packages installed for previous versions. I deleted my .dnx folder and restore all the runtimes and packages, and it works again.

Juan Francisco
  • 179
  • 3
  • 10