Adding EF.InMemory

This commit is contained in:
2023-11-21 12:11:50 +01:00
parent c0fc3d934a
commit cef7d1711a

View File

@@ -10,6 +10,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0" /> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>