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

Commit ea769a0

Browse files
committed
Upgrade deps
1 parent 359a3bc commit ea769a0

File tree

4 files changed

+4
-17
lines changed

4 files changed

+4
-17
lines changed

NuGet/ServiceStack.Redis.Core/servicestack.redis.core.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<copyright>ServiceStack and contributors</copyright>
1919
<dependencies>
2020
<group targetFramework=".netstandard2.0">
21-
<dependency id="System.Net.Security" version="[4.3.1, )" />
21+
<dependency id="System.Net.Security" version="[4.3.2, )" />
2222
<dependency id="System.Collections.Specialized" version="[4.3.0, )" />
2323
<dependency id="System.Collections.NonGeneric" version="[4.3.0, )" />
2424
<dependency id="System.Net.NameResolution" version="[4.3.0, )" />

NuGet/ServiceStack.Redis/servicestack.redis.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency id="ServiceStack.Common" version="5.0.0" />
2424
</group>
2525
<group targetFramework=".netstandard2.0">
26-
<dependency id="System.Net.Security" version="[4.3.1, )" />
26+
<dependency id="System.Net.Security" version="[4.3.2, )" />
2727
<dependency id="System.Collections.Specialized" version="[4.3.0, )" />
2828
<dependency id="System.Collections.NonGeneric" version="[4.3.0, )" />
2929
<dependency id="System.Net.NameResolution" version="[4.3.0, )" />

src/ServiceStack.Redis/ServiceStack.Redis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<DefineConstants>$(DefineConstants);NETSTANDARD1_3</DefineConstants>
3737
</PropertyGroup>
3838
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
39-
<PackageReference Include="System.Net.Security" Version="4.3.1" />
39+
<PackageReference Include="System.Net.Security" Version="4.3.2" />
4040
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
4141
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
4242
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />

tests/ServiceStack.Redis.Tests.Sentinel/ServiceStack.Redis.Tests.Sentinel.csproj

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,8 @@
4949
<DefineConstants>$(DefineConstants);NETCORE_SUPPORT;NETCORE</DefineConstants>
5050
</PropertyGroup>
5151

52-
<!-- Enable NunitLite build, becase NUnit is not supported on .NET Core SDK 1.0.2
53-
https://github.com/nunit/dotnet-test-nunit/issues/91
54-
To enable NUnitLite pass /p:NUNITLITE=1 into msbuild arguments
55-
-->
56-
<PropertyGroup Condition=" '$(NUNITLITE)' != '' ">
57-
<OutputType>Exe</OutputType>
58-
<DefineConstants>$(DefineConstants);NUNITLITE</DefineConstants>
59-
</PropertyGroup>
60-
61-
<ItemGroup Condition=" '$(NUNITLITE)' != '' ">
62-
<PackageReference Include="NUnitLite" Version="3.6.1" />
63-
</ItemGroup>
64-
6552
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
66-
<PackageReference Include="Microsoft.Extensions.Primitives" Version="2.0.0" />
53+
<PackageReference Include="Microsoft.Extensions.Primitives" Version="2.1.1" />
6754

6855
<Reference Include="..\..\lib\netstandard2.0\ServiceStack.Interfaces.dll" />
6956
<Reference Include="..\..\lib\netstandard2.0\ServiceStack.Text.dll" />

0 commit comments

Comments
 (0)