Skip to content

Commit

Permalink
Merge pull request #549 from johelvisguzman/ado
Browse files Browse the repository at this point in the history
Removed unnecessary references from net451
  • Loading branch information
johelvisguzman authored Aug 8, 2019
2 parents 20c78c5 + a3fbb74 commit 5b67b8c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<Description>A repository context provider for ADO.NET (for testing purposes only).</Description>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Data.SqlClient" Version="4.6.0" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<DefineConstants>NETCORE;NETSTANDARD;NETSTANDARD2_0</DefineConstants>
</PropertyGroup>
Expand All @@ -21,10 +17,6 @@
<DefineConstants>NET45;NETFULL</DefineConstants>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Data.SqlClient" Version="4.6.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DotNetToolkit.Repository\DotNetToolkit.Repository.csproj" />
</ItemGroup>
Expand All @@ -35,6 +27,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Data.SqlClient" Version="4.6.1" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Configuration.Logging;
using Extensions;
using Extensions.Internal;
using Properties;
using Queries;
using Queries.Internal;
using Queries.Strategies;
Expand All @@ -14,7 +13,6 @@
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Globalization;
using System.Linq;
using System.Linq.Expressions;
using System.Threading;
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.9.0</VersionPrefix>
<VersionPrefix>2.9.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 5b67b8c

Please sign in to comment.