Remove comments from project.json

This commit is contained in:
Troy Dai 2015-05-12 11:30:25 -07:00
parent 17deab142d
commit 538e1d6a8b
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
"Kestrel": "1.0.0-*"
},
"commands": {
/* Note all servers must use the same address and port because these are pre-registered with the various providers. */
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:54540",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:54540"
},