Added postgres docker db for local development

This commit is contained in:
moarten
2026-04-04 22:26:57 +02:00
parent 5697cba8d4
commit 569cfbb85d
8 changed files with 129 additions and 8 deletions

View File

@@ -7,6 +7,11 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.5" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Lutra.Infrastructure\Lutra.Infrastructure.Sql.csproj" />
</ItemGroup>