.
This commit is contained in:
parent
c5a3f7f61f
commit
3892d8faa5
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…
Add table
Add a link
Reference in a new issue