tugberkugurlu / k-http

ASP.NET 5 Command-line HTTP server to host static files
MIT License
15 stars 3 forks source link

upgrade to 1.0.0-beta5 on aspnetrelease feed #13

Closed tugberkugurlu closed 9 years ago

tugberkugurlu commented 9 years ago

Preferably when the official beta5 release happens. This is mainly to try to fix this: https://github.com/aspnet/dnx/issues/2149

After doing this, we should change the install command to below:

dnu commands install k-http --source "https://www.myget.org/F/aspnetrelease/api/v2" --source "https://nuget.org/api/v2/"

if the beta5 is on nuget.org:

dnu commands install k-http --source "https://nuget.org/api/v2/"