Update to latest EFCore extensions version

This commit is contained in:
Jordan Dominion
2023-11-14 17:26:47 -05:00
parent 1b661d8e3f
commit d2a861415a
@@ -125,7 +125,7 @@
<!-- Usage: Temporary resolution to compatibility issues with EFCore 7 and .NET 8 -->
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
<!-- Usage: .DeleteAsync() support for IQueryable<T>s -->
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="8.0.0-rc.2.23480.1-01" />
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="8.0.0-rc.2.23480.1-02" />
</ItemGroup>
<ItemGroup>