Skip to content

Commit 8da34e2

Browse files
author
Markus Koch
committed
chore: set one fix version for EntityFramework
1 parent 7509261 commit 8da34e2

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Directory.Build.props

-8
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,4 @@
88
<EffortVersion>2.2.1</EffortVersion>
99
</PropertyGroup>
1010

11-
<PropertyGroup Condition=" '$(TargetFramework)' == 'net461' ">
12-
<EFVersion>6.1.3</EFVersion>
13-
</PropertyGroup>
14-
15-
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' or '$(TargetFramework)' == 'netcoreapp3.0' or '$(TargetFramework)' == 'net6.0' ">
16-
<EFVersion>6.3.0</EFVersion>
17-
</PropertyGroup>
18-
1911
</Project>

src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<ItemGroup>
3131
<PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="1.0.0" />
32-
<PackageReference Include="EntityFramework" Version="$(EfVersion)" />
32+
<PackageReference Include="EntityFramework" Version="6.3.0" />
3333
<PackageReference Include="MinVer" Version="2.3.1">
3434
<PrivateAssets>all</PrivateAssets>
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)