Skip to content

Commit a57de87

Browse files
committed
Move back to latest EF 2.1 version
1 parent 13b45d5 commit a57de87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AutoMapper.Collection.EntityFrameworkCore.Tests/AutoMapper.Collection.EntityFrameworkCore.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup Condition=" '$(TargetFramework)' != 'netcoreapp3.0' ">
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.10" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.1.14" />
2020
</ItemGroup>
2121

2222
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.0' ">

src/AutoMapper.Collection.EntityFrameworkCore/AutoMapper.Collection.EntityFrameworkCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>
27-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.10" />
27+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.14" />
2828
<PackageReference Include="Roslynator.Analyzers" Version="2.3.0">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)