Updates
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user