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 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, )" />
Original file line number Diff line number Diff line change 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, )" />
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments