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

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

Loading…