Files
NetPulse/src/NetPulse.Core/Properties/launchSettings.json

13 lines
270 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"NetPulse.Core": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}