File tree Expand file tree Collapse file tree 4 files changed +8
-14
lines changed
DotNetToolkit.Repository.AdoNet
DotNetToolkit.Repository.Xml
test/DotNetToolkit.Repository.Test Expand file tree Collapse file tree 4 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 1010 </PropertyGroup >
1111
1212 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
13- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.5.0" />
1413 <PackageReference Include =" System.Data.SqlClient" Version =" 4.6.0" />
1514 </ItemGroup >
1615
2827
2928 <ItemGroup Condition =" '$(TargetFramework)' == 'net451'" >
3029 <Reference Include =" System.Configuration" />
31- </ItemGroup >
32-
33- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3'" >
34- <PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" 2.1.0" />
30+ <Reference Include =" System.ComponentModel.DataAnnotations" />
3531 </ItemGroup >
3632
3733 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
Original file line number Diff line number Diff line change 99 <Description >A repository context provider for storing entities in a XML formatted file.</Description >
1010 </PropertyGroup >
1111
12- <ItemGroup >
12+ <ItemGroup Condition = " '$(TargetFramework)' == 'netstandard1.3' " >
1313 <PackageReference Include =" System.Xml.XmlSerializer" Version =" 4.3.0" />
1414 </ItemGroup >
1515
Original file line number Diff line number Diff line change 2020 <PropertyGroup Condition =" '$(TargetFramework)' == 'net451'" >
2121 <DefineConstants >NET45;NETFULL</DefineConstants >
2222 </PropertyGroup >
23-
24- <ItemGroup >
25- <PackageReference Include =" System.ComponentModel.Annotations" Version =" 4.5.0" />
26- <PackageReference Include =" System.Data.Common" Version =" 4.3.0" />
27- <PackageReference Include =" System.Linq.Queryable" Version =" 4.3.0" />
28- </ItemGroup >
2923
3024 <ItemGroup Condition =" '$(TargetFramework)' == 'net451'" >
3125 <Reference Include =" System.Configuration" />
26+ <Reference Include =" System.ComponentModel.DataAnnotations" />
3227 </ItemGroup >
3328
3429 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3'" >
3530 <PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.5.1" />
3631 <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 1.1.2" />
3732 <PackageReference Include =" System.Security.Cryptography.Algorithms" Version =" 4.3.1" />
33+ <PackageReference Include =" System.Data.Common" Version =" 4.3.0" />
34+ <PackageReference Include =" System.ComponentModel.Annotations" Version =" 4.5.0" />
35+ <PackageReference Include =" System.Linq.Queryable" Version =" 4.3.0" />
3836 </ItemGroup >
3937
4038 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
41- <PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.5.1" />
4239 <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.5.0" />
4340 <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 2.2.0" />
44- <PackageReference Include =" System.Security.Cryptography.Algorithms " Version =" 4.3.1 " />
41+ <PackageReference Include =" System.ComponentModel.Annotations " Version =" 4.5.0 " />
4542 </ItemGroup >
4643
4744 <ItemGroup >
Original file line number Diff line number Diff line change 3232
3333 <ItemGroup >
3434 <Reference Include =" System.Configuration" />
35+ <Reference Include =" System.ComponentModel.DataAnnotations" />
3536 </ItemGroup >
3637
3738 <ItemGroup >
You can’t perform that action at this time.
0 commit comments