diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets index 71367734..830e5699 100644 --- a/.paket/Paket.Restore.targets +++ b/.paket/Paket.Restore.targets @@ -18,6 +18,14 @@ $(PaketToolsPath)paket.exe "$(PaketExePath)" $(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)" + + + <_PaketExeExtension>$([System.IO.Path]::GetExtension("$(PaketExePath)")) + dotnet "$(PaketExePath)" + + + "$(PaketExePath)" + $(PaketRootPath)paket.bootstrapper.exe $(PaketToolsPath)paket.bootstrapper.exe "$(PaketBootStrapperExePath)" @@ -140,9 +148,10 @@ + diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4b34a8ca..25549c97 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +### 5.0.0 +* Allow use of query API with implicit quotations +* Require FSharp.Core 4.0 for net40. +* Require FSharp.Core 4.3 for netstandard2.0. + ### 4.2.1 * Fix packaging issue. diff --git a/paket.dependencies b/paket.dependencies index e15bd009..de866718 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,8 +1,8 @@ -framework: netstandard2.0, net40, netcoreapp2.0, net461 -source https://www.nuget.org/api/v2 +framework: net461, netstandard2.0, netcoreapp2.0 +source https://api.nuget.org/v3/index.json redirects: force -nuget FSharp.Core >= 4.2 lowest_matching:true +nuget FSharp.Core >= 4.3 lowest_matching:true nuget System.Configuration.ConfigurationManager >= 4.0 lowest_matching:true # Testing dependencies; NB intentionally keeping in Main group @@ -15,7 +15,7 @@ clitool dotnet-sourcelink framework: netcoreapp2.0 group Legacy framework: net40 - source https://www.nuget.org/api/v2 + source https://api.nuget.org/v3/index.json redirects: force nuget FSharp.Core >= 4.0 lowest_matching:true @@ -23,7 +23,7 @@ group Legacy group Build framework: net461 - source https://www.nuget.org/api/v2 + source https://api.nuget.org/v3/index.json nuget FAKE ~> 4.0 nuget FSharp.Formatting diff --git a/paket.lock b/paket.lock index d4d3cf55..6dea9603 100644 --- a/paket.lock +++ b/paket.lock @@ -1,151 +1,125 @@ REDIRECTS: FORCE -RESTRICTION: || (== net40) (== net461) (== netcoreapp2.0) (== netstandard2.0) +RESTRICTION: || (== net461) (== netcoreapp2.0) (== netstandard2.0) NUGET - remote: https://www.nuget.org/api/v2 - dotnet-sourcelink (2.7.3) - restriction: == netcoreapp2.0, clitool: true - Microsoft.Extensions.CommandLineUtils (>= 1.1.1) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.App (>= 2.0) - restriction: || (&& (== net40) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) - Newtonsoft.Json (>= 10.0.3) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - NuGet.Packaging (>= 4.4) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Reflection.Metadata (>= 1.5) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.ValueTuple (>= 4.4) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + remote: https://api.nuget.org/v3/index.json + dotnet-sourcelink (2.7.6) - restriction: == netcoreapp2.0, clitool: true + Microsoft.Extensions.CommandLineUtils (>= 1.1.1) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.App (>= 2.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) + Newtonsoft.Json (>= 10.0.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + NuGet.Packaging (>= 4.4) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Reflection.Metadata (>= 1.5) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.ValueTuple (>= 4.4) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) FsCheck (3.0.0-alpha3) - FSharp.Core (>= 4.0.0.1) - restriction: || (&& (== net40) (>= net452)) (== net461) (&& (== netcoreapp2.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) - FSharp.Core (>= 4.2.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net452) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net452) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.ValueTuple (>= 4.4) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net452) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - FSharp.Core (4.2.3) - System.Collections (>= 4.0.11) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Console (>= 4.0) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.0.11) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Tools (>= 4.0.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.0.11) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq.Expressions (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq.Queryable (>= 4.0.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Net.Requests (>= 4.0.11) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Extensions (>= 4.0.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.0.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Numerics (>= 4.0.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.RegularExpressions (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.0.11) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.0.11) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks.Parallel (>= 4.0.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Thread (>= 4.0) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.ThreadPool (>= 4.0.10) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Timer (>= 4.0.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.CodeCoverage (1.0.3) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + FSharp.Core (>= 4.0.0.1) - restriction: || (== net461) (&& (== netcoreapp2.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) + FSharp.Core (>= 4.2.3) - restriction: || (&& (== net461) (< net452) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net461) (< net452) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.ValueTuple (>= 4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + FSharp.Core (4.3.1) + Microsoft.CodeCoverage (1.0.3) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) Microsoft.CSharp (4.4.1) - restriction: == netcoreapp2.0 - Microsoft.DotNet.PlatformAbstractions (2.0.4) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.AppContext (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.0.11) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.IO.FileSystem (>= 4.0.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.DotNet.PlatformAbstractions (2.0.4) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.AppContext (>= 4.1) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections (>= 4.0.11) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.1) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.IO.FileSystem (>= 4.0.1) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.1) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.1) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.1) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) Microsoft.Extensions.CommandLineUtils (1.1.1) - restriction: == netcoreapp2.0 - NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net451)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.Extensions.DependencyModel (2.0.4) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.DotNet.PlatformAbstractions (>= 2.0.4) - restriction: || (&& (== net40) (>= net451)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - Newtonsoft.Json (>= 9.0.1) - restriction: || (&& (== net40) (>= net451)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.0.11) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net451)) (== netcoreapp2.0) (== netstandard2.0) - System.Dynamic.Runtime (>= 4.0.11) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net451)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net451)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NET.Test.Sdk (15.5.0) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.Extensions.DependencyModel (2.0.4) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.DotNet.PlatformAbstractions (>= 2.0.4) + Newtonsoft.Json (>= 9.0.1) + System.Diagnostics.Debug (>= 4.0.11) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netstandard2.0) + System.Dynamic.Runtime (>= 4.0.11) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netstandard2.0) + System.Linq (>= 4.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NET.Test.Sdk (15.5.0) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) Microsoft.CodeCoverage (>= 1.0.3) Microsoft.TestPlatform.TestHost (>= 15.5) - Microsoft.NETCore.App (2.0.4) - restriction: == netcoreapp2.0 - Microsoft.NETCore.DotNetHostPolicy (>= 2.0.4) - restriction: || (&& (== net40) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) - Microsoft.NETCore.Platforms (>= 2.0.1) - restriction: || (&& (== net40) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) - NETStandard.Library (>= 2.0.1) - restriction: || (&& (== net40) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) - Microsoft.NETCore.DotNetAppHost (2.0.4) - restriction: == netcoreapp2.0 - Microsoft.NETCore.DotNetHostPolicy (2.0.4) - restriction: == netcoreapp2.0 - Microsoft.NETCore.DotNetHostResolver (>= 2.0.4) - Microsoft.NETCore.DotNetHostResolver (2.0.4) - restriction: == netcoreapp2.0 - Microsoft.NETCore.DotNetAppHost (>= 2.0.4) - Microsoft.NETCore.Platforms (2.0.1) - restriction: || (&& (== net40) (>= monotouch)) (&& (== net40) (>= netcoreapp2.0)) (&& (== net40) (>= netstandard1.6)) (&& (== net40) (>= netstandard2.0)) (&& (== net40) (>= xamarinios)) (&& (== net40) (>= xamarinmac)) (&& (== net40) (>= xamarintvos)) (&& (== net40) (>= xamarinwatchos)) (&& (== net461) (>= monotouch)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (< net452) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (< netstandard1.0) (>= netstandard1.6)) (&& (== net461) (< netstandard1.1) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3) (>= netstandard1.6) (>= wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net451+win81+wpa81)) (&& (== net461) (>= netstandard1.6) (>= uap10.0)) (&& (== net461) (>= xamarinios)) (&& (== net461) (>= xamarinmac)) (&& (== net461) (>= xamarintvos)) (&& (== net461) (>= xamarinwatchos)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (2.0) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< netstandard1.1) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.TestPlatform.ObjectModel (15.5.0) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - NETStandard.Library (>= 1.6) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.ComponentModel.EventBasedAsync (>= 4.0.11) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.ComponentModel.TypeConverter (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net451)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Process (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.TextWriterTraceListener (>= 4.0) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.TraceSource (>= 4.0) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Metadata (>= 1.3) - restriction: || (&& (== net40) (>= net451)) (&& (== net40) (>= netstandard1.5)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net451)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Loader (>= 4.0) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Serialization.Json (>= 4.0.2) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Serialization.Primitives (>= 4.1.1) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Thread (>= 4.0) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.XPath.XmlDocument (>= 4.0.1) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.TestPlatform.TestHost (15.5.0) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.Extensions.DependencyModel (>= 1.0.3) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.TestPlatform.ObjectModel (>= 15.5) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net40) (>= uap10.0)) (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (>= uap10.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= uap10.0)) - Newtonsoft.Json (>= 9.0.1) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net40) (>= uap10.0)) (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (>= uap10.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= uap10.0)) + Microsoft.NETCore.App (2.0.5) - restriction: == netcoreapp2.0 + Microsoft.NETCore.DotNetHostPolicy (>= 2.0.5) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) + Microsoft.NETCore.Platforms (>= 2.0.1) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) + NETStandard.Library (>= 2.0.1) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) + Microsoft.NETCore.DotNetAppHost (2.0.5) - restriction: == netcoreapp2.0 + Microsoft.NETCore.DotNetHostPolicy (2.0.5) - restriction: == netcoreapp2.0 + Microsoft.NETCore.DotNetHostResolver (>= 2.0.5) + Microsoft.NETCore.DotNetHostResolver (2.0.5) - restriction: == netcoreapp2.0 + Microsoft.NETCore.DotNetAppHost (>= 2.0.5) + Microsoft.NETCore.Platforms (2.0.1) - restriction: || (&& (== net461) (>= monoandroid) (>= netstandard1.6)) (&& (== net461) (>= monotouch)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (< net452) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (< netstandard1.0) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3) (>= netstandard1.6) (>= wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net451+win81+wpa81)) (&& (== net461) (>= netstandard1.6) (>= uap10.0)) (&& (== net461) (>= xamarinios)) (&& (== net461) (>= xamarinmac)) (&& (== net461) (>= xamarintvos)) (&& (== net461) (>= xamarinwatchos)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (2.0) - restriction: == netcoreapp2.0 + Microsoft.TestPlatform.ObjectModel (15.5.0) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + NETStandard.Library (>= 1.6) - restriction: || (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.ComponentModel.EventBasedAsync (>= 4.0.11) - restriction: || (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.ComponentModel.TypeConverter (>= 4.1) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Process (>= 4.1) - restriction: || (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.TextWriterTraceListener (>= 4.0) - restriction: || (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.TraceSource (>= 4.0) - restriction: || (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Metadata (>= 1.3) + System.Reflection.TypeExtensions (>= 4.1) - restriction: || (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - restriction: || (&& (== net461) (< net451)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Loader (>= 4.0) - restriction: || (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Serialization.Json (>= 4.0.2) - restriction: || (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Serialization.Primitives (>= 4.1.1) - restriction: || (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Thread (>= 4.0) - restriction: || (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.XPath.XmlDocument (>= 4.0.1) - restriction: || (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.TestPlatform.TestHost (15.5.0) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.Extensions.DependencyModel (>= 1.0.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.TestPlatform.ObjectModel (>= 15.5) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (>= uap10.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= uap10.0)) + Newtonsoft.Json (>= 9.0.1) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (>= uap10.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= uap10.0)) Microsoft.Win32.Primitives (4.3) - restriction: == netcoreapp2.0 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) Microsoft.Win32.Registry (4.4) - restriction: == netcoreapp2.0 - Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net40) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) - System.Security.AccessControl (>= 4.4) - restriction: || (&& (== net40) (>= monoandroid)) (&& (== net40) (>= monotouch)) (&& (== net40) (>= net461)) (&& (== net40) (>= netcoreapp2.0)) (&& (== net40) (>= netstandard2.0)) (&& (== net40) (>= xamarinios)) (&& (== net40) (>= xamarinmac)) (&& (== net40) (>= xamarintvos)) (&& (== net40) (>= xamarinwatchos)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Principal.Windows (>= 4.4) - restriction: || (&& (== net40) (>= monoandroid)) (&& (== net40) (>= monotouch)) (&& (== net40) (>= net461)) (&& (== net40) (>= netcoreapp2.0)) (&& (== net40) (>= netstandard2.0)) (&& (== net40) (>= xamarinios)) (&& (== net40) (>= xamarinmac)) (&& (== net40) (>= xamarintvos)) (&& (== net40) (>= xamarinwatchos)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - NETStandard.Library (2.0.1) - restriction: || (&& (== net40) (== net461)) (&& (== net40) (>= netstandard1.1)) (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net452)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net40) (>= monoandroid)) (&& (== net40) (>= monotouch)) (&& (== net40) (>= net45)) (&& (== net40) (>= net451)) (&& (== net40) (>= net46)) (&& (== net40) (>= net461)) (&& (== net40) (>= netcoreapp2.0)) (&& (== net40) (>= netstandard1.0)) (&& (== net40) (>= netstandard1.1)) (&& (== net40) (>= netstandard1.2)) (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard1.4)) (&& (== net40) (>= netstandard1.5)) (&& (== net40) (>= netstandard1.6)) (&& (== net40) (>= netstandard2.0)) (&& (== net40) (>= portable-net45+win8+wp8+wpa81)) (&& (== net40) (>= portable-net45+win8+wpa81)) (&& (== net40) (>= portable-net451+win81+wpa81)) (&& (== net40) (>= uap10.0)) (&& (== net40) (>= wpa81)) (&& (== net40) (>= xamarinios)) (&& (== net40) (>= xamarinmac)) (&& (== net40) (>= xamarintvos)) (&& (== net40) (>= xamarinwatchos)) (== net461) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) + System.Security.AccessControl (>= 4.4) + System.Security.Principal.Windows (>= 4.4) + NETStandard.Library (2.0.1) - restriction: || (&& (== net461) (< net452)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) Newtonsoft.Json (10.0.3) - restriction: == netcoreapp2.0 - Microsoft.CSharp (>= 4.3) - restriction: || (&& (== net40) (< net20) (>= netstandard1.0)) (&& (== net40) (< net20) (>= netstandard1.3)) (&& (== net461) (< net20)) (== netcoreapp2.0) (== netstandard2.0) - NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net40) (< net20) (>= netstandard1.0)) (&& (== net40) (< net20) (>= netstandard1.3)) (&& (== net461) (< net20)) (== netcoreapp2.0) (== netstandard2.0) - System.ComponentModel.TypeConverter (>= 4.3) - restriction: || (&& (== net40) (< net20) (>= netstandard1.0)) (&& (== net40) (< net20) (>= netstandard1.3)) (&& (== net461) (< net20)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Serialization.Formatters (>= 4.3) - restriction: || (&& (== net40) (< net20) (>= netstandard1.3)) (&& (== net461) (< net20)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Serialization.Primitives (>= 4.3) - restriction: || (&& (== net40) (< net20) (>= netstandard1.0)) (&& (== net40) (< net20) (>= netstandard1.3)) (&& (== net461) (< net20)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.XmlDocument (>= 4.3) - restriction: || (&& (== net40) (< net20) (>= netstandard1.3)) (&& (== net461) (< net20)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.CSharp (>= 4.3) - restriction: || (&& (== net461) (< net20)) (== netcoreapp2.0) (== netstandard2.0) + NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net461) (< net20)) (== netcoreapp2.0) (== netstandard2.0) + System.ComponentModel.TypeConverter (>= 4.3) - restriction: || (&& (== net461) (< net20)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Serialization.Formatters (>= 4.3) - restriction: || (&& (== net461) (< net20)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Serialization.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net20)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.XmlDocument (>= 4.3) - restriction: || (&& (== net461) (< net20)) (== netcoreapp2.0) (== netstandard2.0) NuGet.Common (4.5) - restriction: == netcoreapp2.0 - NETStandard.Library (>= 1.6) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - NuGet.Frameworks (>= 4.5) - restriction: || (&& (== net40) (>= net45)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Process (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Algorithms (>= 4.2) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Thread (>= 4.0) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + NETStandard.Library (>= 1.6) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + NuGet.Frameworks (>= 4.5) + System.Diagnostics.Process (>= 4.1) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Security.Cryptography.Algorithms (>= 4.2) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Thread (>= 4.0) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) NuGet.Frameworks (4.5) - restriction: == netcoreapp2.0 NETStandard.Library (>= 1.6) - restriction: || (&& (== net461) (< net40)) (== netcoreapp2.0) (== netstandard2.0) NuGet.Packaging (4.5) - restriction: == netcoreapp2.0 - NETStandard.Library (>= 1.6) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - Newtonsoft.Json (>= 9.0.1) - restriction: || (&& (== net40) (>= net45)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - NuGet.Common (>= 4.5) - restriction: || (&& (== net40) (>= net45)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - NuGet.Packaging.Core (>= 4.5) - restriction: || (&& (== net40) (>= net45)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - System.Dynamic.Runtime (>= 4.0.11) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.IO.Compression (>= 4.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.ObjectModel (>= 4.0.12) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + NETStandard.Library (>= 1.6) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Newtonsoft.Json (>= 9.0.1) + NuGet.Common (>= 4.5) + NuGet.Packaging.Core (>= 4.5) + System.Dynamic.Runtime (>= 4.0.11) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.IO.Compression (>= 4.1) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.ObjectModel (>= 4.0.12) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) NuGet.Packaging.Core (4.5) - restriction: == netcoreapp2.0 - NETStandard.Library (>= 1.6) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - NuGet.Common (>= 4.5) - restriction: || (&& (== net40) (>= net45)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - NuGet.Frameworks (>= 4.5) - restriction: || (&& (== net40) (>= net45)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - NuGet.Versioning (>= 4.5) - restriction: || (&& (== net40) (>= net45)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.XDocument (>= 4.0.11) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + NETStandard.Library (>= 1.6) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + NuGet.Common (>= 4.5) + NuGet.Frameworks (>= 4.5) + NuGet.Versioning (>= 4.5) + System.Xml.XDocument (>= 4.0.11) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) NuGet.Versioning (4.5) - restriction: == netcoreapp2.0 - NETStandard.Library (>= 1.6) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - runtime.native.System (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) + NETStandard.Library (>= 1.6) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: == netcoreapp2.0 + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: == netcoreapp2.0 + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: == netcoreapp2.0 + runtime.native.System (4.3) - restriction: == netcoreapp2.0 Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) runtime.native.System.IO.Compression (4.3.1) - restriction: == netcoreapp2.0 Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1.1) - runtime.native.System.Net.Http (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.Security.Cryptography.Apple (4.3.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) + runtime.native.System.Security.Cryptography.Apple (4.3.1) - restriction: == netcoreapp2.0 runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) - runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) + runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: == netcoreapp2.0 runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) @@ -156,644 +130,503 @@ NUGET runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - SourceLink.Create.CommandLine (2.7.3) - copy_local: true - System.AppContext (4.3.0) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: == netcoreapp2.0 + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: == netcoreapp2.0 + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3.1) - restriction: == netcoreapp2.0 + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: == netcoreapp2.0 + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: == netcoreapp2.0 + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: == netcoreapp2.0 + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: == netcoreapp2.0 + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: == netcoreapp2.0 + SourceLink.Create.CommandLine (2.7.6) - copy_local: true + System.AppContext (4.3.0) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) System.Buffers (4.4) - restriction: == netcoreapp2.0 - System.Collections (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections.Concurrent (4.3) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections.Concurrent (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) System.Collections.NonGeneric (4.3) - restriction: == netcoreapp2.0 - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) System.Collections.Specialized (4.3) - restriction: == netcoreapp2.0 - System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) System.ComponentModel (4.3) - restriction: == netcoreapp2.0 - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.ComponentModel.EventBasedAsync (4.3.0) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.ComponentModel.EventBasedAsync (4.3.0) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) System.ComponentModel.Primitives (4.3) - restriction: == netcoreapp2.0 - System.ComponentModel (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.ComponentModel (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) System.ComponentModel.TypeConverter (4.3) - restriction: == netcoreapp2.0 - System.Collections (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net40) (>= net462)) (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net45) (>= netstandard1.5)) (&& (== net461) (>= net462)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections.Specialized (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.ComponentModel (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.ComponentModel.Primitives (>= 4.3) - restriction: || (&& (== net40) (>= net45)) (&& (== net40) (>= net462)) (&& (== net40) (>= netstandard1.0)) (&& (== net40) (>= netstandard1.5)) (&& (== net40) (>= win8)) (&& (== net40) (>= wp8)) (&& (== net40) (>= wpa81)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net40) (>= netstandard1.5)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (&& (== net461) (>= net462)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections.Specialized (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.ComponentModel (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.ComponentModel.Primitives (>= 4.3) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) System.Configuration.ConfigurationManager (4.4) - System.Security.Cryptography.ProtectedData (>= 4.4) - restriction: || (&& (== net40) (>= netcoreapp2.0)) (&& (== net40) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (== netstandard2.0) - System.Console (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.DiagnosticSource (4.4.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netstandard2.0) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard2.0) - System.Diagnostics.Process (4.3) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.Win32.Primitives (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.Win32.Registry (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Thread (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.ThreadPool (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.TextWriterTraceListener (4.3.0) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Diagnostics.TraceSource (>= 4.3) - restriction: || (&& (== net40) (>= net46)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Tools (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.TraceSource (4.3.0) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Tracing (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) + System.Security.Cryptography.ProtectedData (>= 4.4) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Process (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.Win32.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.Win32.Registry (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + runtime.native.System (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Thread (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.ThreadPool (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.TextWriterTraceListener (4.3.0) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Diagnostics.TraceSource (>= 4.3) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Tools (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.TraceSource (4.3.0) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + runtime.native.System (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Tracing (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) System.Dynamic.Runtime (4.3) - restriction: == netcoreapp2.0 - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq.Expressions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.ObjectModel (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization.Calendars (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization.Extensions (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< netstandard1.1) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Linq.Expressions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.ObjectModel (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization.Extensions (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) System.IO.Compression (4.3) - restriction: == netcoreapp2.0 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - runtime.native.System.IO.Compression (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Buffers (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.IO.FileSystem (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net40) (>= net46)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.IO.FileSystem.Primitives (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq.Expressions (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.ObjectModel (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq.Queryable (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq.Expressions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Net.Http (4.3.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - runtime.native.System.Net.Http (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.DiagnosticSource (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Net.Primitives (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.X509Certificates (>= 4.3) - System.Text.Encoding (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Net.Primitives (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< netstandard1.1) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< netstandard1.1)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< netstandard1.1)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< netstandard1.1)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Net.Requests (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< netstandard1.1)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Net.Http (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Net.Primitives (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< netstandard1.1)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Net.WebHeaderCollection (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< netstandard1.1)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Net.WebHeaderCollection (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.ObjectModel (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Private.DataContractSerialization (4.3.0) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections.Concurrent (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + runtime.native.System (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + runtime.native.System.IO.Compression (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Buffers (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.IO.FileSystem (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.IO.FileSystem.Primitives (>= 4.3) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.IO.FileSystem.Primitives (4.3) - restriction: == netcoreapp2.0 + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Linq (4.3) - restriction: == netcoreapp2.0 + System.Collections (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Linq.Expressions (4.3) - restriction: == netcoreapp2.0 + System.Collections (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.ObjectModel (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.ObjectModel (4.3) - restriction: == netcoreapp2.0 + System.Collections (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Private.DataContractSerialization (4.3.0) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) System.Reflection.TypeExtensions (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) System.Runtime.Serialization.Primitives (>= 4.3) - System.Text.Encoding (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.RegularExpressions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.XDocument (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.XDocument (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) System.Xml.XmlDocument (>= 4.3) - System.Xml.XmlSerializer (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Emit (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Emit.Lightweight (4.3) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.0)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Extensions (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.XmlSerializer (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Emit (4.3) - restriction: == netcoreapp2.0 + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (4.3) - restriction: == netcoreapp2.0 + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Emit.Lightweight (4.3) - restriction: == netcoreapp2.0 + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Extensions (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) System.Reflection.Metadata (1.5) - restriction: == netcoreapp2.0 - System.Reflection.Primitives (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.TypeExtensions (4.4) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (4.3) - restriction: || (&& (== net40) (>= netcoreapp1.1)) (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.1)) (&& (== net461) (< netstandard1.1) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Handles (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< netstandard1.1) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (>= net462)) (&& (== net461) (>= netcoreapp1.1)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices.RuntimeInformation (4.3.0) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - runtime.native.System (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Loader (4.3.0) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.IO (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.5)) (&& (== net461) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Numerics (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Primitives (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.TypeExtensions (4.4) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Resources.ResourceManager (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Handles (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.InteropServices (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (&& (== net461) (>= net462)) (&& (== net461) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.InteropServices.RuntimeInformation (4.3.0) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + runtime.native.System (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Loader (4.3.0) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.IO (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Numerics (4.3) - restriction: == netcoreapp2.0 + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) System.Runtime.Serialization.Formatters (4.3) - restriction: == netcoreapp2.0 - System.Collections (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Serialization.Primitives (>= 4.3) - restriction: || (&& (== net40) (>= net46)) (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard1.4)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Serialization.Json (4.3.0) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.IO (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Private.DataContractSerialization (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Serialization.Primitives (>= 4.3) + System.Runtime.Serialization.Json (4.3.0) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.IO (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Private.DataContractSerialization (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) System.Runtime.Serialization.Primitives (4.3) - restriction: == netcoreapp2.0 - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) System.Security.AccessControl (4.4.1) - restriction: == netcoreapp2.0 - Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net40) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) - System.Security.Principal.Windows (>= 4.4) - restriction: || (&& (== net40) (>= monoandroid)) (&& (== net40) (>= monotouch)) (&& (== net40) (>= net46)) (&& (== net40) (>= net461)) (&& (== net40) (>= netcoreapp2.0)) (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard2.0)) (&& (== net40) (>= xamarinios)) (&& (== net40) (>= xamarinmac)) (&& (== net40) (>= xamarintvos)) (&& (== net40) (>= xamarinwatchos)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Algorithms (4.3.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (>= net463)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (>= net463)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Numerics (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= net463)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) + System.Security.Principal.Windows (>= 4.4) + System.Security.Cryptography.Algorithms (4.3.1) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (&& (== net461) (>= net463)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46)) (&& (== net461) (>= net463)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Numerics (>= 4.3) - restriction: || (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (>= net463)) (== netcoreapp2.0) (== netstandard2.0) System.Security.Cryptography.Primitives (>= 4.3) - System.Text.Encoding (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Cng (4.4) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net40) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) - System.Security.Cryptography.Csp (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (== net40) (>= net46)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net40) (>= net46)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Encoding (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.OpenSsl (4.4) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net40) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) - System.Security.Cryptography.Primitives (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.ProtectedData (4.4) - restriction: || (&& (== net40) (>= netcoreapp2.0)) (&& (== net40) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.X509Certificates (4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - runtime.native.System.Net.Http (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization.Calendars (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.IO.FileSystem (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Numerics (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Algorithms (>= 4.3) - System.Security.Cryptography.Cng (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Csp (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Encoding (>= 4.3) - System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Security.Cryptography.Encoding (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Security.Cryptography.Primitives (4.3) - restriction: == netcoreapp2.0 + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Security.Cryptography.ProtectedData (4.4) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (== netstandard2.0) System.Security.Principal.Windows (4.4.1) - restriction: == netcoreapp2.0 - Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net40) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) - System.Text.Encoding (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) + System.Text.Encoding (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) System.Text.Encoding.Extensions (4.3) - restriction: == netcoreapp2.0 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.RegularExpressions (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (&& (== netcoreapp2.0) (< portable-net45+win8+wp8+wpa81)) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (&& (== netcoreapp2.0) (< portable-net45+win8+wp8+wpa81)) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (&& (== netcoreapp2.0) (< portable-net45+win8+wp8+wpa81)) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (&& (== netcoreapp2.0) (< portable-net45+win8+wp8+wpa81)) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (&& (== netcoreapp2.0) (< portable-net45+win8+wp8+wpa81)) (== netstandard2.0) - System.Threading (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.RegularExpressions (4.3) - restriction: == netcoreapp2.0 + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (4.3) - restriction: == netcoreapp2.0 + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Tasks (4.3) - restriction: == netcoreapp2.0 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) System.Threading.Tasks.Extensions (4.4) - restriction: == netcoreapp2.0 - System.Threading.Tasks.Parallel (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Collections.Concurrent (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Thread (4.3) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.ThreadPool (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Timer (4.3) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net451)) (&& (== net461) (< portable-net451+win81+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== net40) (&& (== net461) (< net451)) (&& (== net461) (< portable-net451+win81+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net451)) (&& (== net461) (< portable-net451+win81+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.ValueTuple (4.4) - restriction: || (&& (== net40) (>= netstandard1.6)) (&& (== net461) (< net452) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.ReaderWriter (4.3) - restriction: == netcoreapp2.0 - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.IO.FileSystem (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.RegularExpressions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading.Tasks.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.XDocument (4.3) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Tools (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Thread (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.ThreadPool (4.3) - restriction: == netcoreapp2.0 + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.ValueTuple (4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.ReaderWriter (4.3.1) - restriction: == netcoreapp2.0 + System.Collections (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading.Tasks.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.XDocument (4.3) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Tools (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) System.Xml.XmlDocument (4.3) - restriction: == netcoreapp2.0 - System.Collections (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.XmlSerializer (4.3.0) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Collections (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Emit (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Text.RegularExpressions (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.XmlDocument (>= 4.3) - restriction: || (== net40) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.XPath (4.3.0) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.XPath.XmlDocument (4.3.0) - version_in_path: true, restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net40) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.XmlDocument (>= 4.3) - restriction: || (&& (== net40) (>= net46)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - System.Xml.XPath (>= 4.3) - restriction: || (&& (== net40) (>= net46)) (&& (== net40) (>= netstandard1.3)) (== net461) (== netcoreapp2.0) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.XmlSerializer (4.3.0) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.XmlDocument (>= 4.3) - restriction: || (&& (== net461) (>= dnxcore50)) (&& (== net461) (< net45)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.XPath (4.3.0) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.XPath.XmlDocument (4.3.0) - version_in_path: true, restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== netcoreapp2.0) (== netstandard2.0) + System.Xml.XmlDocument (>= 4.3) + System.Xml.XPath (>= 4.3) Unquote (4.0) - FSharp.Core (>= 4.2.3) - restriction: || (&& (== net40) (>= netstandard2.0)) (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.0) (== netstandard2.0) + FSharp.Core (>= 4.2.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== netcoreapp2.0) (== netstandard2.0) xunit (2.3.1) xunit.analyzers (>= 0.7) xunit.assert (2.3.1) xunit.core (2.3.1) - xunit.abstractions (2.0.1) - restriction: || (&& (== net40) (>= netstandard1.1)) (== net461) (== netcoreapp2.0) (== netstandard2.0) - NETStandard.Library (>= 1.6) - restriction: || (&& (== net40) (< net35) (>= netstandard1.0)) (&& (== net461) (< net35)) (== netcoreapp2.0) (== netstandard2.0) + xunit.abstractions (2.0.1) + NETStandard.Library (>= 1.6) - restriction: || (&& (== net461) (< net35)) (== netcoreapp2.0) (== netstandard2.0) xunit.analyzers (0.8) xunit.assert (2.3.1) - NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net461) (< net452)) (== netcoreapp2.0) (== netstandard2.0) + NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net461) (< net452)) (== netcoreapp2.0) (== netstandard2.0) xunit.core (2.3.1) xunit.extensibility.core (2.3.1) xunit.extensibility.execution (2.3.1) xunit.extensibility.core (2.3.1) - NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net461) (< net452)) (== netcoreapp2.0) (== netstandard2.0) - xunit.abstractions (>= 2.0.1) - restriction: || (&& (== net40) (>= netstandard1.1)) (== net461) (== netcoreapp2.0) (== netstandard2.0) + NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net461) (< net452)) (== netcoreapp2.0) (== netstandard2.0) + xunit.abstractions (>= 2.0.1) xunit.extensibility.execution (2.3.1) - NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net40) (>= netstandard1.1)) (&& (== net461) (< net452)) (== netcoreapp2.0) (== netstandard2.0) - xunit.extensibility.core (2.3.1) - restriction: || (&& (== net40) (>= netstandard1.1)) (== net461) (== netcoreapp2.0) (== netstandard2.0) + NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net461) (< net452)) (== netcoreapp2.0) (== netstandard2.0) + xunit.extensibility.core (2.3.1) xunit.runner.visualstudio (2.3.1) - version_in_path: true - Microsoft.NET.Test.Sdk (>= 15.0) - restriction: || (&& (== net40) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) + Microsoft.NET.Test.Sdk (>= 15.0) - restriction: || (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.0) (&& (== netstandard2.0) (>= netcoreapp1.0)) GROUP Build RESTRICTION: == net461 NUGET - remote: https://www.nuget.org/api/v2 - FAKE (4.64.3) + remote: https://api.nuget.org/v3/index.json + FAKE (4.64.4) FSharp.Compiler.Service (2.0.0.6) FSharp.Formatting (2.14.4) FSharp.Compiler.Service (2.0.0.6) @@ -810,6 +643,6 @@ GROUP Legacy REDIRECTS: FORCE RESTRICTION: == net40 NUGET - remote: https://www.nuget.org/api/v2 + remote: https://api.nuget.org/v3/index.json FSharp.Core (4.0.0.1) - SourceLink.Create.CommandLine (2.7.3) - copy_local: true + SourceLink.Create.CommandLine (2.7.6) - copy_local: true diff --git a/samples/Argu.Samples.LS/App.config b/samples/Argu.Samples.LS/App.config index 42642fcb..30f5e9b6 100644 --- a/samples/Argu.Samples.LS/App.config +++ b/samples/Argu.Samples.LS/App.config @@ -8,6 +8,6 @@ True - + \ No newline at end of file diff --git a/src/Argu.Core/AssemblyInfo.fs b/src/Argu.Core/AssemblyInfo.fs index d4daed61..17358919 100644 --- a/src/Argu.Core/AssemblyInfo.fs +++ b/src/Argu.Core/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Argu.Core" let [] AssemblyProduct = "Argu" let [] AssemblyDescription = "A declarative command line and XML configuration parser for F# applications." - let [] AssemblyVersion = "4.2.1" - let [] AssemblyFileVersion = "4.2.1" + let [] AssemblyVersion = "5.0.0" + let [] AssemblyFileVersion = "5.0.0" diff --git a/src/Argu/AssemblyInfo.fs b/src/Argu/AssemblyInfo.fs index 81ece41a..c3b83a60 100644 --- a/src/Argu/AssemblyInfo.fs +++ b/src/Argu/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Argu" let [] AssemblyProduct = "Argu" let [] AssemblyDescription = "A declarative command line and XML configuration parser for F# applications." - let [] AssemblyVersion = "4.2.1" - let [] AssemblyFileVersion = "4.2.1" + let [] AssemblyVersion = "5.0.0" + let [] AssemblyFileVersion = "5.0.0" diff --git a/tests/Argu.Core.Tests/App.config b/tests/Argu.Core.Tests/App.config index f0f68c57..c2db00c2 100644 --- a/tests/Argu.Core.Tests/App.config +++ b/tests/Argu.Core.Tests/App.config @@ -1,10 +1,45 @@  + + True + + + + + True + + + + + True + + + + + True + + + + + True + + + + + True + + + + + True + + + True - + True @@ -136,11 +171,6 @@ - - True - - - True @@ -166,16 +196,6 @@ - - True - - - - - True - - - True @@ -201,11 +221,6 @@ - - True - - - True @@ -241,16 +256,6 @@ - - True - - - - - True - - - True @@ -276,11 +281,6 @@ - - True - - - True diff --git a/tests/Argu.Tests/App.config b/tests/Argu.Tests/App.config index b9c9a574..acafdb1a 100644 --- a/tests/Argu.Tests/App.config +++ b/tests/Argu.Tests/App.config @@ -14,7 +14,7 @@ True - + True