Paul Schneider 6 years ago
parent 485c2fa3ee
commit 2998734b0f
1 changed files with 6 additions and 7 deletions

@ -147,13 +147,12 @@
"commands": {
"ef": "EntityFramework.Commands",
"gen": "Microsoft.Extensions.CodeGeneration",
"yavscpre": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:84",
"lua": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:85",
"yavsc": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:86",
"linkmuse": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:87",
"coiffure": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:88",
"freefield": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:89",
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://*:5000"
"yavscpre": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:84",
"lua": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:85",
"yavsc": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:86",
"coiffure": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:88",
"freefield": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:89",
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5000"
},
"frameworks": {
"dnx451": {

Loading…