added BlazorAppandMinimalAPIsNativeAOTCRUD

This commit is contained in:
M. Akif Tokatlioglu
2024-02-12 18:35:34 +03:00
parent 8e9b9f7e9d
commit c764676895
37 changed files with 1268 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "todos",
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}