Ensure EfCore is known regardless of DeliveryApi (#14678)

This commit is contained in:
Mole
2023-08-14 15:15:44 +02:00
committed by GitHub
parent d9c3ebdfe8
commit 7abfd146ad
6 changed files with 14 additions and 8 deletions

View File

@@ -32,7 +32,6 @@ public static class UmbracoBuilderExtensions
builder.Services.ConfigureOptions<ConfigureUmbracoDeliveryApiSwaggerGenOptions>();
builder.AddUmbracoApiOpenApiUI();
builder.AddUmbracoEFCoreDbContext();
builder
.Services
.AddControllers()