Remove comments from project.json
This commit is contained in:
parent
17deab142d
commit
538e1d6a8b
|
|
@ -12,7 +12,6 @@
|
||||||
"Kestrel": "1.0.0-*"
|
"Kestrel": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"commands": {
|
"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",
|
"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"
|
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:54540"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue