Skip to content

Commit a3fbb74

Browse files
author
jaguzman
committed
Removed unnecessary references from net451
1 parent 20c78c5 commit a3fbb74

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

src/DotNetToolkit.Repository.AdoNet/DotNetToolkit.Repository.AdoNet.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
<Description>A repository context provider for ADO.NET (for testing purposes only).</Description>
1010
</PropertyGroup>
1111

12-
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
13-
<PackageReference Include="System.Data.SqlClient" Version="4.6.0" />
14-
</ItemGroup>
15-
1612
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
1713
<DefineConstants>NETCORE;NETSTANDARD;NETSTANDARD2_0</DefineConstants>
1814
</PropertyGroup>
@@ -21,10 +17,6 @@
2117
<DefineConstants>NET45;NETFULL</DefineConstants>
2218
</PropertyGroup>
2319

24-
<ItemGroup>
25-
<PackageReference Include="System.Data.SqlClient" Version="4.6.1" />
26-
</ItemGroup>
27-
2820
<ItemGroup>
2921
<ProjectReference Include="..\DotNetToolkit.Repository\DotNetToolkit.Repository.csproj" />
3022
</ItemGroup>
@@ -35,6 +27,7 @@
3527
</ItemGroup>
3628

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

src/DotNetToolkit.Repository.AdoNet/Internal/AdoNetRepositoryContext.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using Configuration.Logging;
55
using Extensions;
66
using Extensions.Internal;
7-
using Properties;
87
using Queries;
98
using Queries.Internal;
109
using Queries.Strategies;
@@ -14,7 +13,6 @@
1413
using System.Collections.Generic;
1514
using System.Data;
1615
using System.Data.Common;
17-
using System.Globalization;
1816
using System.Linq;
1917
using System.Linq.Expressions;
2018
using System.Threading;

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.9.0</VersionPrefix>
3+
<VersionPrefix>2.9.1</VersionPrefix>
44
<VersionSuffix></VersionSuffix>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)