React to Kestrel rename

aspnet/KestrelHttpServer#11
This commit is contained in:
Stephen Halter 2015-08-12 11:48:11 -07:00
parent aa3d13d010
commit 329f1cd0f0
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
{
"dependencies": {
"Kestrel": "1.0.0-*",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.AspNet.Routing": "1.0.0-*"
},
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"
"kestrel": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5000"
},
"frameworks": {
"dnx451": { },