From a88d0496a1576bf73204257541b6574f56f9aa5d Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Thu, 3 Oct 2019 14:32:52 -0500 Subject: [PATCH] netcoreapp3.0 and a simple switch for TFM --- .vscode/launch.json | 6 +- .vscode/tasks.json | 2 +- build.fsx | 4 +- global.json | 2 +- paket.dependencies | 4 +- paket.lock | 1098 ++++++++--------- .../FsAutoComplete.BackgroundServices.fsproj | 2 +- .../Program.fs | 6 +- src/FsAutoComplete.Core/Commands.fs | 7 +- .../CompilerServiceInterface.fs | 45 +- src/FsAutoComplete.Core/DotnetNewTemplate.fs | 2 +- src/FsAutoComplete/FsAutoComplete.fsproj | 12 +- .../TestHelpers.fsx | 4 +- .../FsAutoComplete.Tests.Lsp.fsproj | 2 +- .../AutocompleteTest/AutocompleteTest.fsproj | 2 +- .../TestCases/BasicTest/BasicTest.fsproj | 2 +- .../CodeLensTest/CodeLensTest.fsproj | 2 +- .../DocumentSymbolTest.fsproj | 2 +- .../TestCases/RenameTest/RenameTest.fsproj | 2 +- .../FsAutoComplete.Tests.fsproj | 2 +- 20 files changed, 591 insertions(+), 617 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index d45ce8abc..cd67a399b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build_debug_netcore", - "program": "${workspaceFolder}/src/FsAutoComplete/bin/Debug/netcoreapp2.1/fsautocomplete.dll", + "program": "${workspaceFolder}/src/FsAutoComplete/bin/Debug/netcoreapp3.0/fsautocomplete.dll", "args": ["--mode", "lsp"], "cwd": "${workspaceFolder}", "console": "internalConsole", @@ -33,7 +33,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build_lsp_tests", - "program": "${workspaceFolder}/test/FsAutoComplete.Tests.Lsp/bin/Debug/netcoreapp2.1/FsAutoComplete.Tests.Lsp.dll", + "program": "${workspaceFolder}/test/FsAutoComplete.Tests.Lsp/bin/Debug/netcoreapp3.0/FsAutoComplete.Tests.Lsp.dll", "cwd": "${workspaceFolder}", "console": "integratedTerminal", "stopAtEntry": false, @@ -43,7 +43,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build_debug_netcore", - "program": "${workspaceFolder}/src/FsAutoComplete/bin/Debug/netcoreapp2.1/fsautocomplete.dll", + "program": "${workspaceFolder}/src/FsAutoComplete/bin/Debug/netcoreapp3.0/fsautocomplete.dll", "args": ["--mode", "stdio", "-v"], "cwd": "${workspaceFolder}", "console": "integratedTerminal", diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 117f50de8..4e7acc7c8 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,7 +15,7 @@ { "taskName": "build_debug_netcore", "type": "shell", - "command": "dotnet build src/FsAutoComplete -f netcoreapp2.1", + "command": "dotnet build src/FsAutoComplete -f netcoreapp3.0", "group": { "kind": "build", "isDefault": true diff --git a/build.fsx b/build.fsx index eff812ba3..72c39409c 100644 --- a/build.fsx +++ b/build.fsx @@ -80,7 +80,7 @@ let runIntegrationTest cfg (fn: string) : bool = match cfg.Runtime with | FSACRuntime.NET -> "net461" | FSACRuntime.NETCoreSCD - | FSACRuntime.NETCoreFDD -> "netcoreapp2.1" + | FSACRuntime.NETCoreFDD -> "netcoreapp3.0" let fsiArgs = sprintf "%s -- -pub -f %s -c %s" fn framework configuration let fsiPath = FSIHelper.fsiPath tracefn "Running fsi '%s %s' (from dir '%s')" fsiPath fsiArgs dir @@ -222,7 +222,7 @@ Target "LocalRelease" (fun _ -> DotNetCli.Publish (fun p -> { p with Output = __SOURCE_DIRECTORY__ "bin/release_netcore" - Framework = "netcoreapp2.1" + Framework = "netcoreapp3.0" Project = "src/FsAutoComplete" Configuration = configuration AdditionalArgs = [ "/p:SourceLinkCreate=true"; sprintf "/p:Version=%s" release.AssemblyVersion ] }) diff --git a/global.json b/global.json index 0c8476678..8237c99db 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.1.801" + "version": "3.0.100" } } diff --git a/paket.dependencies b/paket.dependencies index 7d0c7c05d..d9f1cef17 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,6 +1,6 @@ version 5.201.1 -framework: net461, netstandard2.0, netcoreapp2.1 +framework: net461, netstandard2.0, netcoreapp3.0 source https://api.nuget.org/v3/index.json source ./lib storage: none @@ -37,7 +37,7 @@ group Build nuget FAKE ~> 4 group Test - framework: net461, netstandard2.0, netcoreapp2.0, netcoreapp2.1 + framework: net461, netstandard2.0, netcoreapp2.0, netcoreapp3.0 source https://api.nuget.org/v3/index.json storage: none diff --git a/paket.lock b/paket.lock index 3f6591c22..4b7a266cd 100644 --- a/paket.lock +++ b/paket.lock @@ -1,52 +1,52 @@ STORAGE: NONE -RESTRICTION: || (== net461) (== netcoreapp2.1) (== netstandard2.0) +RESTRICTION: || (== net461) (== netcoreapp3.0) (== netstandard2.0) NUGET remote: https://api.nuget.org/v3/index.json Argu (5.2) - FSharp.Core (>= 4.0.0.1) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45)) - FSharp.Core (>= 4.3.2) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Configuration.ConfigurationManager (>= 4.4) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - Chessie (0.6) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - FSharp.Core (>= 4.0.1.7-alpha) - restriction: || (&& (== net461) (>= netstandard1.6)) (== netcoreapp2.1) (== netstandard2.0) - NETStandard.Library (>= 1.6) - restriction: || (&& (== net461) (>= netstandard1.6)) (== netcoreapp2.1) (== netstandard2.0) + FSharp.Core (>= 4.0.0.1) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= net45)) (&& (== netstandard2.0) (>= net45)) + FSharp.Core (>= 4.3.2) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Configuration.ConfigurationManager (>= 4.4) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + Chessie (0.6) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + FSharp.Core (>= 4.0.1.7-alpha) - restriction: || (&& (== net461) (>= netstandard1.6)) (== netcoreapp3.0) (== netstandard2.0) + NETStandard.Library (>= 1.6) - restriction: || (&& (== net461) (>= netstandard1.6)) (== netcoreapp3.0) (== netstandard2.0) Dapper (2.0.30) - System.Reflection.Emit.Lightweight (>= 4.6) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Fake.Core.Context (5.16.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - FSharp.Core (>= 4.7) - restriction: || (&& (== net461) (>= net462)) (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Reflection.Emit.Lightweight (>= 4.6) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Fake.Core.Context (5.16.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + FSharp.Core (>= 4.7) - restriction: || (&& (== net461) (>= net462)) (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) Fake.Runtime (5.16.1) - Fake.Core.Context (>= 5.16.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - FSharp.Compiler.Service (>= 31.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - FSharp.Core (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.DotNet.PlatformAbstractions (>= 2.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - Mono.Cecil (>= 0.11) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - Paket.Core (>= 5.216) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Loader (>= 4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) + Fake.Core.Context (>= 5.16.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + FSharp.Compiler.Service (>= 31.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + FSharp.Core (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.DotNet.PlatformAbstractions (>= 2.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + Mono.Cecil (>= 0.11) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + Paket.Core (>= 5.216) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Loader (>= 4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) Fantomas (3.0.0-beta-006) - FSharp.Compiler.Service (>= 32.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) + FSharp.Compiler.Service (>= 32.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) FParsec (1.0.3) - FSharp.Core (>= 4.0.0.1) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= net40)) (&& (== netstandard2.0) (>= net40)) - FSharp.Core (>= 4.2.3) - restriction: || (&& (== net461) (< net40) (>= netstandard1.6)) (== netcoreapp2.1) (== netstandard2.0) - NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net461) (< net40) (>= netstandard1.6)) (== netcoreapp2.1) (== netstandard2.0) + FSharp.Core (>= 4.0.0.1) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= net40)) (&& (== netstandard2.0) (>= net40)) + FSharp.Core (>= 4.2.3) - restriction: || (&& (== net461) (< net40) (>= netstandard1.6)) (== netcoreapp3.0) (== netstandard2.0) + NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net461) (< net40) (>= netstandard1.6)) (== netcoreapp3.0) (== netstandard2.0) FSharp.Analyzers.SDK (0.0.8) FSharp.Compiler.Service (>= 32.0 < 33.0) FSharp.Core (>= 4.5 < 5.0) FSharp.Compiler.Service (32.0) FSharp.Core (>= 4.6.2) System.Collections.Immutable (>= 1.5) - System.Diagnostics.Process (>= 4.1) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.TraceSource (>= 4.0) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Emit (>= 4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + System.Diagnostics.Process (>= 4.1) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + System.Diagnostics.TraceSource (>= 4.0) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.Emit (>= 4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) System.Reflection.Metadata (>= 1.6) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Loader (>= 4.0) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.ValueTuple (>= 4.4) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= net461)) (&& (== netstandard2.0) (>= net461)) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Loader (>= 4.0) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + System.ValueTuple (>= 4.4) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) FSharp.Core (4.7) - redirects: force FSharp.Data (3.0.1) - FSharp.Core (>= 4.0.0.1) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45)) - FSharp.Core (>= 4.3.4) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) + FSharp.Core (>= 4.0.0.1) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= net45)) (&& (== netstandard2.0) (>= net45)) + FSharp.Core (>= 4.3.4) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) Humanizer.Core (2.7.9) - NETStandard.Library (>= 1.6.1) - restriction: || (== net461) (&& (== netcoreapp2.1) (< netstandard2.0)) + NETStandard.Library (>= 1.6.1) - restriction: || (== net461) (&& (== netcoreapp3.0) (< netstandard2.0)) ICSharpCode.Decompiler (5.0.0.5124) Humanizer.Core (>= 2.2) System.Collections.Immutable (>= 1.5) @@ -54,49 +54,51 @@ NUGET System.ValueTuple (>= 4.3) Microsoft.Build.Tasks.Git (1.0.0-beta2-18618-05) - copy_local: true Microsoft.Data.Sqlite (2.2.4) - Microsoft.Data.Sqlite.Core (>= 2.2.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - SQLitePCLRaw.bundle_green (>= 1.1.12) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) + Microsoft.Data.Sqlite.Core (>= 2.2.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + SQLitePCLRaw.bundle_green (>= 1.1.12) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) Microsoft.Data.Sqlite.Core (2.2.4) - SQLitePCLRaw.core (>= 1.1.12) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.DotNet.PlatformAbstractions (3.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (3.0) - restriction: || (&& (== net461) (< net35)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (< netstandard1.0) (>= win8)) (&& (== net461) (< netstandard1.3) (>= wpa81)) (&& (== net461) (>= uap10.0)) (&& (== net461) (>= wp8)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (3.0) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + SQLitePCLRaw.core (>= 1.1.12) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.DotNet.PlatformAbstractions (3.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (3.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (3.0) - restriction: || (== netcoreapp3.0) (== netstandard2.0) Microsoft.SourceLink.Common (1.0.0-beta2-18618-05) - copy_local: true Microsoft.SourceLink.GitHub (1.0.0-beta2-18618-05) - copy_local: true Microsoft.Build.Tasks.Git (>= 1.0.0-beta2-18618-05) Microsoft.SourceLink.Common (>= 1.0.0-beta2-18618-05) - Microsoft.Win32.Primitives (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.Win32.Registry (4.6) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Buffers (>= 4.5) - restriction: || (&& (== net461) (>= monoandroid)) (&& (== net461) (>= monotouch)) (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net461) (>= xamarinios)) (&& (== net461) (>= xamarinmac)) (&& (== net461) (>= xamarintvos)) (&& (== net461) (>= xamarinwatchos)) (&& (== netcoreapp2.1) (>= monoandroid) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0) - System.Memory (>= 4.5.3) - restriction: || (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) + Microsoft.Win32.Primitives (4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.Win32.Registry (4.6) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Buffers (>= 4.5) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (>= monoandroid)) (&& (== net461) (>= monotouch)) (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net461) (>= xamarinios)) (&& (== net461) (>= xamarinmac)) (&& (== net461) (>= xamarintvos)) (&& (== net461) (>= xamarinwatchos)) (&& (== netcoreapp3.0) (>= monoandroid) (< netstandard2.0)) (&& (== netcoreapp3.0) (>= monotouch)) (&& (== netcoreapp3.0) (< netcoreapp2.0)) (&& (== netcoreapp3.0) (>= xamarinios)) (&& (== netcoreapp3.0) (>= xamarinmac)) (&& (== netcoreapp3.0) (>= xamarintvos)) (&& (== netcoreapp3.0) (>= xamarinwatchos)) (== netstandard2.0) + System.Memory (>= 4.5.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= uap10.1)) (&& (== netcoreapp3.0) (< netcoreapp2.0)) (&& (== netcoreapp3.0) (< netcoreapp2.1)) (&& (== netcoreapp3.0) (>= uap10.1)) (== netstandard2.0) System.Security.AccessControl (>= 4.6) System.Security.Principal.Windows (>= 4.6) + Microsoft.Win32.SystemEvents (4.6) - restriction: || (&& (== net461) (>= netcoreapp3.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) + Microsoft.NETCore.Platforms (>= 3.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) Mono.Cecil (0.11) NETStandard.Library (2.0.3) Microsoft.NETCore.Platforms (>= 1.1) Newtonsoft.Json (12.0.2) OptimizedPriorityQueue (4.2) - Paket.Core (5.223) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) + Paket.Core (5.223) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) Chessie (>= 0.6) Mono.Cecil (>= 0.10.0-beta6) - Newtonsoft.Json (>= 10.0.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Net.Http.WinHttpHandler (>= 4.5) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Security.Cryptography.ProtectedData (>= 4.4) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.native.System (4.3.1) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + Newtonsoft.Json (>= 10.0.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Net.Http.WinHttpHandler (>= 4.5) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Security.Cryptography.ProtectedData (>= 4.4) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.native.System (4.3.1) - restriction: || (== netcoreapp3.0) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1.1) Microsoft.NETCore.Targets (>= 1.1.3) - runtime.native.System.Security.Cryptography.Apple (4.3.1) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + runtime.native.System.Security.Cryptography.Apple (4.3.1) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) - runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) @@ -112,260 +114,255 @@ NUGET runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3.1) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3.1) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) Sln (0.3) SQLitePCLRaw.bundle_green (1.1.14) - NETStandard.Library (>= 1.6) - restriction: || (&& (== net461) (< net35)) (&& (== netcoreapp2.1) (< netcoreapp1.0)) (== netstandard2.0) + NETStandard.Library (>= 1.6) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net35)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) SQLitePCLRaw.core (>= 1.1.14) - SQLitePCLRaw.lib.e_sqlite3.linux (>= 1.1.14) - restriction: || (== net461) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) - SQLitePCLRaw.lib.e_sqlite3.osx (>= 1.1.14) - restriction: || (== net461) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= xamarinmac)) - SQLitePCLRaw.lib.e_sqlite3.v110_xp (>= 1.1.14) - restriction: || (== net461) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) - SQLitePCLRaw.provider.e_sqlite3.net45 (>= 1.1.14) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45)) - SQLitePCLRaw.provider.e_sqlite3.netstandard11 (>= 1.1.14) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) + SQLitePCLRaw.lib.e_sqlite3.linux (>= 1.1.14) - restriction: || (== net461) (== netcoreapp3.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) + SQLitePCLRaw.lib.e_sqlite3.osx (>= 1.1.14) - restriction: || (== net461) (== netcoreapp3.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= xamarinmac)) + SQLitePCLRaw.lib.e_sqlite3.v110_xp (>= 1.1.14) - restriction: || (== net461) (== netcoreapp3.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) + SQLitePCLRaw.provider.e_sqlite3.net45 (>= 1.1.14) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= net45)) (&& (== netstandard2.0) (>= net45)) + SQLitePCLRaw.provider.e_sqlite3.netstandard11 (>= 1.1.14) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) SQLitePCLRaw.core (1.1.14) - NETStandard.Library (>= 1.6) - restriction: || (&& (== net461) (< net35)) (&& (== net461) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) - SQLitePCLRaw.lib.e_sqlite3.linux (1.1.14) - restriction: || (== net461) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) - SQLitePCLRaw.lib.e_sqlite3.osx (1.1.14) - restriction: || (== net461) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= xamarinmac)) - SQLitePCLRaw.lib.e_sqlite3.v110_xp (1.1.14) - restriction: || (== net461) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) - SQLitePCLRaw.provider.e_sqlite3.net45 (1.1.14) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45)) - SQLitePCLRaw.core (>= 1.1.14) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45)) - SQLitePCLRaw.provider.e_sqlite3.netstandard11 (1.1.14) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) + NETStandard.Library (>= 1.6) - restriction: || (&& (== net461) (< net35)) (&& (== net461) (>= uap10.0)) (== netcoreapp3.0) (== netstandard2.0) + SQLitePCLRaw.lib.e_sqlite3.linux (1.1.14) - restriction: || (== net461) (== netcoreapp3.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) + SQLitePCLRaw.lib.e_sqlite3.osx (1.1.14) - restriction: || (== net461) (== netcoreapp3.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= xamarinmac)) + SQLitePCLRaw.lib.e_sqlite3.v110_xp (1.1.14) - restriction: || (== net461) (== netcoreapp3.0) (&& (== netstandard2.0) (>= net35) (< portable-net40+sl5+win8+wp8) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net40) (< portable-net45+win8+wp8+wpa81)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) + SQLitePCLRaw.provider.e_sqlite3.net45 (1.1.14) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= net45)) (&& (== netstandard2.0) (>= net45)) + SQLitePCLRaw.core (>= 1.1.14) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= net45)) (&& (== netstandard2.0) (>= net45)) + SQLitePCLRaw.provider.e_sqlite3.netstandard11 (1.1.14) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) NETStandard.Library (>= 1.6) SQLitePCLRaw.core (>= 1.1.14) - System.Buffers (4.5) - restriction: || (&& (== net461) (== netcoreapp2.1)) (&& (== net461) (>= monoandroid) (>= netstandard2.0)) (&& (== net461) (>= monotouch) (>= netstandard2.0)) (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (>= netstandard2.0) (>= xamarinmac)) (&& (== net461) (>= netstandard2.0) (>= xamarintvos)) (&& (== net461) (>= netstandard2.0) (>= xamarinwatchos)) (&& (== net461) (>= xamarinios)) (&& (== netcoreapp2.1) (>= monoandroid) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0) - System.Collections (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Collections.Concurrent (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Buffers (4.5) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= monotouch)) (&& (== netcoreapp3.0) (>= net46)) (&& (== netcoreapp3.0) (>= net461)) (&& (== netcoreapp3.0) (< netcoreapp2.0)) (&& (== netcoreapp3.0) (< netstandard1.1)) (&& (== netcoreapp3.0) (< netstandard2.0)) (&& (== netcoreapp3.0) (>= uap10.1)) (&& (== netcoreapp3.0) (>= xamarinios)) (&& (== netcoreapp3.0) (>= xamarinmac)) (&& (== netcoreapp3.0) (>= xamarintvos)) (&& (== netcoreapp3.0) (>= xamarinwatchos)) (== netstandard2.0) + System.Collections (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Collections.Concurrent (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net45)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) System.Collections.Immutable (1.6) - System.Memory (>= 4.5.3) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= net46)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) + System.Memory (>= 4.5.3) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= net46)) (&& (== netcoreapp3.0) (< netcoreapp2.1)) (&& (== netcoreapp3.0) (< netstandard2.0)) (&& (== netcoreapp3.0) (>= uap10.1)) (== netstandard2.0) System.Configuration.ConfigurationManager (4.6) - System.Security.Cryptography.ProtectedData (>= 4.6) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + System.Security.Cryptography.ProtectedData (>= 4.6) - restriction: || (== netcoreapp3.0) (== netstandard2.0) System.Security.Permissions (>= 4.6) - System.Diagnostics.Debug (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Process (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.Win32.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.Win32.Registry (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Thread (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.ThreadPool (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.TraceSource (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Tracing (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.IO (4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.IO.FileSystem (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) + System.Diagnostics.Debug (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Diagnostics.Process (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + Microsoft.Win32.Primitives (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + Microsoft.Win32.Registry (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.native.System (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (&& (== netcoreapp3.0) (< netstandard1.4)) (== netstandard2.0) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (&& (== netcoreapp3.0) (< netstandard1.4)) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (&& (== netcoreapp3.0) (< netstandard1.4)) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (&& (== netcoreapp3.0) (< netstandard1.4)) (== netstandard2.0) + System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Threading.Thread (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Threading.ThreadPool (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Diagnostics.TraceSource (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + runtime.native.System (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Diagnostics.Tracing (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Drawing.Common (4.6) - restriction: || (&& (== net461) (>= netcoreapp3.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) + Microsoft.NETCore.Platforms (>= 3.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) + Microsoft.Win32.SystemEvents (>= 4.6) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) + System.Globalization (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.IO (4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.IO.FileSystem (4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) System.IO.FileSystem.Primitives (>= 4.3) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.IO.FileSystem.Primitives (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Linq (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Memory (4.5.3) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= net46)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) - System.Buffers (>= 4.4) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0) - System.Numerics.Vectors (>= 4.4) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0) - System.Net.Http.WinHttpHandler (4.6) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Buffers (>= 4.5) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= monoandroid) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0) - System.Memory (>= 4.5.3) - restriction: || (== net461) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) - System.Numerics.Vectors (4.5) - restriction: == netstandard2.0 - System.Reflection (4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Emit (4.6) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Reflection.Emit.ILGeneration (>= 4.6) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (< netstandard1.1)) (&& (== net461) (>= uap10.1)) (&& (== net461) (>= wpa81)) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Reflection.Emit.ILGeneration (4.6) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Emit.Lightweight (4.6) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Reflection.Emit.ILGeneration (>= 4.6) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (< portable-net45+wp8)) (&& (== net461) (>= uap10.1)) (&& (== net461) (>= wpa81)) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.IO.FileSystem.Primitives (4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Linq (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Memory (4.5.3) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= net46)) (&& (== netcoreapp3.0) (< netcoreapp2.1)) (&& (== netcoreapp3.0) (< netstandard2.0)) (&& (== netcoreapp3.0) (>= uap10.1)) (== netstandard2.0) + System.Buffers (>= 4.4) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= monotouch)) (&& (== netcoreapp3.0) (>= net461)) (&& (== netcoreapp3.0) (< netcoreapp2.0)) (&& (== netcoreapp3.0) (< netstandard1.1)) (&& (== netcoreapp3.0) (< netstandard2.0)) (&& (== netcoreapp3.0) (>= xamarinios)) (&& (== netcoreapp3.0) (>= xamarinmac)) (&& (== netcoreapp3.0) (>= xamarintvos)) (&& (== netcoreapp3.0) (>= xamarinwatchos)) (== netstandard2.0) + System.Numerics.Vectors (>= 4.4) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= net461)) (&& (== netcoreapp3.0) (< netcoreapp2.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= monotouch)) (&& (== netcoreapp3.0) (>= net461)) (&& (== netcoreapp3.0) (< netcoreapp2.0)) (&& (== netcoreapp3.0) (< netcoreapp2.1)) (&& (== netcoreapp3.0) (< netstandard1.1)) (&& (== netcoreapp3.0) (< netstandard2.0)) (&& (== netcoreapp3.0) (>= uap10.1)) (&& (== netcoreapp3.0) (>= xamarinios)) (&& (== netcoreapp3.0) (>= xamarinmac)) (&& (== netcoreapp3.0) (>= xamarintvos)) (&& (== netcoreapp3.0) (>= xamarinwatchos)) (== netstandard2.0) + System.Net.Http.WinHttpHandler (4.6) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Buffers (>= 4.5) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= monoandroid) (< netstandard2.0)) (&& (== netcoreapp3.0) (>= monotouch)) (&& (== netcoreapp3.0) (>= net461)) (&& (== netcoreapp3.0) (< netcoreapp2.0)) (&& (== netcoreapp3.0) (>= xamarinios)) (&& (== netcoreapp3.0) (>= xamarinmac)) (&& (== netcoreapp3.0) (>= xamarintvos)) (&& (== netcoreapp3.0) (>= xamarinwatchos)) (== netstandard2.0) + System.Memory (>= 4.5.3) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= net461)) (&& (== netcoreapp3.0) (< netcoreapp2.0)) (&& (== netcoreapp3.0) (< netcoreapp2.1)) (&& (== netcoreapp3.0) (>= uap10.1)) (== netstandard2.0) + System.Numerics.Vectors (4.5) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= net46)) (&& (== netcoreapp3.0) (>= net461)) (&& (== netcoreapp3.0) (< netcoreapp2.0)) (&& (== netcoreapp3.0) (< netstandard2.0)) (&& (== netcoreapp3.0) (>= uap10.1)) (== netstandard2.0) + System.Reflection (4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.Emit (4.6) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.6) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (< netstandard1.1)) (&& (== net461) (>= uap10.1)) (&& (== net461) (>= wpa81)) (&& (== netcoreapp3.0) (< netcoreapp1.0) (< netstandard2.1)) (&& (== netcoreapp3.0) (< netstandard1.1)) (&& (== netcoreapp3.0) (< netstandard2.0)) (&& (== netcoreapp3.0) (>= uap10.1)) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (4.6) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0) (< netstandard2.1)) (&& (== netcoreapp3.0) (< netstandard2.0)) (&& (== netcoreapp3.0) (< portable-net45+wp8)) (&& (== netcoreapp3.0) (>= uap10.1)) (== netstandard2.0) + System.Reflection.Emit.Lightweight (4.6) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.6) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (< portable-net45+wp8)) (&& (== net461) (>= uap10.1)) (&& (== net461) (>= wpa81)) (&& (== netcoreapp3.0) (< netcoreapp1.0) (< netstandard2.1)) (&& (== netcoreapp3.0) (< netstandard2.0)) (&& (== netcoreapp3.0) (< portable-net45+wp8)) (&& (== netcoreapp3.0) (>= uap10.1)) (== netstandard2.0) System.Reflection.Metadata (1.7) - System.Collections.Immutable (>= 1.6) - System.Reflection.Primitives (4.3) - restriction: || (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.TypeExtensions (4.6) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (4.3.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (4.6) - restriction: == netstandard2.0 - System.Runtime.Extensions (4.3.1) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.InteropServices (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= net462)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Loader (4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Numerics (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Collections.Immutable (>= 1.6) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= net45)) (&& (== netcoreapp3.0) (< netstandard1.1)) (&& (== netcoreapp3.0) (< netstandard2.0)) (== netstandard2.0) + System.Reflection.Primitives (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp1.0) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.TypeExtensions (4.6) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (4.3.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (4.6) - restriction: || (== net461) (&& (== netcoreapp3.0) (>= monotouch)) (&& (== netcoreapp3.0) (>= net46)) (&& (== netcoreapp3.0) (>= net461)) (&& (== netcoreapp3.0) (< netcoreapp2.0)) (&& (== netcoreapp3.0) (< netcoreapp2.1)) (&& (== netcoreapp3.0) (< netstandard1.1)) (&& (== netcoreapp3.0) (< netstandard2.0)) (&& (== netcoreapp3.0) (>= uap10.1)) (&& (== netcoreapp3.0) (>= xamarinios)) (&& (== netcoreapp3.0) (>= xamarinmac)) (&& (== netcoreapp3.0) (>= xamarintvos)) (&& (== netcoreapp3.0) (>= xamarinwatchos)) (== netstandard2.0) + System.Runtime.Extensions (4.3.1) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Handles (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.InteropServices (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= net462)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Loader (4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp3.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Numerics (4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) System.Security.AccessControl (4.6) - Microsoft.NETCore.Platforms (>= 3.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) + Microsoft.NETCore.Platforms (>= 3.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) System.Security.Principal.Windows (>= 4.6) - System.Security.Cryptography.Algorithms (4.3.1) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.1) (== netstandard2.0) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.1) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (&& (== net461) (>= net463)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (&& (== net461) (>= net463)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Numerics (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.1) (== netstandard2.0) - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= net463)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Security.Cryptography.Algorithms (4.3.1) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (&& (== net461) (>= net463)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (&& (== net461) (>= net463)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Numerics (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= net463)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) System.Security.Cryptography.Primitives (>= 4.3) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Security.Cryptography.Encoding (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Security.Cryptography.Primitives (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Security.Cryptography.ProtectedData (4.6) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Memory (>= 4.5.3) - restriction: || (&& (== net461) (< net46) (>= netstandard2.0)) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Security.Cryptography.Encoding (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Security.Cryptography.Primitives (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp3.0) (== netstandard2.0) + System.Security.Cryptography.ProtectedData (4.6) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + System.Memory (>= 4.5.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== netcoreapp3.0) (< netcoreapp2.1)) (== netstandard2.0) System.Security.Permissions (4.6) System.Security.AccessControl (>= 4.6) + System.Windows.Extensions (>= 4.6) - restriction: || (&& (== net461) (>= netcoreapp3.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) System.Security.Principal.Windows (4.6) - Microsoft.NETCore.Platforms (>= 3.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp2.1)) - System.Text.Encoding (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding.Extensions (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Thread (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.ThreadPool (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0) + System.Text.Encoding (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Text.Encoding.Extensions (4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Threading (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Tasks (4.3) - restriction: || (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Thread (4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Threading.ThreadPool (4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (< net46)) (&& (== netcoreapp3.0) (< netcoreapp1.0)) (== netstandard2.0) System.ValueTuple (4.5) - condition: net461, redirects: force + System.Windows.Extensions (4.6) - restriction: || (&& (== net461) (>= netcoreapp3.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) + System.Drawing.Common (>= 4.6) - restriction: || (&& (== net461) (>= netcoreapp3.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) remote: ./lib Dotnet.ProjInfo (0.37.0-alpha001) FSharp.Core (>= 4.6.2) @@ -423,299 +420,254 @@ NUGET GROUP Test STORAGE: NONE -RESTRICTION: || (== net461) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) +RESTRICTION: || (== net461) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) NUGET remote: https://api.nuget.org/v3/index.json Expecto (8.12) FSharp.Core (>= 4.3.4) Mono.Cecil (>= 0.10.3) FSharp.Core (4.7) - Microsoft.CodeCoverage (16.3) - restriction: || (== net461) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.DotNet.InternalAbstractions (1.0) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.AppContext (>= 4.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Collections (>= 4.0.11) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO.FileSystem (>= 4.0.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) + Microsoft.CodeCoverage (16.3) - restriction: || (== net461) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.DotNet.InternalAbstractions (1.0) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.AppContext (>= 4.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Collections (>= 4.0.11) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.IO (>= 4.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.IO.FileSystem (>= 4.0.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) Microsoft.NET.Test.Sdk (15.8) - Microsoft.CodeCoverage (>= 15.8) - restriction: || (== net461) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.TestPlatform.TestHost (>= 15.8) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (3.0) - restriction: || (&& (== net461) (< net20) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (< netstandard1.0) (>= netstandard2.0) (>= win8)) (&& (== net461) (< netstandard1.3) (>= netstandard2.0) (>= wpa81)) (&& (== net461) (>= netstandard2.0) (>= uap10.0)) (&& (== net461) (>= netstandard2.0) (>= wp8)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (3.0) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.TestPlatform.ObjectModel (16.3) - restriction: || (&& (== net461) (>= netcoreapp1.0) (>= uap10.0)) (&& (== net461) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0) (>= uap10.0)) (&& (== netstandard2.0) (>= netcoreapp2.1)) + Microsoft.CodeCoverage (>= 15.8) - restriction: || (== net461) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.TestPlatform.TestHost (>= 15.8) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (3.0) - restriction: || (&& (== net461) (< net20) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (< netstandard1.0) (>= netstandard2.0) (>= win8)) (&& (== net461) (< netstandard1.3) (>= netstandard2.0) (>= wpa81)) (&& (== net461) (>= netstandard2.0) (>= uap10.0)) (&& (== net461) (>= netstandard2.0) (>= wp8)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (3.0) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.TestPlatform.ObjectModel (16.3) - restriction: || (&& (== net461) (>= netcoreapp1.0) (>= uap10.0)) (&& (== net461) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0) (>= uap10.0)) (&& (== netstandard2.0) (>= netcoreapp2.1)) NuGet.Frameworks (>= 5.0) - Microsoft.TestPlatform.TestHost (16.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.TestPlatform.ObjectModel (>= 16.3) - restriction: || (&& (== net461) (>= netcoreapp2.1)) (&& (== net461) (>= uap10.0)) (&& (== netcoreapp2.0) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= uap10.0)) - Newtonsoft.Json (>= 9.0.1) - restriction: || (&& (== net461) (>= netcoreapp2.1)) (&& (== net461) (>= uap10.0)) (&& (== netcoreapp2.0) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.Win32.Primitives (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.Win32.Registry (4.6) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Memory (>= 4.5.3) - restriction: || (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= uap10.1)) (== netcoreapp2.0) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) - System.Security.AccessControl (>= 4.6) - System.Security.Principal.Windows (>= 4.6) + Microsoft.TestPlatform.TestHost (16.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.TestPlatform.ObjectModel (>= 16.3) - restriction: || (&& (== net461) (>= netcoreapp2.1)) (&& (== net461) (>= uap10.0)) (&& (== netcoreapp2.0) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= uap10.0)) + Newtonsoft.Json (>= 9.0.1) - restriction: || (&& (== net461) (>= netcoreapp2.1)) (&& (== net461) (>= uap10.0)) (&& (== netcoreapp2.0) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= uap10.0)) Mono.Cecil (0.11) - NETStandard.Library (2.0.3) - restriction: || (&& (== net461) (< net20) (>= netstandard2.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) + NETStandard.Library (2.0.3) - restriction: || (&& (== net461) (< net20) (>= netstandard2.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - Newtonsoft.Json (12.0.2) - restriction: || (&& (== net461) (>= netcoreapp1.0) (>= uap10.0)) (&& (== net461) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0) (>= uap10.0)) (&& (== netstandard2.0) (>= netcoreapp2.1)) - NuGet.Frameworks (5.3) - restriction: || (&& (== net461) (>= netcoreapp1.0) (>= uap10.0)) (&& (== net461) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0) (>= uap10.0)) (&& (== netstandard2.0) (>= netcoreapp2.1)) + Newtonsoft.Json (12.0.2) - restriction: || (&& (== net461) (>= netcoreapp1.0) (>= uap10.0)) (&& (== net461) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0) (>= uap10.0)) (&& (== netstandard2.0) (>= netcoreapp2.1)) + NuGet.Frameworks (5.3) - restriction: || (&& (== net461) (>= netcoreapp1.0) (>= uap10.0)) (&& (== net461) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= netcoreapp2.1)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0) (>= uap10.0)) (&& (== netstandard2.0) (>= netcoreapp2.1)) NUnit (3.10.1) - NETStandard.Library (>= 2.0) - restriction: || (&& (== net461) (< net20) (>= netstandard2.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) + NETStandard.Library (>= 2.0) - restriction: || (&& (== net461) (< net20) (>= netstandard2.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) NUnit3TestAdapter (3.10) - Microsoft.DotNet.InternalAbstractions (>= 1.0) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.ComponentModel.EventBasedAsync (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.ComponentModel.TypeConverter (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Diagnostics.Process (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Threading.Thread (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Xml.XmlDocument (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - runtime.native.System (4.3.1) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1.1) - Microsoft.NETCore.Targets (>= 1.1.3) - System.AppContext (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Collections (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Collections.NonGeneric (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Collections.Specialized (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.ComponentModel (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.ComponentModel.EventBasedAsync (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.ComponentModel.Primitives (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.ComponentModel (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.ComponentModel.TypeConverter (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (&& (== net461) (>= net462)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Collections.Specialized (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.ComponentModel (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) + Microsoft.DotNet.InternalAbstractions (>= 1.0) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.ComponentModel.EventBasedAsync (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.ComponentModel.TypeConverter (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Diagnostics.Process (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Threading.Thread (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Xml.XmlDocument (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.AppContext (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Collections.NonGeneric (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Collections.Specialized (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Globalization.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.ComponentModel (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.ComponentModel.EventBasedAsync (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.ComponentModel.Primitives (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.ComponentModel (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.ComponentModel.TypeConverter (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (&& (== net461) (>= net462)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Collections.Specialized (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.ComponentModel (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) System.ComponentModel.Primitives (>= 4.3) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Debug (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Process (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.Win32.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.Win32.Registry (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Thread (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.ThreadPool (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization.Extensions (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO.FileSystem (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Diagnostics.Debug (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Diagnostics.Process (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Globalization (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Globalization.Extensions (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.IO (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.IO.FileSystem (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) System.IO.FileSystem.Primitives (>= 4.3) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO.FileSystem.Primitives (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Linq (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Memory (4.5.3) - restriction: || (&& (== net461) (== netcoreapp2.1)) (&& (== net461) (>= netcoreapp1.0) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp1.0) (>= uap10.1)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netcoreapp2.1) (== netstandard2.0)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= netcoreapp2.0)) - System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (== net461) (== netcoreapp2.0) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0) - System.Reflection (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Extensions (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Primitives (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.TypeExtensions (4.6) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Resources.ResourceManager (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (4.3.1) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (4.6) - restriction: || (&& (== net461) (== netcoreapp2.1)) (&& (== net461) (>= netcoreapp1.0) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp1.0) (>= uap10.1)) (&& (== net461) (>= netcoreapp1.0) (>= xamarinios)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netcoreapp2.1) (== netstandard2.0)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= netcoreapp2.0)) - System.Runtime.Extensions (4.3.1) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.InteropServices (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= net462)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.InteropServices.RuntimeInformation (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - runtime.native.System (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Security.AccessControl (4.6) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= netcoreapp2.0)) - Microsoft.NETCore.Platforms (>= 3.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) - System.Security.Principal.Windows (>= 4.6) - System.Security.Principal.Windows (4.6) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= netcoreapp2.0)) - Microsoft.NETCore.Platforms (>= 3.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp2.1)) - System.Text.Encoding (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding.Extensions (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Text.RegularExpressions (4.3.1) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Runtime (>= 4.3.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks.Extensions (4.5.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (== net461) (== netcoreapp2.0) (&& (== netcoreapp2.1) (>= net45)) (&& (== netcoreapp2.1) (< netstandard1.0)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= wp8)) (== netstandard2.0) - System.Threading.Thread (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.ThreadPool (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Xml.ReaderWriter (4.3.1) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Xml.XmlDocument (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Xml.XPath (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Xml.XPath.XmlDocument (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp2.1) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.IO.FileSystem.Primitives (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Linq (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.Extensions (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.Primitives (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.TypeExtensions (4.6) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Resources.ResourceManager (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (4.3.1) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (4.6) - restriction: || (&& (== net461) (== netcoreapp3.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netcoreapp3.0) (== netstandard2.0)) (&& (== netcoreapp3.0) (>= net45)) (&& (== netcoreapp3.0) (< netcoreapp2.1)) (&& (== netcoreapp3.0) (< netstandard1.0)) (&& (== netcoreapp3.0) (< netstandard2.0)) (&& (== netcoreapp3.0) (>= wp8)) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Runtime.Extensions (4.3.1) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Handles (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.InteropServices (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= net462)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.InteropServices.RuntimeInformation (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Text.Encoding (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Text.Encoding.Extensions (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Text.RegularExpressions (4.3.1) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Runtime (>= 4.3.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Tasks (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Tasks.Extensions (4.5.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (== net461) (== netcoreapp2.0) (&& (== netcoreapp3.0) (>= net45)) (&& (== netcoreapp3.0) (< netcoreapp2.1)) (&& (== netcoreapp3.0) (< netstandard1.0)) (&& (== netcoreapp3.0) (< netstandard2.0)) (&& (== netcoreapp3.0) (>= wp8)) (== netstandard2.0) + System.Threading.Thread (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Xml.ReaderWriter (4.3.1) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading.Tasks.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Xml.XmlDocument (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Xml.XPath (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Xml.XPath.XmlDocument (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netcoreapp3.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netcoreapp3.0) (== netstandard2.0) System.Xml.XmlDocument (>= 4.3) System.Xml.XPath (>= 4.3) diff --git a/src/FsAutoComplete.BackgroundServices/FsAutoComplete.BackgroundServices.fsproj b/src/FsAutoComplete.BackgroundServices/FsAutoComplete.BackgroundServices.fsproj index f182dd0d6..b11a26002 100644 --- a/src/FsAutoComplete.BackgroundServices/FsAutoComplete.BackgroundServices.fsproj +++ b/src/FsAutoComplete.BackgroundServices/FsAutoComplete.BackgroundServices.fsproj @@ -1,7 +1,7 @@ Exe - net461;netcoreapp2.1 + net461;netcoreapp3.0 fsautocomplete.backgroundservices true true diff --git a/src/FsAutoComplete.BackgroundServices/Program.fs b/src/FsAutoComplete.BackgroundServices/Program.fs index f7d4a38de..975832e07 100644 --- a/src/FsAutoComplete.BackgroundServices/Program.fs +++ b/src/FsAutoComplete.BackgroundServices/Program.fs @@ -110,8 +110,7 @@ type BackgroundServiceServer(state: State, client: FsacClient) = if file.EndsWith ".fsx" then state.Files.TryFind file |> Option.map (fun st -> async { - let targetFramework = NETFrameworkInfoProvider.latestInstalledNETVersion () - let! opts = fsxBinder.GetProjectOptionsFromScriptBy(targetFramework, file, st.Lines |> String.concat "\n") + let! (opts, _errors) = checker.GetProjectOptionsFromScript(file, SourceText.ofString (st.Lines |> String.concat "\n"), assumeDotNetFramework = true, useSdkRefs = false) let sf = getFilesFromOpts opts return @@ -159,8 +158,7 @@ type BackgroundServiceServer(state: State, client: FsacClient) = return () | Some vf, None when file.EndsWith ".fsx" -> let txt = vf.Lines |> String.concat "\n" - let targetFramework = NETFrameworkInfoProvider.latestInstalledNETVersion () - let! opts = fsxBinder.GetProjectOptionsFromScriptBy(targetFramework, file, txt) + let! (opts, _errors) = checker.GetProjectOptionsFromScript(file, SourceText.ofString txt, assumeDotNetFramework = true, useSdkRefs = false) let! pr, cr = checker.ParseAndCheckFileInProject(file, defaultArg vf.Version 0, SourceText.ofString txt, opts) match cr with | FSharpCheckFileAnswer.Aborted -> diff --git a/src/FsAutoComplete.Core/Commands.fs b/src/FsAutoComplete.Core/Commands.fs index 238d24200..8f98a954f 100644 --- a/src/FsAutoComplete.Core/Commands.fs +++ b/src/FsAutoComplete.Core/Commands.fs @@ -369,7 +369,8 @@ type Commands (serialize : Serializer, backgroundServiceEnabled) = let! result = checker.ParseAndCheckFileInProject(fileName, version, text, options) return match result with - | ResultOrString.Error e -> [CoreResponse.ErrorRes e] + | ResultOrString.Error e -> + [CoreResponse.ErrorRes e] | ResultOrString.Ok (parseAndCheck) -> let parseResult = parseAndCheck.GetParseResults let results = parseAndCheck.GetCheckResults @@ -387,7 +388,7 @@ type Commands (serialize : Serializer, backgroundServiceEnabled) = let text = String.concat "\n" lines if Utils.isAScript file then - let! checkOptions = checker.GetProjectOptionsFromScript(file, text) + let! checkOptions = checker.GetProjectOptionsFromScript(file, text, TFM.NetCore) state.AddFileTextAndCheckerOptions(file, lines, normalizeOptions checkOptions, Some version) fileStateSet.Trigger () return! parse' file text checkOptions @@ -398,7 +399,7 @@ type Commands (serialize : Serializer, backgroundServiceEnabled) = state.SetFileVersion file version async.Return c | None -> async { - let! checkOptions = checker.GetProjectOptionsFromScript(file, text) + let! checkOptions = checker.GetProjectOptionsFromScript(file, text, TFM.NetFx) state.AddFileTextAndCheckerOptions(file, lines, normalizeOptions checkOptions, Some version) return checkOptions } diff --git a/src/FsAutoComplete.Core/CompilerServiceInterface.fs b/src/FsAutoComplete.Core/CompilerServiceInterface.fs index 66912f407..8ab843640 100644 --- a/src/FsAutoComplete.Core/CompilerServiceInterface.fs +++ b/src/FsAutoComplete.Core/CompilerServiceInterface.fs @@ -13,6 +13,10 @@ type FindDeclarationResult = | ExternalDeclaration of Decompiler.ExternalContentPosition | Range of FSharp.Compiler.Range.range +type TFM = +| NetFx +| NetCore + type ParseAndCheckResults ( parseResults: FSharpParseFileResults, @@ -419,6 +423,7 @@ type FSharpCompilerServiceChecker(backgroundServiceEnabled) = do checker.ImplicitlyStartBackgroundWork <- not backgroundServiceEnabled do checker.BeforeBackgroundFileCheck.Add ignore + let fixFileName path = if (try Path.GetFullPath path |> ignore; true with _ -> false) then path else @@ -441,6 +446,11 @@ type FSharpCompilerServiceChecker(backgroundServiceEnabled) = if Debug.verbose then Debug.print "[FSharpChecker] Current Queue Length: %d" checker.CurrentQueueLength Debug.print fmt + let patchWithMscorlib (projOptions: FSharpProjectOptions) = + let dir = projOptions.OtherOptions.[2].Substring(3) |> IO.Path.GetDirectoryName + let otherOpts = [| yield! projOptions.OtherOptions.[0..2]; yield "-r:" + dir "mscorlib.dll"; yield! projOptions.OtherOptions.[3..] |] + { projOptions with OtherOptions = otherOpts } + member __.CreateFCSBinder(netFwInfo: Dotnet.ProjInfo.Workspace.NetFWInfo, loader: Dotnet.ProjInfo.Workspace.Loader) = Dotnet.ProjInfo.Workspace.FCS.FCSBinder(netFwInfo, loader, checker) @@ -458,17 +468,30 @@ type FSharpCompilerServiceChecker(backgroundServiceEnabled) = |> Seq.filter (fun o -> o.ReferencedProjects |> Array.map (fun (_,v) -> Path.GetFullPath v.ProjectFileName) |> Array.contains option.ProjectFileName ) ]) - member __.GetProjectOptionsFromScript(file, source) = async { -#if NETCORE_FSI - logDebug "[Opts] Getting options for script file %s" file - let! (projOptions, _) = checker.GetProjectOptionsFromScript(file, SourceText.ofString source, useSdkRefs = true, assumeDotNetFramework = false, useFsiAuxLib = true) - let dir = projOptions.OtherOptions.[2].Substring(3) |> IO.Path.GetDirectoryName - let projOptions = {projOptions with OtherOptions = [| yield! projOptions.OtherOptions.[0..2]; yield "-r:" + dir "mscorlib.dll"; yield! projOptions.OtherOptions.[3..] |] } - logDebug "[Opts] Resolved optiosn - %A" projOptions -#else - let targetFramework = NETFrameworkInfoProvider.latestInstalledNETVersion () - let! projOptions = fsxBinder.GetProjectOptionsFromScriptBy(targetFramework, file, source) -#endif + member private __.GetNetFxScriptOptions(file, source) = + logDebug "[Opts] Getting NetFX options for script file %s" file + checker.GetProjectOptionsFromScript(file, SourceText.ofString source, assumeDotNetFramework = true) + + member private __.GetNetCoreScriptOptions(file, source) = + logDebug "[Opts] Getting NetCore options for script file %s" file + checker.GetProjectOptionsFromScript(file, SourceText.ofString source, assumeDotNetFramework = false, useSdkRefs = true) + + member self.GetProjectOptionsFromScript(file, source, tfm) = async { + let! (projOptions, errors) = + match tfm with + | NetFx -> self.GetNetFxScriptOptions(file, source) + | NetCore -> self.GetNetCoreScriptOptions(file, source) + + let projOptions = patchWithMscorlib projOptions + + match errors with + | [] -> + let refs = projOptions.OtherOptions |> Array.filter (fun o -> o.StartsWith("-r")) |> String.concat "\n" + logDebug "[Opts] Resolved options - %A" projOptions + logDebug "[Opts] Resolved references:\n%s" refs + | errs -> + logDebug "[Opts] Resolved options with errors\n%A\n%A" projOptions errs + match FakeSupport.detectFakeScript file with | None -> logDebug "[Opts] %s is not a FAKE script" file diff --git a/src/FsAutoComplete.Core/DotnetNewTemplate.fs b/src/FsAutoComplete.Core/DotnetNewTemplate.fs index 78d0376ea..a0d11771f 100644 --- a/src/FsAutoComplete.Core/DotnetNewTemplate.fs +++ b/src/FsAutoComplete.Core/DotnetNewTemplate.fs @@ -57,7 +57,7 @@ module DotnetNewTemplate = Options = [ { ParameterName = "--framework"; ShortName = "-f"; - ParameterType = TemplateParameterType.Choice ["netcoreapp2.1 - Target netcoreapp2.1";"netstandard2.0 - Target netstandard2.0"]; + ParameterType = TemplateParameterType.Choice ["netcoreapp3.0 - Target netcoreapp3.0";"netstandard2.0 - Target netstandard2.0"]; ParameterDescription = "The target framework for the project."; DefaultValue = "netstandard2.0" }; diff --git a/src/FsAutoComplete/FsAutoComplete.fsproj b/src/FsAutoComplete/FsAutoComplete.fsproj index 752b698c2..962245ca7 100644 --- a/src/FsAutoComplete/FsAutoComplete.fsproj +++ b/src/FsAutoComplete/FsAutoComplete.fsproj @@ -2,7 +2,7 @@ Exe - net461;netcoreapp2.1 + net461;netcoreapp3.0 fsautocomplete true true @@ -24,7 +24,7 @@ - + Always @@ -38,7 +38,7 @@ - netcoreapp2.1 + netcoreapp3.0 dotnet-fsautocomplete fsautocomplete @@ -55,11 +55,11 @@ + Condition=" '$(TargetFramework)' == 'netcoreapp3.0' "> - - diff --git a/test/FsAutoComplete.IntegrationTests/TestHelpers.fsx b/test/FsAutoComplete.IntegrationTests/TestHelpers.fsx index d8958a511..70b48d645 100644 --- a/test/FsAutoComplete.IntegrationTests/TestHelpers.fsx +++ b/test/FsAutoComplete.IntegrationTests/TestHelpers.fsx @@ -18,7 +18,7 @@ with member s.Usage = match s with | Configuration _ -> "The configuration. The default is 'Debug'." - | Framework _ -> "The target framework. The default is 'netcoreapp2.1'" + | Framework _ -> "The target framework. The default is 'netcoreapp3.0'" | Published -> "Test the exe published in '~/bin/' dirs instead" | Runtime _ -> "The target runtime. If set, it will test a self-contained deployment." @@ -50,7 +50,7 @@ let testConfig = let results = parser.Parse (Array.ofList fsxArgs) let configuration = results.GetResult (<@ Configuration @>, defaultValue = "Debug") - let framework = results.GetResult (<@ Framework @>, defaultValue = "netcoreapp2.1") + let framework = results.GetResult (<@ Framework @>, defaultValue = "netcoreapp3.0") let rid = results.TryGetResult <@ Runtime @> let published = results.Contains <@ Published @> diff --git a/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj b/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj index a5d2e51a2..679369f63 100644 --- a/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj @@ -1,7 +1,7 @@ Exe - netcoreapp2.1 + netcoreapp3.0 diff --git a/test/FsAutoComplete.Tests.Lsp/TestCases/AutocompleteTest/AutocompleteTest.fsproj b/test/FsAutoComplete.Tests.Lsp/TestCases/AutocompleteTest/AutocompleteTest.fsproj index 54939b0a9..f97cc0b9e 100644 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/AutocompleteTest/AutocompleteTest.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/AutocompleteTest/AutocompleteTest.fsproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp3.0 false diff --git a/test/FsAutoComplete.Tests.Lsp/TestCases/BasicTest/BasicTest.fsproj b/test/FsAutoComplete.Tests.Lsp/TestCases/BasicTest/BasicTest.fsproj index 54939b0a9..f97cc0b9e 100644 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/BasicTest/BasicTest.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/BasicTest/BasicTest.fsproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp3.0 false diff --git a/test/FsAutoComplete.Tests.Lsp/TestCases/CodeLensTest/CodeLensTest.fsproj b/test/FsAutoComplete.Tests.Lsp/TestCases/CodeLensTest/CodeLensTest.fsproj index 54939b0a9..f97cc0b9e 100644 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/CodeLensTest/CodeLensTest.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/CodeLensTest/CodeLensTest.fsproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp3.0 false diff --git a/test/FsAutoComplete.Tests.Lsp/TestCases/DocumentSymbolTest/DocumentSymbolTest.fsproj b/test/FsAutoComplete.Tests.Lsp/TestCases/DocumentSymbolTest/DocumentSymbolTest.fsproj index 54939b0a9..f97cc0b9e 100644 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/DocumentSymbolTest/DocumentSymbolTest.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/DocumentSymbolTest/DocumentSymbolTest.fsproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp3.0 false diff --git a/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/RenameTest.fsproj b/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/RenameTest.fsproj index b81aa4b35..ebef25ac0 100644 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/RenameTest.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/RenameTest.fsproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp3.0 diff --git a/test/FsAutoComplete.Tests/FsAutoComplete.Tests.fsproj b/test/FsAutoComplete.Tests/FsAutoComplete.Tests.fsproj index f9bd1f910..263767361 100644 --- a/test/FsAutoComplete.Tests/FsAutoComplete.Tests.fsproj +++ b/test/FsAutoComplete.Tests/FsAutoComplete.Tests.fsproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp3.0 false