We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6615b16 commit eafbf00Copy full SHA for eafbf00
src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj
@@ -28,8 +28,8 @@
28
</ItemGroup>
29
30
<ItemGroup>
31
- <PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="1.0.0" />
32
- <PackageReference Include="EntityFramework" Version="6.3.0" />
+ <PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="8.0.0" />
+ <PackageReference Include="EntityFramework" Version="6.5.1" />
33
<PackageReference Include="MinVer" Version="2.3.1">
34
<PrivateAssets>all</PrivateAssets>
35
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
0 commit comments