Skip to content

Commit

Permalink
Merge pull request #530 from johelvisguzman/issue529
Browse files Browse the repository at this point in the history
Removed net451 from the ef core repository context
  • Loading branch information
johelvisguzman authored Jul 9, 2019
2 parents 0f32fcc + 4f9919f commit 410cc87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<Import Project="..\..\build\common.props" />

<PropertyGroup>
<TargetFrameworks>net451;netstandard1.3;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard1.3;netstandard2.0</TargetFrameworks>
<AssemblyName>DotNetToolkit.Repository.EntityFrameworkCore</AssemblyName>
<RootNamespace>DotNetToolkit.Repository.EntityFrameworkCore</RootNamespace>
<Description>A repository context provider for the Entity Framework Core.</Description>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net451' OR '$(TargetFramework)' == 'netstandard1.3'">
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="1.1.6" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.8.5</VersionPrefix>
<VersionPrefix>2.8.6</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 410cc87

Please sign in to comment.