Add EnvelopeGenerator.ServiceHost ASP.NET Core Web API project

Created a new EnvelopeGenerator.ServiceHost project targeting .NET 8.0. Set up minimal API host with controllers, Swagger/OpenAPI support, and development configuration files. Updated solution to include the new project with appropriate build settings.
This commit is contained in:
2026-02-23 11:10:01 +01:00
parent 898097cdb5
commit e385fdda95
6 changed files with 110 additions and 0 deletions

View File

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