asp.net-coreasp.net-core-1.0

How do I resolve a 'Dependency could not be resolved' error in ASP.NET Core 1.0.0 Beta 5?


I play around with some commands like dnvm and dnu, and now when I create an empty ASP.NET 5 solution, I get reference error like this:

Dependency Microsoft.AspNet.Server.IIS >= 1.0.0-beta5 could not be resolved
Dependency Microsoft.AspNet.Server.WebListener >= 1.0.0-beta5 could not be resolved


Solution

  • Since ASP.NET Core beta 8, these two references have changed.

    And RC1 is available now. ;)