scaffold default dotnet api app

This commit is contained in:
2026-02-27 19:13:17 -06:00
parent 2492e2154d
commit 5d35e5d552
9 changed files with 174 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}