Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 31d49c6

Browse files
committed
Change to ref netstandard1.1 SS.Interfaces
1 parent a1baabf commit 31d49c6

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

src/ServiceStack.Redis/ServiceStack.Redis.csproj

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,10 @@
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>
@@ -53,6 +47,8 @@
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>

tests/ServiceStack.Redis.Tests/ServiceStack.Redis.Tests.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
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' ">
@@ -43,6 +39,7 @@
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" />
@@ -56,6 +53,7 @@
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" />

0 commit comments

Comments
 (0)