Files
WorkTime/WorkTime.Migrator/Properties/launchSettings.json
2025-11-12 17:06:14 +01:00

13 lines
274 B
JSON

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