archetype-resources.Properties.launchSettings.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dotnet-example-archetype
Show all versions of dotnet-example-archetype
Creates a new dotnet example
{
"profiles": {
"dotnet_example": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://0.0.0.0:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}