This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
tests/ServiceStack.Redis.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 <DefineConstants >$(DefineConstants);NET45</DefineConstants >
2828 </PropertyGroup >
2929
30- <ItemGroup >
31- <Reference Include =" ..\..\lib\pcl\ServiceStack.Interfaces.dll" />
32- </ItemGroup >
33-
34- <PropertyGroup Condition =" '$(TargetFramework)' == 'net45' " >
35- <DefineConstants >$(DefineConstants);NET45</DefineConstants >
36- </PropertyGroup >
37-
3830 <ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
3931 <Reference Include =" System.Net" />
32+
33+ <Reference Include =" ..\..\lib\pcl\ServiceStack.Interfaces.dll" />
4034 <Reference Include =" ..\..\lib\net45\ServiceStack.Text.dll" />
4135 <Reference Include =" ..\..\lib\net45\ServiceStack.Common.dll" />
4236 </ItemGroup >
5347 <PackageReference Include =" System.Net.NameResolution" Version =" 4.0.0" />
5448 <PackageReference Include =" System.Data.Common" Version =" 4.1.0" />
5549 <PackageReference Include =" System.Threading.Thread" Version =" 4.0.0" />
50+
51+ <Reference Include =" ..\..\lib\netstandard1.1\ServiceStack.Interfaces.dll" />
5652 <Reference Include =" ..\..\lib\netstandard1.3\ServiceStack.Text.dll" />
5753 <Reference Include =" ..\..\lib\netstandard1.3\ServiceStack.Common.dll" />
5854 </ItemGroup >
Original file line number Diff line number Diff line change 2222
2323 <ItemGroup >
2424 <ProjectReference Include =" ..\..\src\ServiceStack.Redis\ServiceStack.Redis.csproj" />
25- </ItemGroup >
26-
27- <ItemGroup >
2825 <PackageReference Include =" NUnit" Version =" 3.6.1" />
29- <Reference Include =" ..\..\lib\pcl\ServiceStack.Interfaces.dll" />
3026 </ItemGroup >
3127
3228 <PropertyGroup Condition =" '$(TargetFramework)' == 'net45' " >
4339 <Reference Include =" System.Web.Extensions" />
4440 <Reference Include =" Microsoft.CSharp" />
4541
42+ <Reference Include =" ..\..\lib\pcl\ServiceStack.Interfaces.dll" />
4643 <Reference Include =" ..\..\lib\net45\ServiceStack.Text.dll" />
4744 <Reference Include =" ..\..\lib\net45\ServiceStack.Common.dll" />
4845 <Reference Include =" ..\..\lib\net45\ServiceStack.dll" />
5653 <PackageReference Include =" Microsoft.NETCore.Portable.Compatibility" Version =" 1.0.1" />
5754 <PackageReference Include =" System.Runtime.Serialization.Primitives" Version =" 4.1.1" />
5855
56+ <Reference Include =" ..\..\lib\netstandard1.1\ServiceStack.Interfaces.dll" />
5957 <Reference Include =" ..\..\lib\netstandard1.3\ServiceStack.Text.dll" />
6058 <Reference Include =" ..\..\lib\netstandard1.3\ServiceStack.Common.dll" />
6159 <Reference Include =" ..\..\lib\netstandard1.6\ServiceStack.dll" />
You can’t perform that action at this time.
0 commit comments