This commit is contained in:
moarten
2026-03-21 21:36:12 +01:00
parent ac66d89e6e
commit c5e1dedf1d
7 changed files with 6 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Cortex.Mediator" Version="3.1.2" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.3" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.5" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.23.0" />
</ItemGroup>

View File

@@ -11,7 +11,6 @@ namespace Lutra.API
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddCortexMediator(
configuration: builder.Configuration,
handlerAssemblyMarkerTypes: [typeof(Program), typeof(GetVerspakketten)],
options => options.AddDefaultBehaviors()
);