We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61499c commit 9a4ea71Copy full SHA for 9a4ea71
1 file changed
src/MADE.Data.EFCore/MADE.Data.EFCore.csproj
@@ -16,13 +16,13 @@
16
</PropertyGroup>
17
18
<ItemGroup Condition="'$(TargetFramework)'=='net6.0'">
19
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.6" />
20
- <PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="6.14.1" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.7" />
+ <PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="6.14.3" />
21
</ItemGroup>
22
23
<ItemGroup Condition="'$(TargetFramework)'=='net5.0'">
24
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" />
25
- <PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="5.14.1" />
+ <PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="5.14.3" />
26
27
28
</Project>
0 commit comments