File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed
src/DotNetToolkit.Repository.AdoNet Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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
Original file line number Diff line number Diff line change 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 ;
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 ;
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >2.9.0 </VersionPrefix >
3+ <VersionPrefix >2.9.1 </VersionPrefix >
44 <VersionSuffix ></VersionSuffix >
55 </PropertyGroup >
66</Project >
You can’t perform that action at this time.
0 commit comments