|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFrameworks>net45;netstandard1.3</TargetFrameworks> |
| 4 | + <TargetFrameworks>net45;netstandard2.0</TargetFrameworks> |
5 | 5 | <AssemblyName>ServiceStack.Redis</AssemblyName>
|
6 | 6 | <PackageId>ServiceStack.Redis</PackageId>
|
7 |
| - <NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion> |
8 | 7 | <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
|
9 | 8 | <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
|
10 | 9 | <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
|
32 | 31 | <ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
|
33 | 32 | <Reference Include="System.Net" />
|
34 | 33 |
|
35 |
| - <Reference Include="..\..\lib\pcl\ServiceStack.Interfaces.dll" /> |
| 34 | + <Reference Include="..\..\lib\net45\ServiceStack.Interfaces.dll" /> |
36 | 35 | <Reference Include="..\..\lib\net45\ServiceStack.Text.dll" />
|
37 | 36 | <Reference Include="..\..\lib\net45\ServiceStack.Common.dll" />
|
38 | 37 | </ItemGroup>
|
39 | 38 |
|
40 |
| - <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' "> |
| 39 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' "> |
41 | 40 | <DefineConstants>$(DefineConstants);NETSTANDARD1_3</DefineConstants>
|
42 | 41 | </PropertyGroup>
|
43 | 42 |
|
44 |
| - <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' "> |
| 43 | + <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' "> |
45 | 44 | <PackageReference Include="System.Net.Security" Version="4.3.1" />
|
46 | 45 | <PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
|
47 | 46 | <PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
|
48 | 47 | <PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
|
49 | 48 | <PackageReference Include="System.Data.Common" Version="4.3.0" />
|
50 | 49 | <PackageReference Include="System.Threading.Thread" Version="4.3.0" />
|
51 | 50 |
|
52 |
| - <Reference Include="..\..\lib\netstandard1.1\ServiceStack.Interfaces.dll" /> |
53 |
| - <Reference Include="..\..\lib\netstandard1.3\ServiceStack.Text.dll" /> |
54 |
| - <Reference Include="..\..\lib\netstandard1.3\ServiceStack.Common.dll" /> |
| 51 | + <Reference Include="..\..\lib\netstandard2.0\ServiceStack.Interfaces.dll" /> |
| 52 | + <Reference Include="..\..\lib\netstandard2.0\ServiceStack.Text.dll" /> |
| 53 | + <Reference Include="..\..\lib\netstandard2.0\ServiceStack.Common.dll" /> |
55 | 54 | </ItemGroup>
|
56 | 55 |
|
57 | 56 | </Project>
|
0 commit comments