Update 6 files

- /App01/ Properties/launchSettings.json
- /App01/App01.csproj
- /App01/Program.cs
- /Program.cs
- /App01.csproj
- / Properties/launchSettings.json
This commit is contained in:
pashko
2025-09-01 14:39:05 +00:00
parent 5db015e15a
commit 005a56b696
3 changed files with 0 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"profiles": {
"HelloWorldApp": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://*:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}