File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
src/AutoMapper.Collection.EntityFramework Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments