Make `project.json` formatting consistent

This commit is contained in:
Doug Bunting 2015-12-13 22:14:21 -08:00
parent 59824dc7be
commit 900663bfdd
1 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,7 @@
{ {
"commands": { "commands": {
"weblistener": "Microsoft.AspNet.Server.WebListener", "web": "Microsoft.AspNet.Server.Kestrel",
"web": "Microsoft.AspNet.Server.Kestrel" "weblistener": "Microsoft.AspNet.Server.WebListener"
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNet.Mvc": "6.0.0-*", "Microsoft.AspNet.Mvc": "6.0.0-*",