|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> |
| 4 | + <TargetFrameworks>net45;netcoreapp2.0</TargetFrameworks> |
5 | 5 | <!--<TargetFrameworks>netcoreapp1.1</TargetFrameworks>--> |
6 | 6 | <DebugType>portable</DebugType> |
7 | 7 | <AssemblyName>ServiceStack.Redis.Tests</AssemblyName> |
8 | 8 | <OutputType>Library</OutputType> |
9 | 9 | <PackageId>ServiceStack.Redis.Tests</PackageId> |
10 | | - <RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion> |
11 | | - <NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion> |
12 | | - <PackageTargetFallback>$(PackageTargetFallback);portable-net45+win8+wp8+wpa81+xamarinmac</PackageTargetFallback> |
13 | 10 | <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> |
14 | 11 | <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> |
15 | 12 | <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
45 | 42 | <Reference Include="..\..\lib\net45\ServiceStack.dll" /> |
46 | 43 | </ItemGroup> |
47 | 44 |
|
48 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1' "> |
| 45 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' "> |
49 | 46 | <DefineConstants>$(DefineConstants);NETCORE_SUPPORT;NETCORE</DefineConstants> |
50 | 47 | </PropertyGroup> |
51 | 48 |
|
|
62 | 59 | <PackageReference Include="NUnitLite" Version="3.6.1" /> |
63 | 60 | </ItemGroup> |
64 | 61 |
|
65 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1' "> |
66 | | - <PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.1.1" /> |
| 62 | + <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' "> |
| 63 | + <PackageReference Include="Microsoft.Extensions.Primitives" Version="1.1.1" /> |
67 | 64 |
|
68 | | - <PackageReference Include="ServiceStack.Interfaces.Core" Version="1.0.*" /> |
69 | | - <PackageReference Include="ServiceStack.Text.Core" Version="1.0.*" /> |
70 | | - <PackageReference Include="ServiceStack.Common.Core" Version="1.0.*" /> |
71 | | - <PackageReference Include="ServiceStack.Core" Version="1.0.*" /> |
| 65 | + <Reference Include="..\..\lib\netstandard1.1\ServiceStack.Interfaces.dll" /> |
| 66 | + <Reference Include="..\..\lib\netstandard1.3\ServiceStack.Text.dll" /> |
| 67 | + <Reference Include="..\..\lib\netstandard1.3\ServiceStack.Common.dll" /> |
| 68 | + <Reference Include="..\..\lib\netstandard1.6\ServiceStack.dll" /> |
72 | 69 | </ItemGroup> |
73 | 70 |
|
74 | 71 | </Project> |
0 commit comments