Add .NET 8 templated projects.

This commit is contained in:
2024-05-02 07:43:47 +01:00
parent ad76c620c2
commit e306bf272c
77 changed files with 4291 additions and 0 deletions

View File

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