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

View file

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