This commit is contained in:
Paul Schneider 2018-12-21 16:09:09 +00:00
commit 3892d8faa5

View file

@ -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": {