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

@@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Cortex.Mediator" Version="3.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.5" />
</ItemGroup>
<ItemGroup>

View File

@@ -6,6 +6,6 @@ namespace Lutra.Application.Models.Verspakketten
{
public required string Name { get; init; }
public required string Rating { get; init; }
public Supermarkt Supermarkt { get; init; }
public Supermarkt? Supermarkt { get; init; }
}
}