|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <!--<TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks>--> |
5 | | - <TargetFrameworks>net45</TargetFrameworks> |
| 4 | + <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> |
| 5 | + <!--<TargetFrameworks>netcoreapp1.1</TargetFrameworks>--> |
6 | 6 | <DebugType>portable</DebugType> |
7 | 7 | <AssemblyName>ServiceStack.Redis.Tests</AssemblyName> |
8 | 8 | <OutputType>Exe</OutputType> |
|
26 | 26 |
|
27 | 27 | <ItemGroup> |
28 | 28 | <PackageReference Include="NUnitLite" Version="3.5" /> |
| 29 | + <Reference Include="..\..\lib\ServiceStack.Interfaces.dll" /> |
29 | 30 | </ItemGroup> |
30 | 31 |
|
31 | 32 | <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> |
|
43 | 44 | <Reference Include="Microsoft.CSharp" /> |
44 | 45 |
|
45 | 46 | <Reference Include="..\..\lib\ServiceStack.Text.dll" /> |
46 | | - <Reference Include="..\..\lib\ServiceStack.Interfaces.dll" /> |
47 | | - <Reference Include="..\..\lib\ServiceStack.Client.dll" /> |
48 | 47 | <Reference Include="..\..\lib\ServiceStack.Common.dll" /> |
49 | 48 | <Reference Include="..\..\lib\tests\ServiceStack.dll" /> |
50 | 49 | </ItemGroup> |
|
54 | 53 | </PropertyGroup> |
55 | 54 |
|
56 | 55 | <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1' "> |
| 56 | + <PackageReference Include="Microsoft.NETCore.Portable.Compatibility" Version="1.0.1" /> |
57 | 57 | <PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.1.1" /> |
58 | 58 |
|
59 | 59 | <Reference Include="..\..\lib\netstandard1.3\ServiceStack.Text.dll" /> |
60 | | - <Reference Include="..\..\lib\netstandard1.1\ServiceStack.Interfaces.dll" /> |
61 | 60 | <Reference Include="..\..\lib\netstandard1.3\ServiceStack.Common.dll" /> |
62 | 61 | <Reference Include="..\..\lib\tests\netstandard1.6\ServiceStack.dll" /> |
63 | 62 | </ItemGroup> |
|
0 commit comments