From 2dcbad7e696770cbce563aaa645a840b51ce3eb7 Mon Sep 17 00:00:00 2001 From: TeaDrivenDev Date: Sun, 20 Nov 2016 20:10:59 +0000 Subject: [PATCH 01/13] Fix package name displayed when package is found in different group --- src/Paket.Core/LockFile.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Paket.Core/LockFile.fs b/src/Paket.Core/LockFile.fs index b0ad69a2c5..a505ca7640 100644 --- a/src/Paket.Core/LockFile.fs +++ b/src/Paket.Core/LockFile.fs @@ -518,7 +518,7 @@ type LockFile(fileName:string,groups: Map) = member this.CheckIfPackageExistsInAnyGroup (packageName:PackageName) = match groups |> Seq.tryFind (fun g -> g.Value.Resolution.ContainsKey packageName) with - | Some group -> sprintf "%sHowever, %O was found in group %O." Environment.NewLine PackageName group.Value.Name + | Some group -> sprintf "%sHowever, %O was found in group %O." Environment.NewLine packageName group.Value.Name | None -> "" From cd542f69123fef2b9c35699b81066d825dec7053 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 21 Nov 2016 11:17:08 +0100 Subject: [PATCH 02/13] Use latest preview --- build.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.fsx b/build.fsx index 797021a563..fee42dc6d3 100644 --- a/build.fsx +++ b/build.fsx @@ -61,7 +61,7 @@ let gitName = "Paket" // The url for the raw files hosted let gitRaw = environVarOrDefault "gitRaw" "https://raw.github.com/fsprojects" -let dotnetcliVersion = "1.0.0-preview4-004079" +let dotnetcliVersion = "1.0.0-preview4-004107" let dotnetCliPath = DirectoryInfo "./dotnetcore" From 8ab96551ade673622c209e6fe859742c343d69e8 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 21 Nov 2016 13:58:00 +0100 Subject: [PATCH 03/13] Use latest preview3 --- build.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.fsx b/build.fsx index fee42dc6d3..67a0bed5ca 100644 --- a/build.fsx +++ b/build.fsx @@ -61,7 +61,7 @@ let gitName = "Paket" // The url for the raw files hosted let gitRaw = environVarOrDefault "gitRaw" "https://raw.github.com/fsprojects" -let dotnetcliVersion = "1.0.0-preview4-004107" +let dotnetcliVersion = "1.0.0-preview3-004056" let dotnetCliPath = DirectoryInfo "./dotnetcore" From 08e8792c8f4ca8c061e7a0d29763579e569f95c6 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 21 Nov 2016 14:52:21 +0100 Subject: [PATCH 04/13] Pin to 1.0.0-alpha-20161104-2 --- src/Paket.Core/Paket.Core.preview3.fsproj | 4 ++-- src/Paket/Paket.preview3.fsproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Paket.Core/Paket.Core.preview3.fsproj b/src/Paket.Core/Paket.Core.preview3.fsproj index 4086e5bbc4..dd6b3d4d1e 100644 --- a/src/Paket.Core/Paket.Core.preview3.fsproj +++ b/src/Paket.Core/Paket.Core.preview3.fsproj @@ -85,11 +85,11 @@ - 1.0.0-alpha-20161029-1 + 1.0.0-alpha-20161104-2 All - 1.0.0-alpha-000001 + 1.0.0-alpha-* All diff --git a/src/Paket/Paket.preview3.fsproj b/src/Paket/Paket.preview3.fsproj index 39b6cbfbdc..878cece868 100644 --- a/src/Paket/Paket.preview3.fsproj +++ b/src/Paket/Paket.preview3.fsproj @@ -24,11 +24,11 @@ 1.0.1 - 1.0.0-alpha-20161029-1 + 1.0.0-alpha-20161104-2/Version> All - 1.0.0-alpha-000001 + 1.0.0-alpha-* All From d47fe405f9a0e213286fd404942d46f58c5256f0 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 21 Nov 2016 15:58:22 +0100 Subject: [PATCH 05/13] urgs --- src/Paket/Paket.preview3.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Paket/Paket.preview3.fsproj b/src/Paket/Paket.preview3.fsproj index 878cece868..62a848e452 100644 --- a/src/Paket/Paket.preview3.fsproj +++ b/src/Paket/Paket.preview3.fsproj @@ -24,7 +24,7 @@ 1.0.1 - 1.0.0-alpha-20161104-2/Version> + 1.0.0-alpha-20161104-2 All From 1160faa33857d18603c2c2ee0c29ef0386262cfe Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 21 Nov 2016 16:47:43 +0100 Subject: [PATCH 06/13] remove old feeds --- NuGet.Config | 2 -- 1 file changed, 2 deletions(-) diff --git a/NuGet.Config b/NuGet.Config index 1f0046bf12..273c7d2db7 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -2,8 +2,6 @@ - - From 9d724d2f6be080fe4aa2836dc43e6f622c4048c2 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 21 Nov 2016 16:50:34 +0100 Subject: [PATCH 07/13] remove old feeds --- .../Paket.IntegrationTests.fsproj | 158 ++++---- paket.dependencies | 2 - paket.lock | 134 ++++--- src/Paket.Core/Paket.Core.fsproj | 344 ++++++++++++++---- src/Paket.PowerShell/Paket.PowerShell.fsproj | 142 ++++---- src/Paket/Paket.fsproj | 142 ++++---- tests/Paket.Tests/Paket.Tests.fsproj | 158 ++++---- 7 files changed, 629 insertions(+), 451 deletions(-) diff --git a/integrationtests/Paket.IntegrationTests/Paket.IntegrationTests.fsproj b/integrationtests/Paket.IntegrationTests/Paket.IntegrationTests.fsproj index 4afef80bb5..7d64761aa4 100644 --- a/integrationtests/Paket.IntegrationTests/Paket.IntegrationTests.fsproj +++ b/integrationtests/Paket.IntegrationTests/Paket.IntegrationTests.fsproj @@ -343,7 +343,7 @@ - + ..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -354,6 +354,13 @@ + + + + True + + + @@ -405,15 +412,6 @@ - - - - ..\..\packages\System.Diagnostics.Debug\ref\netstandard1.0\System.Diagnostics.Debug.dll - False - True - - - @@ -505,15 +503,6 @@ - - - - ..\..\packages\System.Globalization\ref\netstandard1.0\System.Globalization.dll - False - True - - - @@ -545,6 +534,15 @@ + + + + ..\..\packages\System.Globalization.Extensions\ref\net46\System.Globalization.Extensions.dll + False + True + + + @@ -556,7 +554,7 @@ - + ..\..\packages\System.IO\ref\net462\System.IO.dll @@ -565,7 +563,7 @@ - + ..\..\packages\System.IO\ref\netstandard1.0\System.IO.dll @@ -614,7 +612,7 @@ - + ..\..\packages\System.IO.FileSystem\ref\net46\System.IO.FileSystem.dll @@ -634,7 +632,7 @@ - + ..\..\packages\System.IO.FileSystem.Primitives\ref\net46\System.IO.FileSystem.Primitives.dll @@ -654,7 +652,16 @@ - + + + + ..\..\packages\System.Linq\ref\net463\System.Linq.dll + False + True + + + + ..\..\packages\System.Linq\ref\netstandard1.0\System.Linq.dll @@ -681,12 +688,9 @@ False True - - True - - + ..\..\packages\System.Linq.Expressions\ref\netstandard1.0\System.Linq.Expressions.dll @@ -799,15 +803,6 @@ - - - - ..\..\packages\System.ObjectModel\ref\netstandard1.0\System.ObjectModel.dll - False - True - - - @@ -819,7 +814,7 @@ - + ..\..\packages\System.Reflection\ref\net462\System.Reflection.dll @@ -828,7 +823,7 @@ - + ..\..\packages\System.Reflection\ref\netstandard1.0\System.Reflection.dll @@ -890,7 +885,7 @@ - + ..\..\packages\System.Reflection.Extensions\ref\netstandard1.0\System.Reflection.Extensions.dll @@ -941,7 +936,7 @@ - + ..\..\packages\System.Resources.ResourceManager\ref\netstandard1.0\System.Resources.ResourceManager.dll @@ -952,31 +947,29 @@ - + - - ..\..\packages\System.Runtime\ref\net462\System.Runtime.dll - False - True - True - + - ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll + ..\..\packages\System.Runtime\ref\net462\System.Runtime.dll False True + + True + - + - ..\..\packages\System.Runtime\ref\netstandard1.2\System.Runtime.dll + ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll False True @@ -1002,6 +995,15 @@ + + + + ..\..\packages\System.Runtime.Extensions\ref\net462\System.Runtime.Extensions.dll + False + True + + + @@ -1042,7 +1044,7 @@ - + ..\..\packages\System.Runtime.InteropServices\ref\net462\System.Runtime.InteropServices.dll @@ -1131,9 +1133,6 @@ False True - - True - @@ -1143,9 +1142,6 @@ False True - - True - @@ -1186,6 +1182,15 @@ + + + + ..\..\packages\System.Security.Cryptography.Cng\ref\net463\System.Security.Cryptography.Cng.dll + False + True + + + @@ -1197,6 +1202,15 @@ + + + + ..\..\packages\System.Security.Cryptography.Csp\ref\net46\System.Security.Cryptography.Csp.dll + False + True + + + @@ -1228,7 +1242,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\ref\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1308,15 +1322,6 @@ - - - - ..\..\packages\System.Text.Encoding.Extensions\ref\netstandard1.0\System.Text.Encoding.Extensions.dll - False - True - - - @@ -1328,10 +1333,10 @@ - + - ..\..\packages\System.Text.RegularExpressions\ref\netstandard1.0\System.Text.RegularExpressions.dll + ..\..\packages\System.Text.RegularExpressions\ref\net463\System.Text.RegularExpressions.dll False True @@ -1357,15 +1362,6 @@ - - - - ..\..\packages\System.Threading\ref\netstandard1.0\System.Threading.dll - False - True - - - @@ -1377,7 +1373,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1397,7 +1393,7 @@ - + ..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll diff --git a/paket.dependencies b/paket.dependencies index f9d59c7820..9a4180a0db 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,6 +1,4 @@ source https://nuget.org/api/v2 -source https://www.myget.org/F/nuget-volatile/api/v3/index.json -source https://www.myget.org/F/netcorecli-fsc-preview3/api/v3/index.json nuget Newtonsoft.Json redirects: force nuget Argu prerelease diff --git a/paket.lock b/paket.lock index 5d1238fa8a..68a1097bc1 100644 --- a/paket.lock +++ b/paket.lock @@ -20,6 +20,7 @@ NUGET System.Threading.Tasks.Parallel (>= 4.0.1) - framework: >= net463, >= netstandard16 System.Threading.Thread (>= 4.0) - framework: >= net463, >= netstandard16 System.Threading.ThreadPool (>= 4.0.10) - framework: >= net463, >= netstandard16 + FSharp.NET.Sdk (1.0.0-alpha-000007) Microsoft.CSharp (4.0.1) - redirects: force, framework: >= netstandard10 System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 @@ -37,9 +38,9 @@ NUGET System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard13 System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - Microsoft.NETCore.Platforms (1.0.1) - framework: >= net463, dnxcore50, netstandard10, >= netstandard10, >= netstandard12, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (1.0.1) - redirects: force, framework: dnxcore50, >= netstandard10 - Microsoft.Win32.Primitives (4.0.1) - framework: >= net463, netstandard13, >= netstandard13, >= netstandard14, >= netstandard16 + Microsoft.NETCore.Platforms (1.0.1) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 + Microsoft.NETCore.Targets (1.0.1) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 + Microsoft.Win32.Primitives (4.0.1) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 System.Runtime (>= 4.1) - framework: >= netstandard13 @@ -56,7 +57,7 @@ NUGET NETStandard.Library (>= 1.6) - framework: >= netstandard13 System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= netstandard13 System.Security.Cryptography.Csp (>= 4.0) - framework: >= netstandard13 - NETStandard.Library (1.6) - framework: >= net463, >= netstandard13, >= netstandard16 + NETStandard.Library (1.6) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard10 Microsoft.Win32.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 System.AppContext (>= 4.1) - framework: >= net46, >= netstandard13 @@ -124,31 +125,31 @@ NUGET System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard10 System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard10 System.Xml.XDocument (>= 4.0.11) - framework: >= netstandard10 - runtime.native.System (4.0) - framework: >= netstandard13 + runtime.native.System (4.0) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) Microsoft.NETCore.Targets (>= 1.0.1) - runtime.native.System.IO.Compression (4.1) - framework: >= netstandard13 + runtime.native.System.IO.Compression (4.1) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) Microsoft.NETCore.Targets (>= 1.0.1) - runtime.native.System.Net.Http (4.0.1) - framework: >= netstandard16 + runtime.native.System.Net.Http (4.0.1) - framework: >= net463, >= netstandard16 Microsoft.NETCore.Platforms (>= 1.0.1) Microsoft.NETCore.Targets (>= 1.0.1) - runtime.native.System.Security.Cryptography (4.0) - framework: >= netstandard13 + runtime.native.System.Security.Cryptography (4.0) - framework: >= net463, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) Microsoft.NETCore.Targets (>= 1.0.1) - System.AppContext (4.1) - framework: >= net463, >= netstandard13, >= netstandard16 + System.AppContext (4.1) - framework: >= net463, >= netstandard13 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Buffers (4.0) - framework: >= netstandard13 + System.Buffers (4.0) - framework: >= net463, >= netstandard13 System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard11 System.Diagnostics.Tracing (>= 4.1) - framework: >= netstandard11 System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard11 System.Runtime (>= 4.1) - framework: >= netstandard11 System.Threading (>= 4.0.11) - framework: >= netstandard11 - System.Collections (4.0.11) - framework: dnxcore50, >= netstandard10 + System.Collections (4.0.11) - framework: >= net46, dnxcore50, >= netstandard10, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Collections.Concurrent (4.0.12) - framework: >= net463, >= netstandard13, >= netstandard16 + System.Collections.Concurrent (4.0.12) - framework: >= net463, >= netstandard13, netstandard14 System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 System.Diagnostics.Tracing (>= 4.1) - framework: dnxcore50, >= netstandard13 @@ -168,13 +169,13 @@ NUGET System.Runtime (>= 4.1) - framework: >= netstandard10 System.Runtime.Extensions (>= 4.1) - framework: >= netstandard10 System.Threading (>= 4.0.11) - framework: >= netstandard10 - System.Console (4.0) - framework: >= net463, >= netstandard13, >= netstandard16 + System.Console (4.0) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 System.IO (>= 4.1) - framework: >= netstandard13 System.Runtime (>= 4.1) - framework: >= netstandard13 System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Debug (4.0.11) - framework: dnxcore50, >= netstandard10 + System.Diagnostics.Debug (4.0.11) - framework: net46, >= net46, dnxcore50, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 @@ -216,7 +217,7 @@ NUGET System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard14 System.Threading.Thread (>= 4.0) - framework: >= netstandard14 System.Threading.ThreadPool (>= 4.0.10) - framework: >= netstandard14 - System.Diagnostics.Tools (4.0.1) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tools (4.0.1) - framework: >= net463, dnxcore50, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 @@ -230,7 +231,7 @@ NUGET System.Runtime (>= 4.1) - framework: >= netstandard13 System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Tracing (4.1) - framework: >= net463, netstandard13, >= netstandard13, >= netstandard16 + System.Diagnostics.Tracing (4.1) - framework: >= net463, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 @@ -250,29 +251,29 @@ NUGET System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Globalization (4.0.11) - framework: dnxcore50, >= netstandard10 + System.Globalization (4.0.11) - framework: net46, >= net46, dnxcore50, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Globalization.Calendars (4.0.1) - framework: >= net463, >= netstandard13, >= netstandard16 + System.Globalization.Calendars (4.0.1) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 System.Globalization (>= 4.0.11) - framework: >= netstandard13 System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Globalization.Extensions (4.0.1) - framework: >= netstandard16 + System.Globalization.Extensions (4.0.1) - framework: >= net463, >= netstandard16 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 System.Globalization (>= 4.0.11) - framework: >= netstandard13 System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 System.Runtime (>= 4.1) - framework: >= netstandard13 System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.IO (4.1) - framework: >= net463, dnxcore50, netstandard10, >= netstandard10, netstandard13, >= netstandard13, >= netstandard16 + System.IO (4.1) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.IO.Compression (4.1) - framework: >= net463, netstandard13, >= netstandard13, >= netstandard16 + System.IO.Compression (4.1) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 runtime.native.System (>= 4.0) - framework: >= netstandard13 runtime.native.System.IO.Compression (>= 4.1) - framework: >= netstandard13 @@ -287,7 +288,7 @@ NUGET System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 System.Threading (>= 4.0.11) - framework: >= netstandard13 System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.IO.Compression.ZipFile (4.0.1) - framework: >= net463, >= netstandard13, >= netstandard16 + System.IO.Compression.ZipFile (4.0.1) - framework: >= net463, >= netstandard13 System.Buffers (>= 4.0) - framework: >= netstandard13 System.IO (>= 4.1) - framework: >= netstandard13 System.IO.Compression (>= 4.1) - framework: >= netstandard13 @@ -297,7 +298,7 @@ NUGET System.Runtime (>= 4.1) - framework: >= netstandard13 System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.IO.FileSystem (4.0.1) - framework: >= net463, dnxcore50, >= netstandard13, >= netstandard16 + System.IO.FileSystem (4.0.1) - framework: >= net46, dnxcore50, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 System.IO (>= 4.1) - framework: >= netstandard13 @@ -306,15 +307,15 @@ NUGET System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard13 - System.IO.FileSystem.Primitives (4.0.1) - framework: >= net463, dnxcore50, >= netstandard13, >= netstandard16 + System.IO.FileSystem.Primitives (4.0.1) - framework: >= net46, dnxcore50, >= netstandard13 System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Linq (4.1) - redirects: force, framework: >= netstandard10 + System.Linq (4.1) - redirects: force, framework: >= net463, >= netstandard13, netstandard14 System.Collections (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard16 System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard16 System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard16 System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Linq.Expressions (4.1) - redirects: force, framework: >= net463, netstandard10, >= netstandard10, >= netstandard13, >= netstandard16 + System.Linq.Expressions (4.1) - redirects: force, framework: >= net463, netstandard10, >= netstandard13 System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard16 System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard16 System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard16 @@ -341,7 +342,7 @@ NUGET System.Reflection.Extensions (>= 4.0.1) - framework: dnxcore50, >= netstandard13 System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Net.Http (4.1) - framework: >= net463, >= netstandard13, >= netstandard16 + System.Net.Http (4.1) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard13, >= netstandard16 Microsoft.Win32.Primitives (>= 4.0.1) - framework: >= net46, netstandard13 runtime.native.System (>= 4.0) - framework: >= netstandard16 @@ -370,7 +371,7 @@ NUGET System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 System.Threading (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Net.Primitives (4.0.11) - framework: >= netstandard13 + System.Net.Primitives (4.0.11) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 @@ -389,46 +390,39 @@ NUGET System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 System.Threading (>= 4.0.11) - framework: >= netstandard13 System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Net.Sockets (4.1) - framework: >= net463, >= netstandard13, >= netstandard16 + System.Net.Sockets (4.1) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 System.IO (>= 4.1) - framework: >= netstandard13 System.Net.Primitives (>= 4.0.11) - framework: >= netstandard13 System.Runtime (>= 4.1) - framework: >= netstandard13 System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard13 - System.Net.WebHeaderCollection (4.0.1) - redirects: force, framework: >= netstandard16 + System.Net.WebHeaderCollection (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 System.Collections (>= 4.0.11) - framework: >= netstandard13 System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 System.Runtime (>= 4.1) - framework: >= netstandard13 System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.ObjectModel (4.0.12) - redirects: force, framework: >= netstandard10 + System.ObjectModel (4.0.12) - redirects: force, framework: >= net463, >= netstandard13 System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Reflection (4.1) - framework: >= net463, dnxcore50, >= netstandard10, netstandard13, >= netstandard13, >= netstandard15 + System.Reflection (4.1) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 System.IO (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Reflection.Emit (4.0.1) - redirects: force, framework: >= net463, >= netstandard13, >= netstandard16 + System.Reflection.Emit (4.0.1) - redirects: force, framework: >= net463, >= netstandard13 System.IO (>= 4.1) - framework: >= netstandard11 System.Reflection (>= 4.1) - framework: >= netstandard11 System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: >= netstandard11, monotouch, xamarinios System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard11 System.Runtime (>= 4.1) - framework: >= netstandard11 - System.Reflection.Emit.ILGeneration (4.0.1) - redirects: force, framework: >= netstandard13 - System.Reflection (>= 4.1) - framework: >= netstandard10 - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard10 - System.Runtime (>= 4.1) - framework: >= netstandard10 - System.Reflection.Emit.Lightweight (4.0.1) - redirects: force, framework: >= netstandard16 - System.Reflection (>= 4.1) - framework: >= netstandard10 - System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: >= netstandard10, monoandroid, monotouch, xamarinios, xamarinmac - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard10 - System.Runtime (>= 4.1) - framework: >= netstandard10 - System.Reflection.Extensions (4.0.1) - redirects: force, framework: >= netstandard10 + System.Reflection.Emit.ILGeneration (4.0.1) - redirects: force, framework: >= net463, >= netstandard13 + System.Reflection.Emit.Lightweight (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 + System.Reflection.Extensions (4.0.1) - redirects: force, framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard10 @@ -449,38 +443,38 @@ NUGET System.Text.Encoding (>= 4.0.11) - framework: >= netstandard11 System.Text.Encoding.Extensions (>= 4.0.11) - framework: >= netstandard11 System.Threading (>= 4.0.11) - framework: >= netstandard11 - System.Reflection.Primitives (4.0.1) - redirects: force, framework: dnxcore50, netstandard10, >= netstandard13 + System.Reflection.Primitives (4.0.1) - redirects: force, framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Reflection.TypeExtensions (4.1) - redirects: force, framework: >= net463, >= netstandard13, >= netstandard16 + System.Reflection.TypeExtensions (4.1) - redirects: force, framework: >= net463, >= netstandard13 System.Reflection (>= 4.1) - framework: >= net462, dnxcore50, netstandard13, >= netstandard15 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard15 - System.Resources.ResourceManager (4.0.1) - framework: dnxcore50, >= netstandard10 + System.Resources.ResourceManager (4.0.1) - framework: net46, >= net46, dnxcore50, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard10 System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard10 System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (4.1) - framework: >= net463, dnxcore50, netstandard10, >= netstandard10, netstandard13, >= netstandard13, >= netstandard15 + System.Runtime (4.1) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 - System.Runtime.Extensions (4.1) - framework: dnxcore50, >= netstandard10 + System.Runtime.Extensions (4.1) - framework: >= net46, dnxcore50, >= netstandard10, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime.Handles (4.0.1) - framework: >= net463, dnxcore50, netstandard13, >= netstandard13, netstandard14, >= netstandard14, >= netstandard16 + System.Runtime.Handles (4.0.1) - framework: >= net46, dnxcore50, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.InteropServices (4.1) - framework: >= net463, dnxcore50, netstandard13, >= netstandard13, >= netstandard16 + System.Runtime.InteropServices (4.1) - framework: >= net46, dnxcore50, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 System.Reflection (>= 4.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 System.Runtime (>= 4.1) - framework: >= net462, dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, netstandard13, >= netstandard15 - System.Runtime.InteropServices.RuntimeInformation (4.0) - framework: >= net463, >= netstandard13, >= netstandard16 + System.Runtime.InteropServices.RuntimeInformation (4.0) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard11 runtime.native.System (>= 4.0) - framework: >= netstandard11 System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard11 @@ -492,7 +486,7 @@ NUGET System.IO (>= 4.1) - framework: >= netstandard15 System.Reflection (>= 4.1) - framework: >= netstandard15 System.Runtime (>= 4.1) - framework: >= netstandard15 - System.Runtime.Numerics (4.0.1) - framework: >= net463, >= netstandard13, >= netstandard16 + System.Runtime.Numerics (4.0.1) - framework: >= net463, >= netstandard13 System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 @@ -514,7 +508,7 @@ NUGET System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net463, dnxcore50, >= netstandard16 System.Security.Cryptography.Primitives (>= 4.0) - framework: net46, net461, >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Security.Cryptography.Cng (4.2) - framework: >= netstandard16 + System.Security.Cryptography.Cng (4.2) - framework: >= net463, >= netstandard16 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: netstandard14, >= netstandard16 System.IO (>= 4.1) - framework: netstandard13, netstandard14, >= netstandard16 System.Resources.ResourceManager (>= 4.0.1) - framework: netstandard14, >= netstandard16 @@ -526,7 +520,7 @@ NUGET System.Security.Cryptography.Encoding (>= 4.0) - framework: netstandard14, >= netstandard16 System.Security.Cryptography.Primitives (>= 4.0) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 System.Text.Encoding (>= 4.0.11) - framework: netstandard14, >= netstandard16 - System.Security.Cryptography.Csp (4.0) - framework: >= netstandard13 + System.Security.Cryptography.Csp (4.0) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 System.IO (>= 4.1) - framework: >= netstandard13 System.Reflection (>= 4.1) - framework: >= netstandard13 @@ -540,7 +534,7 @@ NUGET System.Security.Cryptography.Primitives (>= 4.0) - framework: >= net46, >= netstandard13 System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Security.Cryptography.Encoding (4.0) - framework: >= net463, dnxcore50, netstandard13, >= netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.Encoding (4.0) - framework: >= net463, dnxcore50, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard13 System.Collections (>= 4.0.11) - framework: >= netstandard13 @@ -553,7 +547,7 @@ NUGET System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 System.Security.Cryptography.Primitives (>= 4.0) - framework: >= netstandard13 System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Security.Cryptography.OpenSsl (4.0) - framework: >= netstandard16 + System.Security.Cryptography.OpenSsl (4.0) - framework: >= net463, >= netstandard16 runtime.native.System.Security.Cryptography (>= 4.0) System.Collections (>= 4.0.11) - framework: >= netstandard16 System.IO (>= 4.1) - framework: >= netstandard16 @@ -567,7 +561,7 @@ NUGET System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net463, >= netstandard16 System.Security.Cryptography.Primitives (>= 4.0) - framework: >= net463, >= netstandard16 System.Text.Encoding (>= 4.0.11) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (4.0) - framework: net46, net461, >= net463, dnxcore50, netstandard13, >= netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.Primitives (4.0) - framework: net46, net461, >= net463, dnxcore50, >= netstandard13, netstandard14 System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 System.Globalization (>= 4.0.11) - framework: >= netstandard13 System.IO (>= 4.1) - framework: >= netstandard13 @@ -581,7 +575,7 @@ NUGET System.Runtime (>= 4.1) - framework: >= netstandard13 System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 System.Security.Cryptography.Primitives (>= 4.0) - framework: >= netstandard13 - System.Security.Cryptography.X509Certificates (4.1) - framework: >= net463, netstandard13, >= netstandard13, >= netstandard16 + System.Security.Cryptography.X509Certificates (4.1) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard16 runtime.native.System (>= 4.0) - framework: >= netstandard16 runtime.native.System.Net.Http (>= 4.0.1) - framework: >= netstandard16 @@ -607,30 +601,30 @@ NUGET System.Security.Cryptography.Primitives (>= 4.0) - framework: dnxcore50, >= netstandard16 System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard16 System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Text.Encoding (4.0.11) - framework: dnxcore50, >= netstandard10 + System.Text.Encoding (4.0.11) - framework: net46, >= net46, dnxcore50, >= netstandard10, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.Encoding.Extensions (4.0.11) - redirects: force, framework: dnxcore50, >= netstandard10 + System.Text.Encoding.Extensions (4.0.11) - redirects: force, framework: >= net46, dnxcore50, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.RegularExpressions (4.1) - redirects: force, framework: dnxcore50, >= netstandard10 + System.Text.RegularExpressions (4.1) - redirects: force, framework: >= net46, dnxcore50, >= netstandard13 System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard16 System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard16 System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Threading (4.0.11) - framework: dnxcore50, >= netstandard10 + System.Threading (4.0.11) - framework: net46, >= net46, dnxcore50, >= netstandard13, netstandard14 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks (4.0.11) - redirects: force, framework: dnxcore50, >= netstandard10 + System.Threading.Tasks (4.0.11) - redirects: force, framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks.Extensions (4.0) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks.Extensions (4.0) - framework: >= net46, dnxcore50, >= netstandard13 System.Collections (>= 4.0.11) - framework: >= netstandard10 System.Runtime (>= 4.1) - framework: >= netstandard10 System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard10 @@ -643,16 +637,16 @@ NUGET System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Threading.Thread (4.0) - redirects: force, framework: >= net463, >= netstandard14, >= netstandard16 + System.Threading.Thread (4.0) - redirects: force, framework: >= net463, >= netstandard14 System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Threading.ThreadPool (4.0.10) - redirects: force, framework: >= net463, >= netstandard14, >= netstandard16 + System.Threading.ThreadPool (4.0.10) - redirects: force, framework: >= net463, >= netstandard14 System.Runtime (>= 4.1) - framework: >= netstandard13 System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Threading.Timer (4.0.1) - framework: >= net463, >= netstandard13, >= netstandard16 + System.Threading.Timer (4.0.1) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard12 Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard12 System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard12 - System.Xml.ReaderWriter (4.0.11) - framework: dnxcore50, >= netstandard10 + System.Xml.ReaderWriter (4.0.11) - framework: >= net46, dnxcore50, >= netstandard10 System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 @@ -723,11 +717,9 @@ NUGET System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard13 System.Xml.XmlDocument (>= 4.0.1) - framework: >= net46, >= netstandard13 System.Xml.XPath (>= 4.0.1) - framework: >= net46, >= netstandard13 - remote: https://www.myget.org/F/netcorecli-fsc-preview3 - FSharp.NET.Sdk (1.0.0-alpha-000001) GITHUB remote: fsharp/FAKE - src/app/FakeLib/Globbing/Globbing.fs (f367c3d28b1fc9a2a89636c2b870dea4b4559dca) + src/app/FakeLib/Globbing/Globbing.fs (eaf899a7be2e2c0cb5c00a022f19f67c2d2c337e) remote: fsprojects/FSharp.TypeProviders.StarterPack src/AssemblyReader.fs (c50ace31d335b7bcb83b102d2cfd0ce2007ed681) GROUP Build diff --git a/src/Paket.Core/Paket.Core.fsproj b/src/Paket.Core/Paket.Core.fsproj index 843ebb9fee..1b020d4e48 100644 --- a/src/Paket.Core/Paket.Core.fsproj +++ b/src/Paket.Core/Paket.Core.fsproj @@ -286,6 +286,17 @@ + + + + + ..\..\packages\Microsoft.Win32.Registry\ref\netstandard1.3\Microsoft.Win32.Registry.dll + False + True + + + + @@ -440,7 +451,7 @@ - + ..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -481,6 +492,17 @@ + + + + + ..\..\packages\System.Collections.Immutable\lib\netstandard1.0\System.Collections.Immutable.dll + True + True + + + + @@ -502,15 +524,6 @@ - - - - ..\..\packages\System.Diagnostics.Debug\ref\netstandard1.0\System.Diagnostics.Debug.dll - False - True - - - @@ -541,6 +554,64 @@ + + + + + ..\..\packages\System.Diagnostics.FileVersionInfo\ref\net46\System.Diagnostics.FileVersionInfo.dll + False + True + + + + + + + ..\..\packages\System.Diagnostics.FileVersionInfo\ref\netstandard1.3\System.Diagnostics.FileVersionInfo.dll + False + True + + + + + + + + + ..\..\packages\System.Diagnostics.Process\ref\net46\System.Diagnostics.Process.dll + False + True + + + + + + + ..\..\packages\System.Diagnostics.Process\ref\net461\System.Diagnostics.Process.dll + False + True + + + + + + + ..\..\packages\System.Diagnostics.Process\ref\netstandard1.3\System.Diagnostics.Process.dll + False + True + + + + + + + ..\..\packages\System.Diagnostics.Process\ref\netstandard1.4\System.Diagnostics.Process.dll + False + True + + + + @@ -552,6 +623,26 @@ + + + + + ..\..\packages\System.Diagnostics.TraceSource\ref\net46\System.Diagnostics.TraceSource.dll + False + True + + + + + + + ..\..\packages\System.Diagnostics.TraceSource\ref\netstandard1.3\System.Diagnostics.TraceSource.dll + False + True + + + + @@ -602,15 +693,6 @@ - - - - ..\..\packages\System.Globalization\ref\netstandard1.0\System.Globalization.dll - False - True - - - @@ -642,6 +724,15 @@ + + + + ..\..\packages\System.Globalization.Extensions\ref\net46\System.Globalization.Extensions.dll + False + True + + + @@ -653,7 +744,7 @@ - + ..\..\packages\System.IO\ref\net462\System.IO.dll @@ -662,7 +753,7 @@ - + ..\..\packages\System.IO\ref\netstandard1.0\System.IO.dll @@ -711,7 +802,7 @@ - + ..\..\packages\System.IO.FileSystem\ref\net46\System.IO.FileSystem.dll @@ -731,7 +822,7 @@ - + ..\..\packages\System.IO.FileSystem.Primitives\ref\net46\System.IO.FileSystem.Primitives.dll @@ -751,7 +842,16 @@ - + + + + ..\..\packages\System.Linq\ref\net463\System.Linq.dll + False + True + + + + ..\..\packages\System.Linq\ref\netstandard1.0\System.Linq.dll @@ -780,7 +880,7 @@ - + ..\..\packages\System.Linq.Expressions\ref\netstandard1.0\System.Linq.Expressions.dll @@ -893,15 +993,6 @@ - - - - ..\..\packages\System.ObjectModel\ref\netstandard1.0\System.ObjectModel.dll - False - True - - - @@ -913,7 +1004,7 @@ - + ..\..\packages\System.Reflection\ref\net462\System.Reflection.dll @@ -922,7 +1013,7 @@ - + ..\..\packages\System.Reflection\ref\netstandard1.0\System.Reflection.dll @@ -984,7 +1075,7 @@ - + ..\..\packages\System.Reflection.Extensions\ref\netstandard1.0\System.Reflection.Extensions.dll @@ -994,6 +1085,17 @@ + + + + + ..\..\packages\System.Reflection.Metadata\lib\netstandard1.1\System.Reflection.Metadata.dll + True + True + + + + @@ -1035,7 +1137,7 @@ - + ..\..\packages\System.Resources.ResourceManager\ref\netstandard1.0\System.Resources.ResourceManager.dll @@ -1046,31 +1148,29 @@ - + - - ..\..\packages\System.Runtime\ref\net462\System.Runtime.dll - False - True - True - + - ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll + ..\..\packages\System.Runtime\ref\net462\System.Runtime.dll False True + + True + - + - ..\..\packages\System.Runtime\ref\netstandard1.2\System.Runtime.dll + ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll False True @@ -1096,6 +1196,15 @@ + + + + ..\..\packages\System.Runtime.Extensions\ref\net462\System.Runtime.Extensions.dll + False + True + + + @@ -1136,7 +1245,7 @@ - + ..\..\packages\System.Runtime.InteropServices\ref\net462\System.Runtime.InteropServices.dll @@ -1274,6 +1383,15 @@ + + + + ..\..\packages\System.Security.Cryptography.Cng\ref\net463\System.Security.Cryptography.Cng.dll + False + True + + + @@ -1285,6 +1403,15 @@ + + + + ..\..\packages\System.Security.Cryptography.Csp\ref\net46\System.Security.Cryptography.Csp.dll + False + True + + + @@ -1316,7 +1443,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\ref\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1346,6 +1473,26 @@ + + + + + ..\..\packages\System.Security.Cryptography.ProtectedData\ref\net46\System.Security.Cryptography.ProtectedData.dll + False + True + + + + + + + ..\..\packages\System.Security.Cryptography.ProtectedData\ref\netstandard1.3\System.Security.Cryptography.ProtectedData.dll + False + True + + + + @@ -1396,15 +1543,6 @@ - - - - ..\..\packages\System.Text.Encoding.Extensions\ref\netstandard1.0\System.Text.Encoding.Extensions.dll - False - True - - - @@ -1416,10 +1554,10 @@ - + - ..\..\packages\System.Text.RegularExpressions\ref\netstandard1.0\System.Text.RegularExpressions.dll + ..\..\packages\System.Text.RegularExpressions\ref\net463\System.Text.RegularExpressions.dll False True @@ -1445,15 +1583,6 @@ - - - - ..\..\packages\System.Threading\ref\netstandard1.0\System.Threading.dll - False - True - - - @@ -1465,7 +1594,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1485,7 +1614,7 @@ - + ..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll @@ -1597,4 +1726,75 @@ + + + + + ..\..\packages\System.Xml.XmlDocument\ref\net46\System.Xml.XmlDocument.dll + False + True + + + + + + + ..\..\packages\System.Xml.XmlDocument\ref\netstandard1.3\System.Xml.XmlDocument.dll + False + True + + + + + + + + + ..\..\packages\System.Xml.XPath\ref\net46\System.Xml.XPath.dll + False + True + + + + + + + ..\..\packages\System.Xml.XPath\ref\netstandard1.3\System.Xml.XPath.dll + False + True + + + + + + + + + ..\..\packages\System.Xml.XPath.XDocument\ref\net46\System.Xml.XPath.XDocument.dll + False + True + + + + + + + ..\..\packages\System.Xml.XPath.XDocument\ref\netstandard1.3\System.Xml.XPath.XDocument.dll + False + True + + + + + + + + + ..\..\packages\System.Xml.XPath.XmlDocument\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll + False + True + + + + \ No newline at end of file diff --git a/src/Paket.PowerShell/Paket.PowerShell.fsproj b/src/Paket.PowerShell/Paket.PowerShell.fsproj index ee3a888d9e..25c8652b02 100644 --- a/src/Paket.PowerShell/Paket.PowerShell.fsproj +++ b/src/Paket.PowerShell/Paket.PowerShell.fsproj @@ -252,7 +252,7 @@ - + ..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -314,15 +314,6 @@ - - - - ..\..\packages\System.Diagnostics.Debug\ref\netstandard1.0\System.Diagnostics.Debug.dll - False - True - - - @@ -394,15 +385,6 @@ - - - - ..\..\packages\System.Globalization\ref\netstandard1.0\System.Globalization.dll - False - True - - - @@ -434,6 +416,15 @@ + + + + ..\..\packages\System.Globalization.Extensions\ref\net46\System.Globalization.Extensions.dll + False + True + + + @@ -445,7 +436,7 @@ - + ..\..\packages\System.IO\ref\net462\System.IO.dll @@ -454,7 +445,7 @@ - + ..\..\packages\System.IO\ref\netstandard1.0\System.IO.dll @@ -526,7 +517,7 @@ - + ..\..\packages\System.IO.FileSystem\ref\net46\System.IO.FileSystem.dll @@ -546,7 +537,7 @@ - + ..\..\packages\System.IO.FileSystem.Primitives\ref\net46\System.IO.FileSystem.Primitives.dll @@ -566,7 +557,16 @@ - + + + + ..\..\packages\System.Linq\ref\net463\System.Linq.dll + False + True + + + + ..\..\packages\System.Linq\ref\netstandard1.0\System.Linq.dll @@ -595,7 +595,7 @@ - + ..\..\packages\System.Linq.Expressions\ref\netstandard1.0\System.Linq.Expressions.dll @@ -708,15 +708,6 @@ - - - - ..\..\packages\System.ObjectModel\ref\netstandard1.0\System.ObjectModel.dll - False - True - - - @@ -728,7 +719,7 @@ - + ..\..\packages\System.Reflection\ref\net462\System.Reflection.dll @@ -737,7 +728,7 @@ - + ..\..\packages\System.Reflection\ref\netstandard1.0\System.Reflection.dll @@ -799,7 +790,7 @@ - + ..\..\packages\System.Reflection.Extensions\ref\netstandard1.0\System.Reflection.Extensions.dll @@ -850,7 +841,7 @@ - + ..\..\packages\System.Resources.ResourceManager\ref\netstandard1.0\System.Resources.ResourceManager.dll @@ -861,31 +852,29 @@ - + - - ..\..\packages\System.Runtime\ref\net462\System.Runtime.dll - False - True - True - + - ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll + ..\..\packages\System.Runtime\ref\net462\System.Runtime.dll False True + + True + - + - ..\..\packages\System.Runtime\ref\netstandard1.2\System.Runtime.dll + ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll False True @@ -911,6 +900,15 @@ + + + + ..\..\packages\System.Runtime.Extensions\ref\net462\System.Runtime.Extensions.dll + False + True + + + @@ -951,7 +949,7 @@ - + ..\..\packages\System.Runtime.InteropServices\ref\net462\System.Runtime.InteropServices.dll @@ -1076,6 +1074,15 @@ + + + + ..\..\packages\System.Security.Cryptography.Cng\ref\net463\System.Security.Cryptography.Cng.dll + False + True + + + @@ -1087,6 +1094,15 @@ + + + + ..\..\packages\System.Security.Cryptography.Csp\ref\net46\System.Security.Cryptography.Csp.dll + False + True + + + @@ -1118,7 +1134,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\ref\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1198,15 +1214,6 @@ - - - - ..\..\packages\System.Text.Encoding.Extensions\ref\netstandard1.0\System.Text.Encoding.Extensions.dll - False - True - - - @@ -1218,10 +1225,10 @@ - + - ..\..\packages\System.Text.RegularExpressions\ref\netstandard1.0\System.Text.RegularExpressions.dll + ..\..\packages\System.Text.RegularExpressions\ref\net463\System.Text.RegularExpressions.dll False True @@ -1247,15 +1254,6 @@ - - - - ..\..\packages\System.Threading\ref\netstandard1.0\System.Threading.dll - False - True - - - @@ -1267,7 +1265,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1287,7 +1285,7 @@ - + ..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll diff --git a/src/Paket/Paket.fsproj b/src/Paket/Paket.fsproj index a361e6fdd8..d1741d04f1 100644 --- a/src/Paket/Paket.fsproj +++ b/src/Paket/Paket.fsproj @@ -287,7 +287,7 @@ - + ..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -349,15 +349,6 @@ - - - - ..\..\packages\System.Diagnostics.Debug\ref\netstandard1.0\System.Diagnostics.Debug.dll - False - True - - - @@ -429,15 +420,6 @@ - - - - ..\..\packages\System.Globalization\ref\netstandard1.0\System.Globalization.dll - False - True - - - @@ -469,6 +451,15 @@ + + + + ..\..\packages\System.Globalization.Extensions\ref\net46\System.Globalization.Extensions.dll + False + True + + + @@ -480,7 +471,7 @@ - + ..\..\packages\System.IO\ref\net462\System.IO.dll @@ -489,7 +480,7 @@ - + ..\..\packages\System.IO\ref\netstandard1.0\System.IO.dll @@ -538,7 +529,7 @@ - + ..\..\packages\System.IO.FileSystem\ref\net46\System.IO.FileSystem.dll @@ -558,7 +549,7 @@ - + ..\..\packages\System.IO.FileSystem.Primitives\ref\net46\System.IO.FileSystem.Primitives.dll @@ -578,7 +569,16 @@ - + + + + ..\..\packages\System.Linq\ref\net463\System.Linq.dll + False + True + + + + ..\..\packages\System.Linq\ref\netstandard1.0\System.Linq.dll @@ -607,7 +607,7 @@ - + ..\..\packages\System.Linq.Expressions\ref\netstandard1.0\System.Linq.Expressions.dll @@ -720,15 +720,6 @@ - - - - ..\..\packages\System.ObjectModel\ref\netstandard1.0\System.ObjectModel.dll - False - True - - - @@ -740,7 +731,7 @@ - + ..\..\packages\System.Reflection\ref\net462\System.Reflection.dll @@ -749,7 +740,7 @@ - + ..\..\packages\System.Reflection\ref\netstandard1.0\System.Reflection.dll @@ -811,7 +802,7 @@ - + ..\..\packages\System.Reflection.Extensions\ref\netstandard1.0\System.Reflection.Extensions.dll @@ -862,7 +853,7 @@ - + ..\..\packages\System.Resources.ResourceManager\ref\netstandard1.0\System.Resources.ResourceManager.dll @@ -873,31 +864,29 @@ - + - - ..\..\packages\System.Runtime\ref\net462\System.Runtime.dll - False - True - True - + - ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll + ..\..\packages\System.Runtime\ref\net462\System.Runtime.dll False True + + True + - + - ..\..\packages\System.Runtime\ref\netstandard1.2\System.Runtime.dll + ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll False True @@ -923,6 +912,15 @@ + + + + ..\..\packages\System.Runtime.Extensions\ref\net462\System.Runtime.Extensions.dll + False + True + + + @@ -963,7 +961,7 @@ - + ..\..\packages\System.Runtime.InteropServices\ref\net462\System.Runtime.InteropServices.dll @@ -1081,6 +1079,15 @@ + + + + ..\..\packages\System.Security.Cryptography.Cng\ref\net463\System.Security.Cryptography.Cng.dll + False + True + + + @@ -1092,6 +1099,15 @@ + + + + ..\..\packages\System.Security.Cryptography.Csp\ref\net46\System.Security.Cryptography.Csp.dll + False + True + + + @@ -1123,7 +1139,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\ref\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1203,15 +1219,6 @@ - - - - ..\..\packages\System.Text.Encoding.Extensions\ref\netstandard1.0\System.Text.Encoding.Extensions.dll - False - True - - - @@ -1223,10 +1230,10 @@ - + - ..\..\packages\System.Text.RegularExpressions\ref\netstandard1.0\System.Text.RegularExpressions.dll + ..\..\packages\System.Text.RegularExpressions\ref\net463\System.Text.RegularExpressions.dll False True @@ -1252,15 +1259,6 @@ - - - - ..\..\packages\System.Threading\ref\netstandard1.0\System.Threading.dll - False - True - - - @@ -1272,7 +1270,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1292,7 +1290,7 @@ - + ..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll diff --git a/tests/Paket.Tests/Paket.Tests.fsproj b/tests/Paket.Tests/Paket.Tests.fsproj index 8ff03e911a..0ef1fd6596 100644 --- a/tests/Paket.Tests/Paket.Tests.fsproj +++ b/tests/Paket.Tests/Paket.Tests.fsproj @@ -505,7 +505,7 @@ - + ..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -516,6 +516,13 @@ + + + + True + + + @@ -567,15 +574,6 @@ - - - - ..\..\packages\System.Diagnostics.Debug\ref\netstandard1.0\System.Diagnostics.Debug.dll - False - True - - - @@ -647,15 +645,6 @@ - - - - ..\..\packages\System.Globalization\ref\netstandard1.0\System.Globalization.dll - False - True - - - @@ -687,6 +676,15 @@ + + + + ..\..\packages\System.Globalization.Extensions\ref\net46\System.Globalization.Extensions.dll + False + True + + + @@ -698,7 +696,7 @@ - + ..\..\packages\System.IO\ref\net462\System.IO.dll @@ -707,7 +705,7 @@ - + ..\..\packages\System.IO\ref\netstandard1.0\System.IO.dll @@ -779,7 +777,7 @@ - + ..\..\packages\System.IO.FileSystem\ref\net46\System.IO.FileSystem.dll @@ -799,7 +797,7 @@ - + ..\..\packages\System.IO.FileSystem.Primitives\ref\net46\System.IO.FileSystem.Primitives.dll @@ -819,7 +817,16 @@ - + + + + ..\..\packages\System.Linq\ref\net463\System.Linq.dll + False + True + + + + ..\..\packages\System.Linq\ref\netstandard1.0\System.Linq.dll @@ -846,12 +853,9 @@ False True - - True - - + ..\..\packages\System.Linq.Expressions\ref\netstandard1.0\System.Linq.Expressions.dll @@ -964,15 +968,6 @@ - - - - ..\..\packages\System.ObjectModel\ref\netstandard1.0\System.ObjectModel.dll - False - True - - - @@ -984,7 +979,7 @@ - + ..\..\packages\System.Reflection\ref\net462\System.Reflection.dll @@ -993,7 +988,7 @@ - + ..\..\packages\System.Reflection\ref\netstandard1.0\System.Reflection.dll @@ -1055,7 +1050,7 @@ - + ..\..\packages\System.Reflection.Extensions\ref\netstandard1.0\System.Reflection.Extensions.dll @@ -1106,7 +1101,7 @@ - + ..\..\packages\System.Resources.ResourceManager\ref\netstandard1.0\System.Resources.ResourceManager.dll @@ -1117,31 +1112,29 @@ - + - - ..\..\packages\System.Runtime\ref\net462\System.Runtime.dll - False - True - True - + - ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll + ..\..\packages\System.Runtime\ref\net462\System.Runtime.dll False True + + True + - + - ..\..\packages\System.Runtime\ref\netstandard1.2\System.Runtime.dll + ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll False True @@ -1167,6 +1160,15 @@ + + + + ..\..\packages\System.Runtime.Extensions\ref\net462\System.Runtime.Extensions.dll + False + True + + + @@ -1207,7 +1209,7 @@ - + ..\..\packages\System.Runtime.InteropServices\ref\net462\System.Runtime.InteropServices.dll @@ -1276,9 +1278,6 @@ False True - - True - @@ -1288,9 +1287,6 @@ False True - - True - @@ -1331,6 +1327,15 @@ + + + + ..\..\packages\System.Security.Cryptography.Cng\ref\net463\System.Security.Cryptography.Cng.dll + False + True + + + @@ -1342,6 +1347,15 @@ + + + + ..\..\packages\System.Security.Cryptography.Csp\ref\net46\System.Security.Cryptography.Csp.dll + False + True + + + @@ -1373,7 +1387,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\ref\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1453,15 +1467,6 @@ - - - - ..\..\packages\System.Text.Encoding.Extensions\ref\netstandard1.0\System.Text.Encoding.Extensions.dll - False - True - - - @@ -1473,10 +1478,10 @@ - + - ..\..\packages\System.Text.RegularExpressions\ref\netstandard1.0\System.Text.RegularExpressions.dll + ..\..\packages\System.Text.RegularExpressions\ref\net463\System.Text.RegularExpressions.dll False True @@ -1502,15 +1507,6 @@ - - - - ..\..\packages\System.Threading\ref\netstandard1.0\System.Threading.dll - False - True - - - @@ -1522,7 +1518,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1542,7 +1538,7 @@ - + ..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll From d1c73c581bc5bf374ba43dc52c27217153552091 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Tue, 22 Nov 2016 10:12:08 +0100 Subject: [PATCH 08/13] Upgrade all the things --- .../Paket.IntegrationTests.fsproj | 68 +- .../Paket.IntegrationTests/packages.config | 2 +- paket.lock | 2451 +++++++++-------- src/Paket.Core/Paket.Core.fsproj | 31 +- src/Paket.PowerShell/Paket.PowerShell.fsproj | 31 +- src/Paket/Paket.fsproj | 31 +- .../Paket.Bootstrapper.Tests.csproj | 32 - .../Paket.Bootstrapper.Tests/packages.config | 2 +- tests/Paket.Tests/Paket.Tests.fsproj | 68 +- tests/Paket.Tests/packages.config | 2 +- 10 files changed, 1396 insertions(+), 1322 deletions(-) diff --git a/integrationtests/Paket.IntegrationTests/Paket.IntegrationTests.fsproj b/integrationtests/Paket.IntegrationTests/Paket.IntegrationTests.fsproj index 7d64761aa4..aac5009fe5 100644 --- a/integrationtests/Paket.IntegrationTests/Paket.IntegrationTests.fsproj +++ b/integrationtests/Paket.IntegrationTests/Paket.IntegrationTests.fsproj @@ -966,7 +966,7 @@ - + ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll @@ -975,6 +975,15 @@ + + + + ..\..\packages\System.Runtime\ref\netstandard1.2\System.Runtime.dll + False + True + + + @@ -1044,7 +1053,7 @@ - + ..\..\packages\System.Runtime.InteropServices\ref\net462\System.Runtime.InteropServices.dll @@ -1053,6 +1062,15 @@ + + + + ..\..\packages\System.Runtime.InteropServices\ref\net463\System.Runtime.InteropServices.dll + False + True + + + @@ -1466,6 +1484,15 @@ + + + + ..\..\packages\System.Xml.ReaderWriter\ref\net46\System.Xml.ReaderWriter.dll + False + True + + + @@ -1557,41 +1584,4 @@ - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\Mono.Cecil.Mdb.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\Mono.Cecil.Pdb.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\Mono.Cecil.Rocks.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\Mono.Cecil.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\NUnit3.TestAdapter.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\nunit.engine.api.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\nunit.engine.dll - True - True - - \ No newline at end of file diff --git a/integrationtests/Paket.IntegrationTests/packages.config b/integrationtests/Paket.IntegrationTests/packages.config index 7aa9908ff1..bde3dd1ef0 100644 --- a/integrationtests/Paket.IntegrationTests/packages.config +++ b/integrationtests/Paket.IntegrationTests/packages.config @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/paket.lock b/paket.lock index 68a1097bc1..e1aac8adeb 100644 --- a/paket.lock +++ b/paket.lock @@ -20,88 +20,88 @@ NUGET System.Threading.Tasks.Parallel (>= 4.0.1) - framework: >= net463, >= netstandard16 System.Threading.Thread (>= 4.0) - framework: >= net463, >= netstandard16 System.Threading.ThreadPool (>= 4.0.10) - framework: >= net463, >= netstandard16 - FSharp.NET.Sdk (1.0.0-alpha-000007) - Microsoft.CSharp (4.0.1) - redirects: force, framework: >= netstandard10 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Dynamic.Runtime (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Linq (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Linq.Expressions (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.ObjectModel (>= 4.0.12) - framework: dnxcore50, >= netstandard13 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.Extensions (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.TypeExtensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - Microsoft.NETCore.Platforms (1.0.1) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 - Microsoft.NETCore.Targets (1.0.1) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 - Microsoft.Win32.Primitives (4.0.1) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - Microsoft.Win32.Registry (4.0) - framework: >= netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 + FSharp.NET.Sdk (1.0.0-alpha-000009) + Microsoft.CSharp (4.3) - redirects: force, framework: >= netstandard10 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Dynamic.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Linq (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Linq.Expressions (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.ObjectModel (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection.TypeExtensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + Microsoft.NETCore.Platforms (1.1) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard12, netstandard13, netstandard14 + Microsoft.NETCore.Targets (1.1) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard12, netstandard13, netstandard14 + Microsoft.Win32.Primitives (4.3) - framework: >= net463, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + Microsoft.Win32.Registry (4.3) - framework: >= netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 Mono.Cecil (0.10.0-beta1-v2) NETStandard.Library (>= 1.6) - framework: >= netstandard13 System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= netstandard13 System.Security.Cryptography.Csp (>= 4.0) - framework: >= netstandard13 - NETStandard.Library (1.6) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard10 - Microsoft.Win32.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.AppContext (>= 4.1) - framework: >= net46, >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard10 - System.Collections.Concurrent (>= 4.0.12) - framework: >= net45, >= netstandard11 - System.Console (>= 4.0) - framework: >= net46, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard10 - System.Diagnostics.Tools (>= 4.0.1) - framework: >= netstandard10 - System.Diagnostics.Tracing (>= 4.1) - framework: >= net45, >= netstandard11 - System.Globalization (>= 4.0.11) - framework: >= netstandard10 - System.Globalization.Calendars (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard10 - System.IO.Compression (>= 4.1) - framework: >= net45, >= netstandard11 - System.IO.Compression.ZipFile (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.IO.FileSystem (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Linq (>= 4.1) - framework: >= netstandard10 - System.Linq.Expressions (>= 4.1) - framework: >= netstandard10 - System.Net.Http (>= 4.1) - framework: >= net45, >= netstandard11 - System.Net.Primitives (>= 4.0.11) - framework: >= netstandard10 - System.Net.Sockets (>= 4.1) - framework: >= net46, >= netstandard13 - System.ObjectModel (>= 4.0.12) - framework: >= netstandard10 - System.Reflection (>= 4.1) - framework: >= netstandard10 - System.Reflection.Extensions (>= 4.0.1) - framework: >= netstandard10 - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard10 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard10 - System.Runtime (>= 4.1) - framework: >= netstandard10 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard10 - System.Runtime.Handles (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= net45, >= netstandard11 - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - framework: >= net45, >= netstandard11 - System.Runtime.Numerics (>= 4.0.1) - framework: >= net45, >= netstandard11 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.X509Certificates (>= 4.1) - framework: >= net46, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard10 - System.Text.Encoding.Extensions (>= 4.0.11) - framework: >= netstandard10 - System.Text.RegularExpressions (>= 4.1) - framework: >= netstandard10 - System.Threading (>= 4.0.11) - framework: >= netstandard10 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard10 - System.Threading.Timer (>= 4.0.1) - framework: >= net451, >= netstandard12 - System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard10 - System.Xml.XDocument (>= 4.0.11) - framework: >= netstandard10 + NETStandard.Library (1.6.1) - framework: >= net463, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard10 + Microsoft.Win32.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.AppContext (>= 4.3) - framework: >= net46, >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard10 + System.Collections.Concurrent (>= 4.3) - framework: >= net45, >= netstandard11 + System.Console (>= 4.3) - framework: >= net46, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard10 + System.Diagnostics.Tools (>= 4.3) - framework: >= netstandard10 + System.Diagnostics.Tracing (>= 4.3) - framework: >= net45, >= netstandard11 + System.Globalization (>= 4.3) - framework: >= netstandard10 + System.Globalization.Calendars (>= 4.3) - framework: >= net46, >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard10 + System.IO.Compression (>= 4.3) - framework: >= net45, >= netstandard11 + System.IO.Compression.ZipFile (>= 4.3) - framework: >= net46, >= netstandard13 + System.IO.FileSystem (>= 4.3) - framework: >= net46, >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.Linq (>= 4.3) - framework: >= netstandard10 + System.Linq.Expressions (>= 4.3) - framework: >= netstandard10 + System.Net.Http (>= 4.3) - framework: >= net45, >= netstandard11 + System.Net.Primitives (>= 4.3) - framework: >= netstandard10 + System.Net.Sockets (>= 4.3) - framework: >= net46, >= netstandard13 + System.ObjectModel (>= 4.3) - framework: >= netstandard10 + System.Reflection (>= 4.3) - framework: >= netstandard10 + System.Reflection.Extensions (>= 4.3) - framework: >= netstandard10 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard10 + System.Runtime (>= 4.3) - framework: >= netstandard10 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard10 + System.Runtime.Handles (>= 4.3) - framework: >= net46, >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= net45, >= netstandard11 + System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - framework: >= net45, >= netstandard11 + System.Runtime.Numerics (>= 4.3) - framework: >= net45, >= netstandard11 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard10 + System.Text.Encoding.Extensions (>= 4.3) - framework: >= netstandard10 + System.Text.RegularExpressions (>= 4.3) - framework: >= netstandard10 + System.Threading (>= 4.3) - framework: >= netstandard10 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard10 + System.Threading.Timer (>= 4.3) - framework: >= net451, >= netstandard12 + System.Xml.ReaderWriter (>= 4.3) - framework: >= netstandard10 + System.Xml.XDocument (>= 4.3) - framework: >= netstandard10 Newtonsoft.Json (9.0.1) - redirects: force Microsoft.CSharp (>= 4.0.1) - framework: >= netstandard10 System.Collections (>= 4.0.11) - framework: >= netstandard10 @@ -125,598 +125,621 @@ NUGET System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard10 System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard10 System.Xml.XDocument (>= 4.0.11) - framework: >= netstandard10 - runtime.native.System (4.0) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - Microsoft.NETCore.Targets (>= 1.0.1) - runtime.native.System.IO.Compression (4.1) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - Microsoft.NETCore.Targets (>= 1.0.1) - runtime.native.System.Net.Http (4.0.1) - framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - Microsoft.NETCore.Targets (>= 1.0.1) - runtime.native.System.Security.Cryptography (4.0) - framework: >= net463, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - Microsoft.NETCore.Targets (>= 1.0.1) - System.AppContext (4.1) - framework: >= net463, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Buffers (4.0) - framework: >= net463, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard11 - System.Diagnostics.Tracing (>= 4.1) - framework: >= netstandard11 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard11 - System.Runtime (>= 4.1) - framework: >= netstandard11 - System.Threading (>= 4.0.11) - framework: >= netstandard11 - System.Collections (4.0.11) - framework: >= net46, dnxcore50, >= netstandard10, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Collections.Concurrent (4.0.12) - framework: >= net463, >= netstandard13, netstandard14 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Tracing (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Reflection (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Collections.Immutable (1.2) - framework: >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard10 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard10 - System.Globalization (>= 4.0.11) - framework: >= netstandard10 - System.Linq (>= 4.1) - framework: >= netstandard10 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard10 - System.Runtime (>= 4.1) - framework: >= netstandard10 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard10 - System.Threading (>= 4.0.11) - framework: >= netstandard10 - System.Console (4.0) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Debug (4.0.11) - framework: net46, >= net46, dnxcore50, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Diagnostics.DiagnosticSource (4.0) - framework: >= net463, netstandard13, >= netstandard16 - System.Collections (>= 4.0.11) - framework: netstandard11, >= netstandard13 - System.Diagnostics.Tracing (>= 4.1) - framework: netstandard11, >= netstandard13 - System.Reflection (>= 4.1) - framework: netstandard11, >= netstandard13 - System.Runtime (>= 4.1) - framework: netstandard11, >= netstandard13 - System.Threading (>= 4.0.11) - framework: netstandard11, >= netstandard13 - System.Diagnostics.FileVersionInfo (4.0) - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.IO.FileSystem (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.Metadata (>= 1.3) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.Diagnostics.Process (4.1) - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard14 - Microsoft.Win32.Primitives (>= 4.0.1) - framework: >= netstandard14 - Microsoft.Win32.Registry (>= 4.0) - framework: >= netstandard14 - runtime.native.System (>= 4.0) - framework: >= netstandard14 - System.Collections (>= 4.0.11) - framework: >= netstandard14 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard14 - System.Globalization (>= 4.0.11) - framework: >= netstandard14 - System.IO (>= 4.1) - framework: >= netstandard13 - System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard14 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= netstandard14 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard14 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard14 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard14 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Text.Encoding.Extensions (>= 4.0.11) - framework: >= netstandard14 - System.Threading (>= 4.0.11) - framework: >= netstandard14 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard14 - System.Threading.Thread (>= 4.0) - framework: >= netstandard14 - System.Threading.ThreadPool (>= 4.0.10) - framework: >= netstandard14 - System.Diagnostics.Tools (4.0.1) - framework: >= net463, dnxcore50, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Diagnostics.TraceSource (4.0) - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - runtime.native.System (>= 4.0) - framework: >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Tracing (4.1) - framework: >= net463, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Dynamic.Runtime (4.0.11) - redirects: force, framework: >= netstandard10 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Linq (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Linq.Expressions (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.ObjectModel (>= 4.0.12) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Reflection (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Reflection.Emit (>= 4.0.1) - framework: >= netstandard13 - System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: >= netstandard13 - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard13 - System.Reflection.TypeExtensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Globalization (4.0.11) - framework: net46, >= net46, dnxcore50, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Globalization.Calendars (4.0.1) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Globalization.Extensions (4.0.1) - framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.IO (4.1) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.IO.Compression (4.1) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - runtime.native.System (>= 4.0) - framework: >= netstandard13 - runtime.native.System.IO.Compression (>= 4.1) - framework: >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.IO.Compression.ZipFile (4.0.1) - framework: >= net463, >= netstandard13 - System.Buffers (>= 4.0) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.IO.Compression (>= 4.1) - framework: >= netstandard13 - System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.IO.FileSystem (4.0.1) - framework: >= net46, dnxcore50, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard13 - System.IO.FileSystem.Primitives (4.0.1) - framework: >= net46, dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Linq (4.1) - redirects: force, framework: >= net463, >= netstandard13, netstandard14 - System.Collections (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Linq.Expressions (4.1) - redirects: force, framework: >= net463, netstandard10, >= netstandard13 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.IO (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Linq (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.ObjectModel (>= 4.0.12) - framework: >= netstandard16 - System.Reflection (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 - System.Reflection.Emit (>= 4.0.1) - framework: >= netstandard16 - System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Reflection.Emit.Lightweight (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Reflection.Extensions (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Reflection.TypeExtensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Linq.Queryable (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Linq (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Linq.Expressions (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.Extensions (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Net.Http (4.1) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard13, >= netstandard16 - Microsoft.Win32.Primitives (>= 4.0.1) - framework: >= net46, netstandard13 - runtime.native.System (>= 4.0) - framework: >= netstandard16 - runtime.native.System.Net.Http (>= 4.0.1) - framework: >= netstandard16 - runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Diagnostics.DiagnosticSource (>= 4.0) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 - System.Diagnostics.Tracing (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Globalization (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Globalization.Extensions (>= 4.0.1) - framework: >= netstandard16 - System.IO (>= 4.1) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.IO.Compression (>= 4.1) - framework: netstandard13 - System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard16 - System.Net.Primitives (>= 4.0.11) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: netstandard13, >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.OpenSsl (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.X509Certificates (>= 4.1) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Threading (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Net.Primitives (4.0.11) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Net.Requests (4.0.11) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Tracing (>= 4.1) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Net.Http (>= 4.1) - framework: >= netstandard13 - System.Net.Primitives (>= 4.0.11) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Net.WebHeaderCollection (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Net.Sockets (4.1) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Net.Primitives (>= 4.0.11) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard13 - System.Net.WebHeaderCollection (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.ObjectModel (4.0.12) - redirects: force, framework: >= net463, >= netstandard13 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Reflection (4.1) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.IO (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Reflection.Emit (4.0.1) - redirects: force, framework: >= net463, >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard11 - System.Reflection (>= 4.1) - framework: >= netstandard11 - System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: >= netstandard11, monotouch, xamarinios - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard11 - System.Runtime (>= 4.1) - framework: >= netstandard11 - System.Reflection.Emit.ILGeneration (4.0.1) - redirects: force, framework: >= net463, >= netstandard13 - System.Reflection.Emit.Lightweight (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - System.Reflection.Extensions (4.0.1) - redirects: force, framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Reflection.Metadata (1.3) - framework: dnxcore50, >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard11 - System.Collections.Immutable (>= 1.2) - framework: >= net45, >= netstandard11, monoandroid, monotouch, xamarinios, xamarinmac, winv4.5, wpav8.1 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard11 - System.IO (>= 4.1) - framework: >= netstandard11 - System.Linq (>= 4.1) - framework: >= netstandard11 - System.Reflection (>= 4.1) - framework: >= netstandard11 - System.Reflection.Extensions (>= 4.0.1) - framework: >= netstandard11 - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard11 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard11 - System.Runtime (>= 4.1) - framework: >= netstandard11 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard11 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard11 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard11 - System.Text.Encoding.Extensions (>= 4.0.11) - framework: >= netstandard11 - System.Threading (>= 4.0.11) - framework: >= netstandard11 - System.Reflection.Primitives (4.0.1) - redirects: force, framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Reflection.TypeExtensions (4.1) - redirects: force, framework: >= net463, >= netstandard13 - System.Reflection (>= 4.1) - framework: >= net462, dnxcore50, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard15 - System.Resources.ResourceManager (4.0.1) - framework: net46, >= net46, dnxcore50, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard10 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (4.1) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 - System.Runtime.Extensions (4.1) - framework: >= net46, dnxcore50, >= netstandard10, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime.Handles (4.0.1) - framework: >= net46, dnxcore50, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.InteropServices (4.1) - framework: >= net46, dnxcore50, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Reflection (>= 4.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: >= net462, dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, netstandard13, >= netstandard15 - System.Runtime.InteropServices.RuntimeInformation (4.0) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard11 - runtime.native.System (>= 4.0) - framework: >= netstandard11 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard11 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard11 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard11 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard11 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard11 - System.Runtime.Loader (4.0) - redirects: force, framework: >= net463, >= netstandard16 - System.IO (>= 4.1) - framework: >= netstandard15 - System.Reflection (>= 4.1) - framework: >= netstandard15 - System.Runtime (>= 4.1) - framework: >= netstandard15 - System.Runtime.Numerics (4.0.1) - framework: >= net463, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Runtime.Serialization.Primitives (4.1.1) - redirects: force, framework: >= netstandard10 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Security.Cryptography.Algorithms (4.2) - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard16 - runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: >= netstandard16 - System.IO (>= 4.1) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.Numerics (>= 4.0.1) - framework: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net463, dnxcore50, >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: net46, net461, >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Security.Cryptography.Cng (4.2) - framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: netstandard14, >= netstandard16 - System.IO (>= 4.1) - framework: netstandard13, netstandard14, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: netstandard14, >= netstandard16 - System.Runtime (>= 4.1) - framework: netstandard13, netstandard14, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: netstandard14, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: netstandard13, netstandard14, >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: netstandard14, >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: netstandard14, >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: netstandard14, >= netstandard16 - System.Security.Cryptography.Csp (4.0) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Reflection (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= net46, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Security.Cryptography.Encoding (4.0) - framework: >= net463, dnxcore50, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Collections.Concurrent (>= 4.0.12) - framework: >= netstandard13 - System.Linq (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Security.Cryptography.OpenSsl (4.0) - framework: >= net463, >= netstandard16 - runtime.native.System.Security.Cryptography (>= 4.0) - System.Collections (>= 4.0.11) - framework: >= netstandard16 - System.IO (>= 4.1) - framework: >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard16 - System.Runtime (>= 4.1) - framework: >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: >= net463, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard16 - System.Runtime.Numerics (>= 4.0.1) - framework: >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= net463, >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net463, >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= net463, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (4.0) - framework: net46, net461, >= net463, dnxcore50, >= netstandard13, netstandard14 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard13 - System.Security.Cryptography.ProtectedData (4.0) - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= netstandard13 - System.Security.Cryptography.X509Certificates (4.1) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard16 - runtime.native.System (>= 4.0) - framework: >= netstandard16 - runtime.native.System.Net.Http (>= 4.0.1) - framework: >= netstandard16 - runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard16 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Globalization.Calendars (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.IO (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.IO.FileSystem (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.Numerics (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Security.Cryptography.Cng (>= 4.2) - framework: dnxcore50, >= netstandard16 - System.Security.Cryptography.Csp (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Security.Cryptography.OpenSsl (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: dnxcore50, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Text.Encoding (4.0.11) - framework: net46, >= net46, dnxcore50, >= netstandard10, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.Encoding.Extensions (4.0.11) - redirects: force, framework: >= net46, dnxcore50, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.RegularExpressions (4.1) - redirects: force, framework: >= net46, dnxcore50, >= netstandard13 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Threading (4.0.11) - framework: net46, >= net46, dnxcore50, >= netstandard13, netstandard14 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks (4.0.11) - redirects: force, framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks.Extensions (4.0) - framework: >= net46, dnxcore50, >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard10 - System.Runtime (>= 4.1) - framework: >= netstandard10 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard10 - System.Threading.Tasks.Parallel (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - System.Collections.Concurrent (>= 4.0.12) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Tracing (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Threading.Thread (4.0) - redirects: force, framework: >= net463, >= netstandard14 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Threading.ThreadPool (4.0.10) - redirects: force, framework: >= net463, >= netstandard14 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Threading.Timer (4.0.1) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard12 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard12 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard12 - System.Xml.ReaderWriter (4.0.11) - framework: >= net46, dnxcore50, >= netstandard10 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.IO.FileSystem (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.Encoding.Extensions (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Text.RegularExpressions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks.Extensions (>= 4.0) - framework: dnxcore50, >= netstandard13 - System.Xml.XDocument (4.0.11) - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Tools (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Xml.ReaderWriter (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Xml.XmlDocument (4.0.1) - framework: >= net46, >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard13 - System.Xml.XPath (4.0.1) - framework: >= net46, >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard13 - System.Xml.XPath.XDocument (4.0.1) - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 - System.Linq (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard13 - System.Xml.XDocument (>= 4.0.11) - framework: >= netstandard13 - System.Xml.XPath (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Xml.XPath.XmlDocument (4.0.1) - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard13 - System.Xml.XmlDocument (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Xml.XPath (>= 4.0.1) - framework: >= net46, >= netstandard13 + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard13, netstandard14 + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard13, netstandard14 + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard13, netstandard14 + runtime.native.System (4.3) - framework: >= net463, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + runtime.native.System.IO.Compression (4.3) - framework: >= net463, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + runtime.native.System.Net.Http (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + runtime.native.System.Security.Cryptography.Apple (4.3) - framework: >= netstandard16 + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3) + runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard13, netstandard14 + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard13, netstandard14 + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard13, netstandard14 + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3) - framework: >= netstandard16 + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard13, netstandard14 + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard13, netstandard14 + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard13, netstandard14 + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard13, netstandard14 + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard13, netstandard14 + System.AppContext (4.3) - framework: >= net463, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Buffers (4.3) - framework: >= net463, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard11 + System.Diagnostics.Tracing (>= 4.3) - framework: >= netstandard11 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard11 + System.Runtime (>= 4.3) - framework: >= netstandard11 + System.Threading (>= 4.3) - framework: >= netstandard11 + System.Collections (4.3) - framework: >= net46, dnxcore50, >= netstandard10, netstandard13, netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Collections.Concurrent (4.3) - framework: >= net463, >= netstandard13, netstandard14 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Collections.Immutable (1.3) - framework: >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard10 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard10 + System.Globalization (>= 4.3) - framework: >= netstandard10 + System.Linq (>= 4.3) - framework: >= netstandard10 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard10 + System.Runtime (>= 4.3) - framework: >= netstandard10 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard10 + System.Threading (>= 4.3) - framework: >= netstandard10 + System.Console (4.3) - framework: >= net463, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Diagnostics.Debug (4.3) - framework: net46, >= net46, dnxcore50, >= netstandard13, netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Diagnostics.DiagnosticSource (4.3) - framework: >= net463, netstandard13, >= netstandard16 + System.Collections (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Diagnostics.Tracing (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Reflection (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Runtime (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Threading (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Diagnostics.FileVersionInfo (4.3) + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO.FileSystem (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection.Metadata (>= 1.4.1) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 + System.Diagnostics.Process (4.3) + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard14 + Microsoft.Win32.Primitives (>= 4.3) - framework: >= netstandard14 + Microsoft.Win32.Registry (>= 4.3) - framework: >= netstandard14 + runtime.native.System (>= 4.3) - framework: >= netstandard14 + System.Collections (>= 4.3) - framework: >= netstandard14 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard14 + System.Globalization (>= 4.3) - framework: >= netstandard14 + System.IO (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem (>= 4.3) - framework: >= netstandard14 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= netstandard14 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard14 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard14 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard14 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding.Extensions (>= 4.3) - framework: >= netstandard14 + System.Threading (>= 4.3) - framework: >= netstandard14 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard14 + System.Threading.Thread (>= 4.3) - framework: >= netstandard14 + System.Threading.ThreadPool (>= 4.3) - framework: >= netstandard14 + System.Diagnostics.Tools (4.3) - framework: >= net463, dnxcore50, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Diagnostics.TraceSource (4.3) + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + runtime.native.System (>= 4.3) - framework: >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Diagnostics.Tracing (4.3) - framework: >= net463, >= netstandard13, netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Dynamic.Runtime (4.3) - redirects: force, framework: >= netstandard10 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Linq (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Linq.Expressions (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.ObjectModel (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Reflection (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Reflection.Emit (>= 4.3) - framework: >= netstandard13 + System.Reflection.Emit.ILGeneration (>= 4.3) - framework: >= netstandard13 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard13 + System.Reflection.TypeExtensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (4.3) - framework: net46, >= net46, dnxcore50, >= netstandard13, netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Globalization.Calendars (4.3) - framework: >= net463, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Globalization.Extensions (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 + System.IO (4.3) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.IO.Compression (4.3) - framework: >= net463, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + runtime.native.System (>= 4.3) - framework: >= netstandard13 + runtime.native.System.IO.Compression (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Buffers (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO.Compression.ZipFile (4.3) - framework: >= net463, >= netstandard13 + System.Buffers (>= 4.3) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.IO.Compression (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem (4.3) - framework: >= net46, dnxcore50, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem.Primitives (4.3) - framework: >= net46, dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Linq (4.3) - framework: >= net463, >= netstandard13, netstandard14 + System.Collections (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Linq.Expressions (4.3) - redirects: force, framework: >= net463, netstandard10, >= netstandard13 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.IO (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Linq (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.ObjectModel (>= 4.3) - framework: >= netstandard16 + System.Reflection (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Reflection.Emit (>= 4.3) - framework: >= netstandard16 + System.Reflection.Emit.ILGeneration (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.Emit.Lightweight (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.TypeExtensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Linq.Queryable (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Linq (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Linq.Expressions (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Net.Http (4.3) - framework: >= net463, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard13, >= netstandard16 + Microsoft.Win32.Primitives (>= 4.3) - framework: netstandard13 + runtime.native.System (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Net.Http (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Diagnostics.DiagnosticSource (>= 4.3) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 + System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Globalization.Extensions (>= 4.3) - framework: >= netstandard16 + System.IO (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.IO.Compression (>= 4.3) - framework: netstandard13 + System.IO.FileSystem (>= 4.3) - framework: >= netstandard16 + System.Net.Primitives (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: netstandard13, >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Threading (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Net.Primitives (4.3) - framework: >= net463, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Net.Requests (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Net.Http (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Net.Primitives (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Net.WebHeaderCollection (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Net.Sockets (4.3) - framework: >= net463, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Net.Primitives (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 + System.Net.WebHeaderCollection (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.ObjectModel (4.3) - redirects: force, framework: >= net463, >= netstandard13 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection (4.3) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Reflection.Emit (4.3) - redirects: force, framework: >= net463, >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard11 + System.Reflection (>= 4.3) - framework: >= netstandard11 + System.Reflection.Emit.ILGeneration (>= 4.3) - framework: >= netstandard11 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard11 + System.Runtime (>= 4.3) - framework: >= netstandard11 + System.Reflection.Emit.ILGeneration (4.3) - redirects: force, framework: >= net463, >= netstandard13 + System.Reflection.Emit.Lightweight (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Reflection.Extensions (4.3) - redirects: force, framework: >= net463, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Reflection.Metadata (1.4.1) - framework: dnxcore50, >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard11 + System.Collections.Immutable (>= 1.3) - framework: >= net45, >= netstandard11, monoandroid, monotouch, xamarinios, xamarinmac, winv4.5, wpav8.1 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard11 + System.IO (>= 4.3) - framework: >= netstandard11 + System.IO.Compression (>= 4.3) - framework: >= netstandard11 + System.Linq (>= 4.3) - framework: >= netstandard11 + System.Reflection (>= 4.3) - framework: >= netstandard11 + System.Reflection.Extensions (>= 4.3) - framework: >= netstandard11 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard11 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard11 + System.Runtime (>= 4.3) - framework: >= netstandard11 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard11 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard11 + System.Text.Encoding (>= 4.3) - framework: >= netstandard11 + System.Text.Encoding.Extensions (>= 4.3) - framework: >= netstandard11 + System.Threading (>= 4.3) - framework: >= netstandard11 + System.Reflection.Primitives (4.3) - redirects: force, framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Reflection.TypeExtensions (4.3) - redirects: force, framework: >= net463, >= netstandard13 + System.Reflection (>= 4.3) - framework: >= net462, dnxcore50, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard15 + System.Resources.ResourceManager (4.3) - framework: net46, >= net46, dnxcore50, >= netstandard13, netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Runtime (4.3) - framework: net46, >= net46, dnxcore50, >= netstandard10, netstandard13, netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 + System.Runtime.Extensions (4.3) - framework: >= net46, dnxcore50, >= netstandard10, netstandard13, netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime.Handles (4.3) - framework: >= net46, dnxcore50, >= netstandard13, netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (4.3) - framework: >= net46, dnxcore50, >= netstandard13, netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Reflection (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: net462, >= net463, dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard15 + System.Runtime.InteropServices.RuntimeInformation (4.3) - framework: >= net463, >= netstandard13 + runtime.native.System (>= 4.3) - framework: >= netstandard11 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard11 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Runtime.Loader (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.IO (>= 4.3) - framework: >= netstandard15 + System.Reflection (>= 4.3) - framework: >= netstandard15 + System.Runtime (>= 4.3) - framework: >= netstandard15 + System.Runtime.Numerics (4.3) - framework: >= net463, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.Serialization.Primitives (4.3) - redirects: force, framework: >= netstandard10 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Security.Cryptography.Algorithms (4.3) + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard16 + runtime.native.System.Security.Cryptography.Apple (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Collections (>= 4.3) - framework: >= netstandard16 + System.IO (>= 4.3) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.Numerics (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, dnxcore50, >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Security.Cryptography.Cng (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: netstandard14, >= netstandard16 + System.IO (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Runtime (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Security.Cryptography.Csp (4.3) - framework: >= net463, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Reflection (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.Encoding (4.3) - framework: >= net463, dnxcore50, >= netstandard13, netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Collections.Concurrent (>= 4.3) - framework: >= netstandard13 + System.Linq (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + System.Collections (>= 4.3) - framework: >= netstandard16 + System.IO (>= 4.3) - framework: >= net463, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard16 + System.Runtime (>= 4.3) - framework: >= net463, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: >= net463, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard16 + System.Runtime.Numerics (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net463, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Primitives (4.3) - framework: net46, net461, >= net463, dnxcore50, >= netstandard13, netstandard14 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.ProtectedData (4.3) + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.X509Certificates (4.3) - framework: >= net463, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard16 + runtime.native.System (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Net.Http (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Globalization.Calendars (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.IO (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.IO.FileSystem (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.Numerics (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.Cng (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Security.Cryptography.Csp (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Text.Encoding (4.3) - framework: net46, >= net46, dnxcore50, >= netstandard10, netstandard13, netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding.Extensions (4.3) - framework: >= net46, dnxcore50, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.RegularExpressions (4.3) - redirects: force, framework: >= net46, dnxcore50, >= netstandard13 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (4.3) - framework: net46, >= net46, dnxcore50, >= netstandard13, netstandard14 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks (4.3) - framework: net46, >= net46, dnxcore50, netstandard10, >= netstandard13, netstandard14 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks.Extensions (4.3) - framework: >= net46, dnxcore50, >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard10 + System.Runtime (>= 4.3) - framework: >= netstandard10 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard10 + System.Threading.Tasks.Parallel (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections.Concurrent (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Threading.Thread (4.3) - framework: >= net463, >= netstandard14 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Threading.ThreadPool (4.3) - framework: >= net463, >= netstandard14 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Threading.Timer (4.3) - framework: >= net463, >= netstandard13 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard12 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard12 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard12 + System.Xml.ReaderWriter (4.3) - framework: >= net46, dnxcore50, >= netstandard10 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.IO.FileSystem (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.RegularExpressions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Xml.XDocument (4.3) + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tools (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Xml.ReaderWriter (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Xml.XmlDocument (4.3) - framework: >= net46, >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Xml.ReaderWriter (>= 4.3) - framework: >= netstandard13 + System.Xml.XPath (4.3) - framework: >= net46, >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Xml.ReaderWriter (>= 4.3) - framework: >= netstandard13 + System.Xml.XPath.XDocument (4.3) + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard13 + System.Linq (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Xml.ReaderWriter (>= 4.3) - framework: >= netstandard13 + System.Xml.XDocument (>= 4.3) - framework: >= netstandard13 + System.Xml.XPath (>= 4.3) - framework: >= net46, >= netstandard13 + System.Xml.XPath.XmlDocument (4.3) + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Xml.ReaderWriter (>= 4.3) - framework: >= netstandard13 + System.Xml.XmlDocument (>= 4.3) - framework: >= net46, >= netstandard13 + System.Xml.XPath (>= 4.3) - framework: >= net46, >= netstandard13 GITHUB remote: fsharp/FAKE src/app/FakeLib/Globbing/Globbing.fs (eaf899a7be2e2c0cb5c00a022f19f67c2d2c337e) @@ -725,7 +748,7 @@ GITHUB GROUP Build NUGET remote: https://www.nuget.org/api/v2 - FAKE (4.45.1) + FAKE (4.45.2) FSharp.Compiler.Service (2.0.0.6) FSharp.Formatting (2.14.4) FSharp.Compiler.Service (2.0.0.6) @@ -743,7 +766,7 @@ NUGET Microsoft.Net.Http - framework: net10, net11, net20, net30, net35, net40, net40-full GITHUB remote: fsharp/FAKE - modules/Octokit/Octokit.fsx (f367c3d28b1fc9a2a89636c2b870dea4b4559dca) + modules/Octokit/Octokit.fsx (eaf899a7be2e2c0cb5c00a022f19f67c2d2c337e) Octokit (>= 0.20) GROUP Test NUGET @@ -763,538 +786,560 @@ NUGET System.Threading.Tasks.Parallel (>= 4.0.1) - framework: >= net463, >= netstandard16 System.Threading.Thread (>= 4.0) - framework: >= net463, >= netstandard16 System.Threading.ThreadPool (>= 4.0.10) - framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (1.0.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Targets (1.0.1) - redirects: force, framework: >= netstandard16 - Microsoft.Win32.Primitives (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - Moq (4.5.23) + Microsoft.NETCore.Platforms (1.1) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Targets (1.1) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.Win32.Primitives (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + Moq (4.5.28) Castle.Core (>= 3.3.3) - framework: >= net45 - NETStandard.Library (1.6) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard10 - Microsoft.Win32.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.AppContext (>= 4.1) - framework: >= net46, >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard10 - System.Collections.Concurrent (>= 4.0.12) - framework: >= net45, >= netstandard11 - System.Console (>= 4.0) - framework: >= net46, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard10 - System.Diagnostics.Tools (>= 4.0.1) - framework: >= netstandard10 - System.Diagnostics.Tracing (>= 4.1) - framework: >= net45, >= netstandard11 - System.Globalization (>= 4.0.11) - framework: >= netstandard10 - System.Globalization.Calendars (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard10 - System.IO.Compression (>= 4.1) - framework: >= net45, >= netstandard11 - System.IO.Compression.ZipFile (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.IO.FileSystem (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Linq (>= 4.1) - framework: >= netstandard10 - System.Linq.Expressions (>= 4.1) - framework: >= netstandard10 - System.Net.Http (>= 4.1) - framework: >= net45, >= netstandard11 - System.Net.Primitives (>= 4.0.11) - framework: >= netstandard10 - System.Net.Sockets (>= 4.1) - framework: >= net46, >= netstandard13 - System.ObjectModel (>= 4.0.12) - framework: >= netstandard10 - System.Reflection (>= 4.1) - framework: >= netstandard10 - System.Reflection.Extensions (>= 4.0.1) - framework: >= netstandard10 - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard10 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard10 - System.Runtime (>= 4.1) - framework: >= netstandard10 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard10 - System.Runtime.Handles (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= net45, >= netstandard11 - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - framework: >= net45, >= netstandard11 - System.Runtime.Numerics (>= 4.0.1) - framework: >= net45, >= netstandard11 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.X509Certificates (>= 4.1) - framework: >= net46, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard10 - System.Text.Encoding.Extensions (>= 4.0.11) - framework: >= netstandard10 - System.Text.RegularExpressions (>= 4.1) - framework: >= netstandard10 - System.Threading (>= 4.0.11) - framework: >= netstandard10 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard10 - System.Threading.Timer (>= 4.0.1) - framework: >= net451, >= netstandard12 - System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard10 - System.Xml.XDocument (>= 4.0.11) - framework: >= netstandard10 - NUnit (3.4.1) - NUnit.Console (3.4.1) - NUnit.ConsoleRunner (>= 3.4.1) - NUnit.Extension.NUnitProjectLoader (>= 3.4.1) - NUnit.Extension.NUnitV2Driver (>= 3.4.1) - NUnit.Extension.NUnitV2ResultWriter (>= 3.4.1) - NUnit.Extension.TeamCityEventListener (>= 1.0.1) - NUnit.Extension.VSProjectLoader (>= 3.4.1) - NUnit.ConsoleRunner (3.4.1) - NUnit.Extension.NUnitProjectLoader (3.4.1) - NUnit.Extension.NUnitV2Driver (3.4.1) - NUnit.Extension.NUnitV2ResultWriter (3.4.1) - NUnit.Extension.TeamCityEventListener (1.0.1) - NUnit.Extension.VSProjectLoader (3.4.1) - NUnit3TestAdapter (3.4.1) - version_in_path: true - runtime.native.System (4.0) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - Microsoft.NETCore.Targets (>= 1.0.1) - runtime.native.System.IO.Compression (4.1) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - Microsoft.NETCore.Targets (>= 1.0.1) - runtime.native.System.Net.Http (4.0.1) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - Microsoft.NETCore.Targets (>= 1.0.1) - runtime.native.System.Security.Cryptography (4.0) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - Microsoft.NETCore.Targets (>= 1.0.1) - System.AppContext (4.1) - redirects: force, framework: >= net463, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Buffers (4.0) - redirects: force, framework: >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard11 - System.Diagnostics.Tracing (>= 4.1) - framework: >= netstandard11 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard11 - System.Runtime (>= 4.1) - framework: >= netstandard11 - System.Threading (>= 4.0.11) - framework: >= netstandard11 - System.Collections (4.0.11) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Collections.Concurrent (4.0.12) - redirects: force, framework: >= net463, >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Tracing (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Reflection (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Console (4.0) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Debug (4.0.11) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Diagnostics.DiagnosticSource (4.0) - redirects: force, framework: >= net463, >= netstandard16 - System.Collections (>= 4.0.11) - framework: netstandard11, >= netstandard13 - System.Diagnostics.Tracing (>= 4.1) - framework: netstandard11, >= netstandard13 - System.Reflection (>= 4.1) - framework: netstandard11, >= netstandard13 - System.Runtime (>= 4.1) - framework: netstandard11, >= netstandard13 - System.Threading (>= 4.0.11) - framework: netstandard11, >= netstandard13 - System.Diagnostics.Tools (4.0.1) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Diagnostics.Tracing (4.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Globalization (4.0.11) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Globalization.Calendars (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Globalization.Extensions (4.0.1) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.IO (4.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.IO.Compression (4.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - runtime.native.System (>= 4.0) - framework: >= netstandard13 - runtime.native.System.IO.Compression (>= 4.1) - framework: >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.IO.Compression.ZipFile (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - System.Buffers (>= 4.0) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.IO.Compression (>= 4.1) - framework: >= netstandard13 - System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.IO.FileSystem (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard13 - System.IO.FileSystem.Primitives (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Linq (4.1) - redirects: force, framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Linq.Expressions (4.1) - redirects: force, framework: >= net463, >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.IO (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Linq (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.ObjectModel (>= 4.0.12) - framework: >= netstandard16 - System.Reflection (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 - System.Reflection.Emit (>= 4.0.1) - framework: >= netstandard16 - System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Reflection.Emit.Lightweight (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Reflection.Extensions (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Reflection.TypeExtensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Linq.Queryable (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Linq (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Linq.Expressions (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.Extensions (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Net.Http (4.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard13, >= netstandard16 - Microsoft.Win32.Primitives (>= 4.0.1) - framework: >= net46, netstandard13 - runtime.native.System (>= 4.0) - framework: >= netstandard16 - runtime.native.System.Net.Http (>= 4.0.1) - framework: >= netstandard16 - runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Diagnostics.DiagnosticSource (>= 4.0) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 - System.Diagnostics.Tracing (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Globalization (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Globalization.Extensions (>= 4.0.1) - framework: >= netstandard16 - System.IO (>= 4.1) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard16 - System.Net.Primitives (>= 4.0.11) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: netstandard13, >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.OpenSsl (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.X509Certificates (>= 4.1) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Threading (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Net.Primitives (4.0.11) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Net.Requests (4.0.11) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Tracing (>= 4.1) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Net.Http (>= 4.1) - framework: >= netstandard13 - System.Net.Primitives (>= 4.0.11) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Net.WebHeaderCollection (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Net.Sockets (4.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Net.Primitives (>= 4.0.11) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard13 - System.Net.WebHeaderCollection (4.0.1) - redirects: force, framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.ObjectModel (4.0.12) - redirects: force, framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Reflection (4.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.IO (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Reflection.Emit (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - System.IO (>= 4.1) - framework: >= netstandard11 - System.Reflection (>= 4.1) - framework: >= netstandard11 - System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: >= netstandard11, monotouch, xamarinios - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard11 - System.Runtime (>= 4.1) - framework: >= netstandard11 - System.Reflection.Emit.ILGeneration (4.0.1) - redirects: force, framework: >= netstandard16 - System.Reflection (>= 4.1) - framework: >= netstandard10 - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard10 - System.Runtime (>= 4.1) - framework: >= netstandard10 - System.Reflection.Emit.Lightweight (4.0.1) - redirects: force, framework: >= netstandard16 - System.Reflection (>= 4.1) - framework: >= netstandard10 - System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: >= netstandard10, monoandroid, monotouch, xamarinios, xamarinmac - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard10 - System.Runtime (>= 4.1) - framework: >= netstandard10 - System.Reflection.Extensions (4.0.1) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Reflection.Primitives (4.0.1) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Reflection.TypeExtensions (4.1) - redirects: force, framework: >= net463, >= netstandard16 - System.Reflection (>= 4.1) - framework: >= net462, dnxcore50, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard15 - System.Resources.ResourceManager (4.0.1) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard10 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (4.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 - System.Runtime.Extensions (4.1) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime.Handles (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.InteropServices (4.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Reflection (>= 4.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: >= net462, dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, netstandard13, >= netstandard15 - System.Runtime.InteropServices.RuntimeInformation (4.0) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard11 - runtime.native.System (>= 4.0) - framework: >= netstandard11 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard11 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard11 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard11 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard11 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard11 - System.Runtime.Loader (4.0) - redirects: force, framework: >= net463, >= netstandard16 - System.IO (>= 4.1) - framework: >= netstandard15 - System.Reflection (>= 4.1) - framework: >= netstandard15 - System.Runtime (>= 4.1) - framework: >= netstandard15 - System.Runtime.Numerics (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Security.Cryptography.Algorithms (4.2) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard16 - runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: >= netstandard16 - System.IO (>= 4.1) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.Numerics (>= 4.0.1) - framework: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net463, dnxcore50, >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: net46, net461, >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Security.Cryptography.Cng (4.2) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: netstandard14, >= netstandard16 - System.IO (>= 4.1) - framework: netstandard13, netstandard14, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: netstandard14, >= netstandard16 - System.Runtime (>= 4.1) - framework: netstandard13, netstandard14, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: netstandard14, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: netstandard13, netstandard14, >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: netstandard14, >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: netstandard14, >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: netstandard14, >= netstandard16 - System.Security.Cryptography.Csp (4.0) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Reflection (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= net46, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Security.Cryptography.Encoding (4.0) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Collections.Concurrent (>= 4.0.12) - framework: >= netstandard13 - System.Linq (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Security.Cryptography.OpenSsl (4.0) - redirects: force, framework: >= netstandard16 - runtime.native.System.Security.Cryptography (>= 4.0) - System.Collections (>= 4.0.11) - framework: >= netstandard16 - System.IO (>= 4.1) - framework: >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard16 - System.Runtime (>= 4.1) - framework: >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: >= net463, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard16 - System.Runtime.Numerics (>= 4.0.1) - framework: >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= net463, >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net463, >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= net463, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (4.0) - redirects: force, framework: >= net463, >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard13 - System.Security.Cryptography.X509Certificates (4.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard16 - runtime.native.System (>= 4.0) - framework: >= netstandard16 - runtime.native.System.Net.Http (>= 4.0.1) - framework: >= netstandard16 - runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard16 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Globalization.Calendars (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.IO (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.IO.FileSystem (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.Numerics (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Security.Cryptography.Cng (>= 4.2) - framework: dnxcore50, >= netstandard16 - System.Security.Cryptography.Csp (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Security.Cryptography.OpenSsl (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: dnxcore50, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Text.Encoding (4.0.11) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.Encoding.Extensions (4.0.11) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.RegularExpressions (4.1) - redirects: force, framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Threading (4.0.11) - redirects: force, framework: >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks (4.0.11) - redirects: force, framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks.Extensions (4.0) - redirects: force, framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: >= netstandard10 - System.Runtime (>= 4.1) - framework: >= netstandard10 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard10 - System.Threading.Tasks.Parallel (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - System.Collections.Concurrent (>= 4.0.12) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Tracing (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Threading.Thread (4.0) - redirects: force, framework: >= net463, >= netstandard16 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Threading.ThreadPool (4.0.10) - redirects: force, framework: >= net463, >= netstandard16 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Threading.Timer (4.0.1) - redirects: force, framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard12 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard12 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard12 - System.Xml.ReaderWriter (4.0.11) - redirects: force, framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.IO.FileSystem (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.Encoding.Extensions (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Text.RegularExpressions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks.Extensions (>= 4.0) - framework: dnxcore50, >= netstandard13 - System.Xml.XDocument (4.0.11) - redirects: force, framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Tools (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Xml.ReaderWriter (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 + NETStandard.Library (1.6.1) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard10 + Microsoft.Win32.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.AppContext (>= 4.3) - framework: >= net46, >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard10 + System.Collections.Concurrent (>= 4.3) - framework: >= net45, >= netstandard11 + System.Console (>= 4.3) - framework: >= net46, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard10 + System.Diagnostics.Tools (>= 4.3) - framework: >= netstandard10 + System.Diagnostics.Tracing (>= 4.3) - framework: >= net45, >= netstandard11 + System.Globalization (>= 4.3) - framework: >= netstandard10 + System.Globalization.Calendars (>= 4.3) - framework: >= net46, >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard10 + System.IO.Compression (>= 4.3) - framework: >= net45, >= netstandard11 + System.IO.Compression.ZipFile (>= 4.3) - framework: >= net46, >= netstandard13 + System.IO.FileSystem (>= 4.3) - framework: >= net46, >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.Linq (>= 4.3) - framework: >= netstandard10 + System.Linq.Expressions (>= 4.3) - framework: >= netstandard10 + System.Net.Http (>= 4.3) - framework: >= net45, >= netstandard11 + System.Net.Primitives (>= 4.3) - framework: >= netstandard10 + System.Net.Sockets (>= 4.3) - framework: >= net46, >= netstandard13 + System.ObjectModel (>= 4.3) - framework: >= netstandard10 + System.Reflection (>= 4.3) - framework: >= netstandard10 + System.Reflection.Extensions (>= 4.3) - framework: >= netstandard10 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard10 + System.Runtime (>= 4.3) - framework: >= netstandard10 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard10 + System.Runtime.Handles (>= 4.3) - framework: >= net46, >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= net45, >= netstandard11 + System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - framework: >= net45, >= netstandard11 + System.Runtime.Numerics (>= 4.3) - framework: >= net45, >= netstandard11 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard10 + System.Text.Encoding.Extensions (>= 4.3) - framework: >= netstandard10 + System.Text.RegularExpressions (>= 4.3) - framework: >= netstandard10 + System.Threading (>= 4.3) - framework: >= netstandard10 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard10 + System.Threading.Timer (>= 4.3) - framework: >= net451, >= netstandard12 + System.Xml.ReaderWriter (>= 4.3) - framework: >= netstandard10 + System.Xml.XDocument (>= 4.3) - framework: >= netstandard10 + NUnit (3.5) + NUnit.Console (3.5) + NUnit.ConsoleRunner (>= 3.5) + NUnit.Extension.NUnitProjectLoader (>= 3.5) + NUnit.Extension.NUnitV2Driver (>= 3.5) + NUnit.Extension.NUnitV2ResultWriter (>= 3.5) + NUnit.Extension.TeamCityEventListener (>= 1.0.2) + NUnit.Extension.VSProjectLoader (>= 3.5) + NUnit.ConsoleRunner (3.5) + NUnit.Extension.NUnitProjectLoader (3.5) + NUnit.Extension.NUnitV2Driver (3.5) + NUnit.Extension.NUnitV2ResultWriter (3.5) + NUnit.Extension.TeamCityEventListener (1.0.2) + NUnit.Extension.VSProjectLoader (3.5) + NUnit3TestAdapter (3.6.0) - version_in_path: true + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - redirects: force, framework: >= net463, >= netstandard16 + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - redirects: force, framework: >= net463, >= netstandard16 + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - redirects: force, framework: >= net463, >= netstandard16 + runtime.native.System (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + runtime.native.System.IO.Compression (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + runtime.native.System.Net.Http (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + runtime.native.System.Security.Cryptography.Apple (4.3) - redirects: force, framework: >= net463, >= netstandard16 + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3) + runtime.native.System.Security.Cryptography.OpenSsl (4.3) - redirects: force, framework: >= net463, >= netstandard16 + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - redirects: force, framework: >= net463, >= netstandard16 + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - redirects: force, framework: >= net463, >= netstandard16 + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3) - redirects: force, framework: >= net463, >= netstandard16 + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - redirects: force, framework: >= net463, >= netstandard16 + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - redirects: force, framework: >= net463, >= netstandard16 + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - redirects: force, framework: >= net463, >= netstandard16 + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - redirects: force, framework: >= net463, >= netstandard16 + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.AppContext (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Buffers (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard11 + System.Diagnostics.Tracing (>= 4.3) - framework: >= netstandard11 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard11 + System.Runtime (>= 4.3) - framework: >= netstandard11 + System.Threading (>= 4.3) - framework: >= netstandard11 + System.Collections (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Collections.Concurrent (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Console (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Diagnostics.Debug (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Diagnostics.DiagnosticSource (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Diagnostics.Tracing (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Reflection (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Runtime (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Threading (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Diagnostics.Tools (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Diagnostics.Tracing (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Globalization (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Globalization.Calendars (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Globalization.Extensions (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 + System.IO (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.IO.Compression (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + runtime.native.System (>= 4.3) - framework: >= netstandard13 + runtime.native.System.IO.Compression (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Buffers (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO.Compression.ZipFile (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Buffers (>= 4.3) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.IO.Compression (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem.Primitives (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Linq (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Linq.Expressions (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.IO (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Linq (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.ObjectModel (>= 4.3) - framework: >= netstandard16 + System.Reflection (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Reflection.Emit (>= 4.3) - framework: >= netstandard16 + System.Reflection.Emit.ILGeneration (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.Emit.Lightweight (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.TypeExtensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Linq.Queryable (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Linq (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Linq.Expressions (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Net.Http (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard13, >= netstandard16 + runtime.native.System (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Net.Http (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Diagnostics.DiagnosticSource (>= 4.3) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 + System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Globalization.Extensions (>= 4.3) - framework: >= netstandard16 + System.IO (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.IO.FileSystem (>= 4.3) - framework: >= netstandard16 + System.Net.Primitives (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: netstandard13, >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Threading (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Net.Primitives (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Net.Requests (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Net.Http (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Net.Primitives (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Net.WebHeaderCollection (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Net.Sockets (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Net.Primitives (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 + System.Net.WebHeaderCollection (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.ObjectModel (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Reflection.Emit (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.IO (>= 4.3) - framework: >= netstandard11 + System.Reflection (>= 4.3) - framework: >= netstandard11 + System.Reflection.Emit.ILGeneration (>= 4.3) - framework: >= netstandard11 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard11 + System.Runtime (>= 4.3) - framework: >= netstandard11 + System.Reflection.Emit.ILGeneration (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Reflection (>= 4.3) - framework: >= netstandard10 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10 + System.Runtime (>= 4.3) - framework: >= netstandard10 + System.Reflection.Emit.Lightweight (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Reflection (>= 4.3) - framework: >= netstandard10 + System.Reflection.Emit.ILGeneration (>= 4.3) - framework: >= netstandard10 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10 + System.Runtime (>= 4.3) - framework: >= netstandard10 + System.Reflection.Extensions (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Reflection.Primitives (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Reflection.TypeExtensions (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Reflection (>= 4.3) - framework: >= net462, dnxcore50, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard15 + System.Resources.ResourceManager (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Runtime (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 + System.Runtime.Extensions (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime.Handles (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Reflection (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: net462, >= net463, dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard15 + System.Runtime.InteropServices.RuntimeInformation (4.3) - redirects: force, framework: >= net463, >= netstandard16 + runtime.native.System (>= 4.3) - framework: >= netstandard11 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard11 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Runtime.Loader (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.IO (>= 4.3) - framework: >= netstandard15 + System.Reflection (>= 4.3) - framework: >= netstandard15 + System.Runtime (>= 4.3) - framework: >= netstandard15 + System.Runtime.Numerics (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Security.Cryptography.Algorithms (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard16 + runtime.native.System.Security.Cryptography.Apple (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Collections (>= 4.3) - framework: >= netstandard16 + System.IO (>= 4.3) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.Numerics (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, dnxcore50, >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Security.Cryptography.Cng (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: netstandard14, >= netstandard16 + System.IO (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Runtime (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Security.Cryptography.Csp (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Reflection (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.Encoding (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Collections.Concurrent (>= 4.3) - framework: >= netstandard13 + System.Linq (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.OpenSsl (4.3) - redirects: force, framework: >= net463, >= netstandard16 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + System.Collections (>= 4.3) - framework: >= netstandard16 + System.IO (>= 4.3) - framework: >= net463, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard16 + System.Runtime (>= 4.3) - framework: >= net463, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: >= net463, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard16 + System.Runtime.Numerics (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net463, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Primitives (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.X509Certificates (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard16 + runtime.native.System (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Net.Http (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Globalization.Calendars (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.IO (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.IO.FileSystem (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.Numerics (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.Cng (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Security.Cryptography.Csp (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Text.Encoding (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding.Extensions (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.RegularExpressions (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks.Extensions (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: >= netstandard10 + System.Runtime (>= 4.3) - framework: >= netstandard10 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard10 + System.Threading.Tasks.Parallel (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections.Concurrent (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Threading.Thread (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Threading.ThreadPool (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Threading.Timer (4.3) - redirects: force, framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard12 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard12 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard12 + System.Xml.ReaderWriter (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.IO.FileSystem (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.RegularExpressions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Xml.XDocument (4.3) - redirects: force, framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tools (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Xml.ReaderWriter (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 GITHUB remote: forki/FsUnit FsUnit.fs (f536bd5ed0eba8b38d2b01ae79d64e4e14fbd0a6) \ No newline at end of file diff --git a/src/Paket.Core/Paket.Core.fsproj b/src/Paket.Core/Paket.Core.fsproj index 1b020d4e48..ba27ef6441 100644 --- a/src/Paket.Core/Paket.Core.fsproj +++ b/src/Paket.Core/Paket.Core.fsproj @@ -1167,7 +1167,7 @@ - + ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll @@ -1176,6 +1176,15 @@ + + + + ..\..\packages\System.Runtime\ref\netstandard1.2\System.Runtime.dll + False + True + + + @@ -1245,7 +1254,7 @@ - + ..\..\packages\System.Runtime.InteropServices\ref\net462\System.Runtime.InteropServices.dll @@ -1254,6 +1263,15 @@ + + + + ..\..\packages\System.Runtime.InteropServices\ref\net463\System.Runtime.InteropServices.dll + False + True + + + @@ -1687,6 +1705,15 @@ + + + + ..\..\packages\System.Xml.ReaderWriter\ref\net46\System.Xml.ReaderWriter.dll + False + True + + + diff --git a/src/Paket.PowerShell/Paket.PowerShell.fsproj b/src/Paket.PowerShell/Paket.PowerShell.fsproj index 25c8652b02..3e10cc7331 100644 --- a/src/Paket.PowerShell/Paket.PowerShell.fsproj +++ b/src/Paket.PowerShell/Paket.PowerShell.fsproj @@ -871,7 +871,7 @@ - + ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll @@ -880,6 +880,15 @@ + + + + ..\..\packages\System.Runtime\ref\netstandard1.2\System.Runtime.dll + False + True + + + @@ -949,7 +958,7 @@ - + ..\..\packages\System.Runtime.InteropServices\ref\net462\System.Runtime.InteropServices.dll @@ -958,6 +967,15 @@ + + + + ..\..\packages\System.Runtime.InteropServices\ref\net463\System.Runtime.InteropServices.dll + False + True + + + @@ -1358,6 +1376,15 @@ + + + + ..\..\packages\System.Xml.ReaderWriter\ref\net46\System.Xml.ReaderWriter.dll + False + True + + + diff --git a/src/Paket/Paket.fsproj b/src/Paket/Paket.fsproj index d1741d04f1..22337bb945 100644 --- a/src/Paket/Paket.fsproj +++ b/src/Paket/Paket.fsproj @@ -883,7 +883,7 @@ - + ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll @@ -892,6 +892,15 @@ + + + + ..\..\packages\System.Runtime\ref\netstandard1.2\System.Runtime.dll + False + True + + + @@ -961,7 +970,7 @@ - + ..\..\packages\System.Runtime.InteropServices\ref\net462\System.Runtime.InteropServices.dll @@ -970,6 +979,15 @@ + + + + ..\..\packages\System.Runtime.InteropServices\ref\net463\System.Runtime.InteropServices.dll + False + True + + + @@ -1363,6 +1381,15 @@ + + + + ..\..\packages\System.Xml.ReaderWriter\ref\net46\System.Xml.ReaderWriter.dll + False + True + + + diff --git a/tests/Paket.Bootstrapper.Tests/Paket.Bootstrapper.Tests.csproj b/tests/Paket.Bootstrapper.Tests/Paket.Bootstrapper.Tests.csproj index a4156721c1..a4564a8021 100644 --- a/tests/Paket.Bootstrapper.Tests/Paket.Bootstrapper.Tests.csproj +++ b/tests/Paket.Bootstrapper.Tests/Paket.Bootstrapper.Tests.csproj @@ -142,36 +142,4 @@ - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\Mono.Cecil.Mdb.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\Mono.Cecil.Pdb.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\Mono.Cecil.Rocks.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\Mono.Cecil.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\NUnit3.TestAdapter.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\nunit.engine.api.dll - True - True - - \ No newline at end of file diff --git a/tests/Paket.Bootstrapper.Tests/packages.config b/tests/Paket.Bootstrapper.Tests/packages.config index 7aa9908ff1..bde3dd1ef0 100644 --- a/tests/Paket.Bootstrapper.Tests/packages.config +++ b/tests/Paket.Bootstrapper.Tests/packages.config @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/tests/Paket.Tests/Paket.Tests.fsproj b/tests/Paket.Tests/Paket.Tests.fsproj index 0ef1fd6596..db99afa621 100644 --- a/tests/Paket.Tests/Paket.Tests.fsproj +++ b/tests/Paket.Tests/Paket.Tests.fsproj @@ -1131,7 +1131,7 @@ - + ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.dll @@ -1140,6 +1140,15 @@ + + + + ..\..\packages\System.Runtime\ref\netstandard1.2\System.Runtime.dll + False + True + + + @@ -1209,7 +1218,7 @@ - + ..\..\packages\System.Runtime.InteropServices\ref\net462\System.Runtime.InteropServices.dll @@ -1218,6 +1227,15 @@ + + + + ..\..\packages\System.Runtime.InteropServices\ref\net463\System.Runtime.InteropServices.dll + False + True + + + @@ -1611,6 +1629,15 @@ + + + + ..\..\packages\System.Xml.ReaderWriter\ref\net46\System.Xml.ReaderWriter.dll + False + True + + + @@ -1740,41 +1767,4 @@ - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\Mono.Cecil.Mdb.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\Mono.Cecil.Pdb.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\Mono.Cecil.Rocks.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\Mono.Cecil.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\NUnit3.TestAdapter.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\nunit.engine.api.dll - True - True - - - ..\..\packages\test\NUnit3TestAdapter.3.4.1\lib\nunit.engine.dll - True - True - - \ No newline at end of file diff --git a/tests/Paket.Tests/packages.config b/tests/Paket.Tests/packages.config index 7aa9908ff1..bde3dd1ef0 100644 --- a/tests/Paket.Tests/packages.config +++ b/tests/Paket.Tests/packages.config @@ -1,4 +1,4 @@ - + \ No newline at end of file From 4f0fb703cc904855336fdfa16d945f872aa9a092 Mon Sep 17 00:00:00 2001 From: Enrico Sada Date: Tue, 22 Nov 2016 16:13:26 +0100 Subject: [PATCH 09/13] workaround move Paket.Core in another directory --- src/Paket.Core.preview3/Paket.Core.fsproj | 107 ++++++++++++++++++++++ src/Paket.Core.preview3/paket.references | 16 ++++ src/Paket.Core/Paket.Core.preview3.fsproj | 106 --------------------- 3 files changed, 123 insertions(+), 106 deletions(-) create mode 100644 src/Paket.Core.preview3/Paket.Core.fsproj create mode 100644 src/Paket.Core.preview3/paket.references delete mode 100644 src/Paket.Core/Paket.Core.preview3.fsproj diff --git a/src/Paket.Core.preview3/Paket.Core.fsproj b/src/Paket.Core.preview3/Paket.Core.fsproj new file mode 100644 index 0000000000..7ec51f1e4c --- /dev/null +++ b/src/Paket.Core.preview3/Paket.Core.fsproj @@ -0,0 +1,107 @@ + + + + netstandard1.6 + + + 1.0.0-preview3 + Enrico Sada + ..\Paket.Core + + + + True + Globbing.fs + + + True + AssemblyReader.fs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.0.0-alpha-20161104-2 + All + + + 1.0.0-alpha-* + All + + + + $(DefineConstants);DOTNETCORE;NETSTANDARD1_5;NETSTANDARD1_6;USE_HTTP_CLIENT + + + + 1.0.0-preview2-020000 + + + + + \ No newline at end of file diff --git a/src/Paket.Core.preview3/paket.references b/src/Paket.Core.preview3/paket.references new file mode 100644 index 0000000000..996a4070d0 --- /dev/null +++ b/src/Paket.Core.preview3/paket.references @@ -0,0 +1,16 @@ +Newtonsoft.Json +FSharp.Core +Mono.Cecil +Chessie + +System.Diagnostics.TraceSource +System.Xml.XPath.XmlDocument +System.Diagnostics.Process +System.Xml.XDocument +System.Xml.XPath.XDocument +System.Security.Cryptography.ProtectedData +System.Security.Cryptography.Algorithms +System.Diagnostics.FileVersionInfo + +File:Globbing.fs . +File:AssemblyReader.fs . diff --git a/src/Paket.Core/Paket.Core.preview3.fsproj b/src/Paket.Core/Paket.Core.preview3.fsproj deleted file mode 100644 index dd6b3d4d1e..0000000000 --- a/src/Paket.Core/Paket.Core.preview3.fsproj +++ /dev/null @@ -1,106 +0,0 @@ - - - - netstandard1.6 - - - 1.0.0-preview3 - Enrico Sada - - - - True - Globbing.fs - - - True - AssemblyReader.fs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1.0.0-alpha-20161104-2 - All - - - 1.0.0-alpha-* - All - - - - $(DefineConstants);DOTNETCORE;NETSTANDARD1_5;NETSTANDARD1_6;USE_HTTP_CLIENT - - - - 1.0.0-preview2-020000 - - - - - \ No newline at end of file From 1008c5d0da9e8a29e10f7988affd9652b0b30fb6 Mon Sep 17 00:00:00 2001 From: Enrico Sada Date: Tue, 22 Nov 2016 16:15:13 +0100 Subject: [PATCH 10/13] move Paket fsproj --- .../Paket.preview3.fsproj => Paket.preview3/Paket.fsproj} | 0 src/Paket.preview3/paket.references | 3 +++ 2 files changed, 3 insertions(+) rename src/{Paket/Paket.preview3.fsproj => Paket.preview3/Paket.fsproj} (100%) create mode 100644 src/Paket.preview3/paket.references diff --git a/src/Paket/Paket.preview3.fsproj b/src/Paket.preview3/Paket.fsproj similarity index 100% rename from src/Paket/Paket.preview3.fsproj rename to src/Paket.preview3/Paket.fsproj diff --git a/src/Paket.preview3/paket.references b/src/Paket.preview3/paket.references new file mode 100644 index 0000000000..7170160ced --- /dev/null +++ b/src/Paket.preview3/paket.references @@ -0,0 +1,3 @@ +Argu +FSharp.Core +Chessie \ No newline at end of file From 530b0369ac4de7a38766f4be82cc480a5f978b96 Mon Sep 17 00:00:00 2001 From: Enrico Sada Date: Tue, 22 Nov 2016 16:17:10 +0100 Subject: [PATCH 11/13] fix relative paths --- src/Paket.Core.preview3/Paket.Core.fsproj | 2 +- src/Paket.preview3/Paket.fsproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Paket.Core.preview3/Paket.Core.fsproj b/src/Paket.Core.preview3/Paket.Core.fsproj index 7ec51f1e4c..6329a7a331 100644 --- a/src/Paket.Core.preview3/Paket.Core.fsproj +++ b/src/Paket.Core.preview3/Paket.Core.fsproj @@ -82,7 +82,7 @@ - + diff --git a/src/Paket.preview3/Paket.fsproj b/src/Paket.preview3/Paket.fsproj index 62a848e452..232ce222c3 100644 --- a/src/Paket.preview3/Paket.fsproj +++ b/src/Paket.preview3/Paket.fsproj @@ -10,9 +10,9 @@ - - - + + +