Add explicit dep on EFCore to resolve compiler error

This commit is contained in:
Rory&
2026-01-17 17:00:23 +01:00
parent bfed3395c6
commit 1365b2fc8a
2 changed files with 2 additions and 528 deletions

View File

@@ -7,7 +7,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.1"> <!-- Update when npgsql updates -->
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.2"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>