Files
Net.Sdk.Web.Extensions/AspNetCore.Extensions/Properties/launchSettings.json
T
2024-08-16 11:24:48 +02:00

12 lines
283 B
JSON

{
"profiles": {
"AspNetCore.Extensions": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:54242;http://localhost:54243"
}
}
}