aspnetcore/samples/HotAddSample/Properties/launchSettings.json

9 lines
143 B
JSON

{
"profiles": {
"web": {
"commandName": "web",
"launchBrowser": true,
"launchUrl": "http://localhost:12345"
}
}
}