Temporarily reference Microsoft.AspNet.Server.WebListener 0.1-*

This commit is contained in:
Brice Lambson 2014-06-19 17:46:28 -07:00
parent 64850167a1
commit 3cd3e31644
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNet.Hosting": "", "Microsoft.AspNet.Hosting": "",
"Microsoft.AspNet.Http": "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*" "Microsoft.AspNet.Server.WebListener": "0.1-*"
}, },
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" }, "commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
"configurations": { "configurations": {