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 35984b8 commit 957d17dCopy full SHA for 957d17d
src/DotNetToolkit.Repository.EntityFrameworkCore/DotNetToolkit.Repository.EntityFrameworkCore.csproj
@@ -20,8 +20,8 @@
20
</ItemGroup>
21
22
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
23
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
24
- <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.7" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.11" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.11" />
25
26
27
<ItemGroup>
0 commit comments