|
4 | 4 | <TargetFrameworks>net45;netstandard1.3</TargetFrameworks> |
5 | 5 | <AssemblyName>ServiceStack.Redis</AssemblyName> |
6 | 6 | <PackageId>ServiceStack.Redis</PackageId> |
7 | | - <NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion> |
| 7 | + <NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion> |
8 | 8 | <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> |
9 | 9 | <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> |
10 | 10 | <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
|
42 | 42 | </PropertyGroup> |
43 | 43 |
|
44 | 44 | <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' "> |
45 | | - <PackageReference Include="Microsoft.NETCore.Portable.Compatibility" Version="1.0.1" /> |
46 | | - <PackageReference Include="System.Net.Security" Version="4.0.0" /> |
47 | | - <PackageReference Include="System.Collections.Specialized" Version="4.0.1" /> |
48 | | - <PackageReference Include="System.Collections.NonGeneric" Version="4.0.1" /> |
49 | | - <PackageReference Include="System.Net.NameResolution" Version="4.0.0" /> |
50 | | - <PackageReference Include="System.Data.Common" Version="4.1.0" /> |
51 | | - <PackageReference Include="System.Threading.Thread" Version="4.0.0" /> |
| 45 | + <PackageReference Include="System.Net.Security" Version="4.3.1" /> |
| 46 | + <PackageReference Include="System.Collections.Specialized" Version="4.3.0" /> |
| 47 | + <PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" /> |
| 48 | + <PackageReference Include="System.Net.NameResolution" Version="4.3.0" /> |
| 49 | + <PackageReference Include="System.Data.Common" Version="4.3.0" /> |
| 50 | + <PackageReference Include="System.Threading.Thread" Version="4.3.0" /> |
52 | 51 |
|
53 | 52 | <Reference Include="..\..\lib\netstandard1.1\ServiceStack.Interfaces.dll" /> |
54 | 53 | <Reference Include="..\..\lib\netstandard1.3\ServiceStack.Text.dll" /> |
|
0 commit comments