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?