aspnetcore/src/Microsoft.HttpRepl/Properties/launchSettings.json

8 lines
140 B
JSON

{
"profiles": {
"Microsoft.HttpRepl": {
"commandName": "Project",
"commandLineArgs": "http://localhost"
}
}
}