Selector/Selector.CLI/Properties/launchSettings.json

11 lines
198 B
JSON

{
"profiles": {
"Selector.CLI": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
},
"nativeDebugging": true
}
}
}