File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/DotNetToolkit.Repository.EntityFrameworkCore Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 <Import Project =" ..\..\build\common.props" />
44
55 <PropertyGroup >
6- <TargetFrameworks >net451; netstandard1.3;netstandard2.0</TargetFrameworks >
6+ <TargetFrameworks >netstandard1.3;netstandard2.0</TargetFrameworks >
77 <AssemblyName >DotNetToolkit.Repository.EntityFrameworkCore</AssemblyName >
88 <RootNamespace >DotNetToolkit.Repository.EntityFrameworkCore</RootNamespace >
99 <Description >A repository context provider for the Entity Framework Core.</Description >
1010 </PropertyGroup >
1111
12- <ItemGroup Condition =" '$(TargetFramework)'=='net451' OR '$(TargetFramework)' == 'netstandard1.3'" >
12+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3'" >
1313 <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 1.1.6" />
1414 <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 1.1.6" />
1515 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >2.8.5 </VersionPrefix >
3+ <VersionPrefix >2.8.6 </VersionPrefix >
44 <VersionSuffix ></VersionSuffix >
55 </PropertyGroup >
66</Project >
You can’t perform that action at this time.
0 commit comments