зеркало из https://github.com/aspnet/MusicStore.git
web command format change
server.name is changed to server in the command expansion.
This commit is contained in:
Родитель
6a442d6a53
Коммит
1cfe90ae81
|
@ -39,7 +39,7 @@
|
||||||
"System.Security.Principal": "4.0.0.0"
|
"System.Security.Principal": "4.0.0.0"
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"web": "Microsoft.AspNet.Hosting server.name=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5002",
|
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5002",
|
||||||
"run": "run server.urls=http://localhost:5003"
|
"run": "run server.urls=http://localhost:5003"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче