This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-17
lines changed
tests/ServiceStack.Redis.Tests.Sentinel Expand file tree Collapse file tree 4 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 18
18
<copyright >ServiceStack and contributors</copyright >
19
19
<dependencies >
20
20
<group targetFramework =" .netstandard2.0" >
21
- <dependency id =" System.Net.Security" version =" [4.3.1 , )" />
21
+ <dependency id =" System.Net.Security" version =" [4.3.2 , )" />
22
22
<dependency id =" System.Collections.Specialized" version =" [4.3.0, )" />
23
23
<dependency id =" System.Collections.NonGeneric" version =" [4.3.0, )" />
24
24
<dependency id =" System.Net.NameResolution" version =" [4.3.0, )" />
Original file line number Diff line number Diff line change 23
23
<dependency id =" ServiceStack.Common" version =" 5.0.0" />
24
24
</group >
25
25
<group targetFramework =" .netstandard2.0" >
26
- <dependency id =" System.Net.Security" version =" [4.3.1 , )" />
26
+ <dependency id =" System.Net.Security" version =" [4.3.2 , )" />
27
27
<dependency id =" System.Collections.Specialized" version =" [4.3.0, )" />
28
28
<dependency id =" System.Collections.NonGeneric" version =" [4.3.0, )" />
29
29
<dependency id =" System.Net.NameResolution" version =" [4.3.0, )" />
Original file line number Diff line number Diff line change 36
36
<DefineConstants >$(DefineConstants);NETSTANDARD1_3</DefineConstants >
37
37
</PropertyGroup >
38
38
<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 " />
40
40
<PackageReference Include =" System.Collections.Specialized" Version =" 4.3.0" />
41
41
<PackageReference Include =" System.Collections.NonGeneric" Version =" 4.3.0" />
42
42
<PackageReference Include =" System.Net.NameResolution" Version =" 4.3.0" />
Original file line number Diff line number Diff line change 49
49
<DefineConstants >$(DefineConstants);NETCORE_SUPPORT;NETCORE</DefineConstants >
50
50
</PropertyGroup >
51
51
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
-
65
52
<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 " />
67
54
68
55
<Reference Include =" ..\..\lib\netstandard2.0\ServiceStack.Interfaces.dll" />
69
56
<Reference Include =" ..\..\lib\netstandard2.0\ServiceStack.Text.dll" />
You can’t perform that action at this time.
0 commit comments