Unable to find dependency. Microsoft.AspNet.Server.WebListener> = 1.0.0-rc1-final

I am using the latest ServiceFabric SDK (v1.4.87.9494) with VS2015 Update1 and the latest ASP.NET 5 RC1 update (v1.0.11125.0).

When I add ASP.NET 5 WebApp to my ServiceFabric solution, I see an error in project.json that looks like this:

Unable to find dependency. Microsoft.AspNet.Server.WebListener> = 1.0.0-RC1-terminal

I am a super noob for ServiceFabric and ASP.NET 5, how can I debug this?

+4
source share
2 answers

This is a known (intermittent) issue that will be fixed in an upcoming SDK update. In the meantime, you should be able to get around it in one of two ways:

1. - project.json, - ( ) . , WebListener.

2. WebListener -. -, " NuGet", Microsoft.AspNet.Server.WebListener .

, , NuGet . , nuget.org, , , .

+8

Source: https://habr.com/ru/post/1620418/


All Articles