Scaffold ASP.NET Core Web API backend

This commit is contained in:
EugeneTes
2026-08-15 11:26:23 +00:00
parent fd9ff55ffa
commit f7b0b7fb59
6 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"backend": {
"commandName": "Project",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}