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

Commit 63a5612

Browse files
committed
Change to ref netstandard1.1 SS.Interfaces
1 parent 9eeaba9 commit 63a5612

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ServiceStack.Text.Tests/ServiceStack.Text.Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
<ItemGroup>
2828
<PackageReference Include="NUnit" Version="3.6.1" />
29-
<Reference Include="..\..\lib\pcl\ServiceStack.Interfaces.dll" />
3029
</ItemGroup>
3130

3231
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">
@@ -43,6 +42,7 @@
4342
<Reference Include="System.Web.Extensions" />
4443
<Reference Include="Microsoft.CSharp" />
4544

45+
<Reference Include="..\..\lib\pcl\ServiceStack.Interfaces.dll" />
4646
<Reference Include="..\..\lib\net45\ServiceStack.Client.dll" />
4747
<Reference Include="..\..\lib\net45\ServiceStack.Common.dll" />
4848
<Reference Include="..\..\lib\net45\Northwind.Common.dll" />
@@ -63,6 +63,7 @@
6363
<PackageReference Include="System.Reflection.Extensions" Version="4.0.1" />
6464
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.1.0" />
6565

66+
<Reference Include="..\..\lib\netstandard1.1\ServiceStack.Interfaces.dll" />
6667
<Reference Include="..\..\lib\netstandard1.6\ServiceStack.Client.dll" />
6768
<Reference Include="..\..\lib\netstandard1.3\ServiceStack.Common.dll" />
6869
<Reference Include="..\..\lib\netstandard1.6\ServiceStack.dll" />

0 commit comments

Comments
 (0)