Make `project.json` formatting consistent
This commit is contained in:
parent
59824dc7be
commit
900663bfdd
|
|
@ -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-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue