app01-dotnet-v7/ Properties/launchSettings.json
pashko 005a56b696 Update 6 files
- /App01/ Properties/launchSettings.json
- /App01/App01.csproj
- /App01/Program.cs
- /Program.cs
- /App01.csproj
- / Properties/launchSettings.json
2025-09-01 14:39:05 +00:00

13 lines
311 B
JSON

{
"profiles": {
"HelloWorldApp": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://*:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}