DI Setup using HostApplicationBuilder

This commit is contained in:
Boris Milašinović
2026-04-20 20:28:54 +02:00
parent b47ad41296
commit be194688bd
6 changed files with 53 additions and 50 deletions

View File

@@ -0,0 +1,10 @@
{
"profiles": {
"DataGenerator": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}