mirror of
https://gitlab01.pm.org.ru/developers/tnt/dotnet/app01-dotnet-v7.git
synced 2026-01-12 06:34:38 +08:00
- /App01/ Properties/launchSettings.json - /App01/App01.csproj - /App01/Program.cs - /Program.cs - /App01.csproj - / Properties/launchSettings.json
13 lines
311 B
JSON
13 lines
311 B
JSON
{
|
|
"profiles": {
|
|
"HelloWorldApp": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": true,
|
|
"applicationUrl": "http://*:5000",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
}
|
|
}
|
|
} |