diff --git a/paket.dependencies b/paket.dependencies
index 60e3514c..3afaf394 100644
--- a/paket.dependencies
+++ b/paket.dependencies
@@ -2,6 +2,7 @@ source https://nuget.org/api/v2
#Open packages
+nuget CommandLineParser
nuget FSharp.Formatting
nuget FsCheck
nuget FsCheck.Xunit
@@ -9,4 +10,4 @@ nuget xunit.runner.console
nuget xunit.assert
nuget FAKE
nuget Mono.Cecil >= 0.10.0-beta1
-nuget gtk-sharp3
+nuget gtk-sharp3
\ No newline at end of file
diff --git a/paket.lock b/paket.lock
index 785d4061..157970c2 100644
--- a/paket.lock
+++ b/paket.lock
@@ -1,123 +1,124 @@
NUGET
remote: https://www.nuget.org/api/v2
+ CommandLineParser (1.9.71)
FAKE (4.61.3)
FsCheck (2.9)
- FSharp.Core (>= 4.1) - framework: >= net10, netstandard10, netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- FSharp.Core (>= 4.1.17) - framework: >= netstandard16
- NETStandard.Library (>= 1.6.1) - framework: >= netstandard16
+ FSharp.Core (>= 4.1) - restriction: < netstandard1.6
+ FSharp.Core (>= 4.1.17) - restriction: >= netstandard1.6
+ NETStandard.Library (>= 1.6.1) - restriction: >= netstandard1.6
FsCheck.Xunit (2.9)
FsCheck (>= 2.9)
- FSharp.Core (>= 4.1.17) - framework: >= netstandard16
- NETStandard.Library (>= 1.6.1) - framework: >= netstandard16
- xunit.abstractions (>= 2.0.1) - framework: >= netstandard16
- xunit.core (>= 2.2) - framework: >= netstandard16
- xunit.extensibility.execution (>= 2.2 < 3.0) - framework: >= net10, netstandard10, netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
+ FSharp.Core (>= 4.1.17) - restriction: >= netstandard1.6
+ NETStandard.Library (>= 1.6.1) - restriction: >= netstandard1.6
+ xunit.abstractions (>= 2.0.1) - restriction: >= netstandard1.6
+ xunit.core (>= 2.2) - restriction: >= netstandard1.6
+ xunit.extensibility.execution (>= 2.2 < 3.0) - restriction: < netstandard1.6
FSharp.Compiler.Service (2.0.0.6)
- FSharp.Core (4.2.1) - framework: >= net10, >= netstandard10
- System.Collections (>= 4.0.11) - framework: >= net463, >= netstandard16
- System.Console (>= 4.0) - framework: >= net463, >= netstandard16
- System.Diagnostics.Debug (>= 4.0.11) - framework: >= net463, >= netstandard16
- System.Diagnostics.Tools (>= 4.0.1) - framework: >= net463, >= netstandard16
- System.Globalization (>= 4.0.11) - framework: >= net463, >= netstandard16
- System.IO (>= 4.1) - framework: >= net463, >= netstandard16
- System.Linq (>= 4.1) - framework: >= net463, >= netstandard16
- System.Linq.Expressions (>= 4.1) - framework: >= net463, >= netstandard16
- System.Linq.Queryable (>= 4.0.1) - framework: >= net463, >= netstandard16
- System.Net.Requests (>= 4.0.11) - framework: >= net463, >= netstandard16
- System.Reflection (>= 4.1) - framework: >= net463, >= netstandard16
- System.Reflection.Extensions (>= 4.0.1) - framework: >= net463, >= netstandard16
- System.Resources.ResourceManager (>= 4.0.1) - framework: >= net463, >= netstandard16
- System.Runtime (>= 4.1) - framework: >= net463, >= netstandard16
- System.Runtime.Extensions (>= 4.1) - framework: >= net463, >= netstandard16
- System.Runtime.Numerics (>= 4.0.1) - framework: >= net463, >= netstandard16
- System.Text.RegularExpressions (>= 4.1) - framework: >= net463, >= netstandard16
- System.Threading (>= 4.0.11) - framework: >= net463, >= netstandard16
- System.Threading.Tasks (>= 4.0.11) - framework: >= net463, >= netstandard16
- System.Threading.Tasks.Parallel (>= 4.0.1) - framework: >= net463, >= netstandard16
- System.Threading.Thread (>= 4.0) - framework: >= net463, >= netstandard16
- System.Threading.ThreadPool (>= 4.0.10) - framework: >= net463, >= netstandard16
- System.Threading.Timer (>= 4.0.1) - framework: >= net463, >= netstandard16
+ FSharp.Core (4.2.1)
+ System.Collections (>= 4.0.11) - restriction: >= netstandard1.6
+ System.Console (>= 4.0) - restriction: >= netstandard1.6
+ System.Diagnostics.Debug (>= 4.0.11) - restriction: >= netstandard1.6
+ System.Diagnostics.Tools (>= 4.0.1) - restriction: >= netstandard1.6
+ System.Globalization (>= 4.0.11) - restriction: >= netstandard1.6
+ System.IO (>= 4.1) - restriction: >= netstandard1.6
+ System.Linq (>= 4.1) - restriction: >= netstandard1.6
+ System.Linq.Expressions (>= 4.1) - restriction: >= netstandard1.6
+ System.Linq.Queryable (>= 4.0.1) - restriction: >= netstandard1.6
+ System.Net.Requests (>= 4.0.11) - restriction: >= netstandard1.6
+ System.Reflection (>= 4.1) - restriction: >= netstandard1.6
+ System.Reflection.Extensions (>= 4.0.1) - restriction: >= netstandard1.6
+ System.Resources.ResourceManager (>= 4.0.1) - restriction: >= netstandard1.6
+ System.Runtime (>= 4.1) - restriction: >= netstandard1.6
+ System.Runtime.Extensions (>= 4.1) - restriction: >= netstandard1.6
+ System.Runtime.Numerics (>= 4.0.1) - restriction: >= netstandard1.6
+ System.Text.RegularExpressions (>= 4.1) - restriction: >= netstandard1.6
+ System.Threading (>= 4.0.11) - restriction: >= netstandard1.6
+ System.Threading.Tasks (>= 4.0.11) - restriction: >= netstandard1.6
+ System.Threading.Tasks.Parallel (>= 4.0.1) - restriction: >= netstandard1.6
+ System.Threading.Thread (>= 4.0) - restriction: >= netstandard1.6
+ System.Threading.ThreadPool (>= 4.0.10) - restriction: >= netstandard1.6
+ System.Threading.Timer (>= 4.0.1) - restriction: >= netstandard1.6
FSharp.Formatting (2.14.4)
FSharp.Compiler.Service (2.0.0.6)
FSharpVSPowerTools.Core (>= 2.3 < 2.4)
FSharpVSPowerTools.Core (2.3)
FSharp.Compiler.Service (>= 2.0.0.3)
gtk-sharp3 (3.22)
- Microsoft.NETCore.Platforms (1.1) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Targets (1.1) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.Win32.Primitives (4.3) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13
- Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13
- System.Runtime (>= 4.3) - framework: >= netstandard13
+ Microsoft.NETCore.Platforms (1.1) - restriction: || (&& (< net35) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net35) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net451) (>= netstandard1.2) (< monotouch) (< xamarinios) (< xamarinmac) (< win81) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.2)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Targets (1.1) - restriction: || (&& (< net35) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net35) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net451) (>= netstandard1.2) (< monotouch) (< xamarinios) (< xamarinmac) (< win81) (< wpa81)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.2)) (&& (>= dnxcore50) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.6)) (&& (< netstandard1.1) (>= netstandard1.6) (< monoandroid)) (&& (< netstandard1.2) (>= netstandard1.6) (< monoandroid)) (&& (< netstandard1.3) (>= netstandard1.6) (< monoandroid)) (&& (< netstandard1.5) (>= netstandard1.6) (< monoandroid)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) (>= netcore1.1)
+ Microsoft.Win32.Primitives (4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
Mono.Cecil (0.10.0-beta6)
- System.Collections (>= 4.0.11) - framework: >= netstandard13
- System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard13
- System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= netstandard13
- System.Reflection (>= 4.1) - framework: >= netstandard13
- System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13
- System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= netstandard13
- System.Security.Cryptography.Csp (>= 4.0) - framework: >= netstandard13
- System.Threading (>= 4.0.11) - framework: >= netstandard13
- NETStandard.Library (1.6.1) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard10
- Microsoft.Win32.Primitives (>= 4.3) - framework: >= net46, >= netstandard13
- System.AppContext (>= 4.3) - framework: >= net46, >= netstandard13
- System.Collections (>= 4.3) - framework: >= netstandard10
- System.Collections.Concurrent (>= 4.3) - framework: >= net45, >= netstandard11
- System.Console (>= 4.3) - framework: >= net46, >= netstandard13
- System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard10
- System.Diagnostics.Tools (>= 4.3) - framework: >= netstandard10
- System.Diagnostics.Tracing (>= 4.3) - framework: >= net45, >= netstandard11
- System.Globalization (>= 4.3) - framework: >= netstandard10
- System.Globalization.Calendars (>= 4.3) - framework: >= net46, >= netstandard13
- System.IO (>= 4.3) - framework: >= netstandard10
- System.IO.Compression (>= 4.3) - framework: >= net45, >= netstandard11
- System.IO.Compression.ZipFile (>= 4.3) - framework: >= net46, >= netstandard13
- System.IO.FileSystem (>= 4.3) - framework: >= net46, >= netstandard13
- System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, >= netstandard13
- System.Linq (>= 4.3) - framework: >= netstandard10
- System.Linq.Expressions (>= 4.3) - framework: >= netstandard10
- System.Net.Http (>= 4.3) - framework: >= net45, >= netstandard11
- System.Net.Primitives (>= 4.3) - framework: >= netstandard10
- System.Net.Sockets (>= 4.3) - framework: >= net46, >= netstandard13
- System.ObjectModel (>= 4.3) - framework: >= netstandard10
- System.Reflection (>= 4.3) - framework: >= netstandard10
- System.Reflection.Extensions (>= 4.3) - framework: >= netstandard10
- System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10
- System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard10
- System.Runtime (>= 4.3) - framework: >= netstandard10
- System.Runtime.Extensions (>= 4.3) - framework: >= netstandard10
- System.Runtime.Handles (>= 4.3) - framework: >= net46, >= netstandard13
- System.Runtime.InteropServices (>= 4.3) - framework: >= net45, >= netstandard11
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - framework: >= net45, >= netstandard11
- System.Runtime.Numerics (>= 4.3) - framework: >= net45, >= netstandard11
- System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, >= netstandard13
- System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net46, >= netstandard13
- System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, >= netstandard13
- System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46, >= netstandard13
- System.Text.Encoding (>= 4.3) - framework: >= netstandard10
- System.Text.Encoding.Extensions (>= 4.3) - framework: >= netstandard10
- System.Text.RegularExpressions (>= 4.3) - framework: >= netstandard10
- System.Threading (>= 4.3) - framework: >= netstandard10
- System.Threading.Tasks (>= 4.3) - framework: >= netstandard10
- System.Threading.Timer (>= 4.3) - framework: >= net451, >= netstandard12
- System.Xml.ReaderWriter (>= 4.3) - framework: >= netstandard10
- System.Xml.XDocument (>= 4.3) - framework: >= netstandard10
- runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- runtime.native.System (4.3) - framework: >= net45, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
+ System.Collections (>= 4.0.11) - restriction: && (< net35) (>= netstandard1.3)
+ System.IO.FileSystem (>= 4.0.1) - restriction: && (< net35) (>= netstandard1.3)
+ System.IO.FileSystem.Primitives (>= 4.0.1) - restriction: && (< net35) (>= netstandard1.3)
+ System.Reflection (>= 4.1) - restriction: && (< net35) (>= netstandard1.3)
+ System.Runtime.Extensions (>= 4.1) - restriction: && (< net35) (>= netstandard1.3)
+ System.Security.Cryptography.Algorithms (>= 4.2) - restriction: && (< net35) (>= netstandard1.3)
+ System.Security.Cryptography.Csp (>= 4.0) - restriction: && (< net35) (>= netstandard1.3)
+ System.Threading (>= 4.0.11) - restriction: && (< net35) (>= netstandard1.3)
+ NETStandard.Library (1.6.1) - restriction: || (&& (< net35) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.1)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard1.0
+ Microsoft.Win32.Primitives (>= 4.3) - restriction: >= netstandard1.3
+ System.AppContext (>= 4.3) - restriction: >= netstandard1.3
+ System.Collections (>= 4.3) - restriction: >= netstandard1.0
+ System.Collections.Concurrent (>= 4.3) - restriction: >= netstandard1.1
+ System.Console (>= 4.3) - restriction: >= netstandard1.3
+ System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard1.0
+ System.Diagnostics.Tools (>= 4.3) - restriction: >= netstandard1.0
+ System.Diagnostics.Tracing (>= 4.3) - restriction: >= netstandard1.1
+ System.Globalization (>= 4.3) - restriction: >= netstandard1.0
+ System.Globalization.Calendars (>= 4.3) - restriction: >= netstandard1.3
+ System.IO (>= 4.3) - restriction: >= netstandard1.0
+ System.IO.Compression (>= 4.3) - restriction: >= netstandard1.1
+ System.IO.Compression.ZipFile (>= 4.3) - restriction: >= netstandard1.3
+ System.IO.FileSystem (>= 4.3) - restriction: >= netstandard1.3
+ System.IO.FileSystem.Primitives (>= 4.3) - restriction: >= netstandard1.3
+ System.Linq (>= 4.3) - restriction: >= netstandard1.0
+ System.Linq.Expressions (>= 4.3) - restriction: >= netstandard1.0
+ System.Net.Http (>= 4.3) - restriction: >= netstandard1.1
+ System.Net.Primitives (>= 4.3) - restriction: >= netstandard1.0
+ System.Net.Sockets (>= 4.3) - restriction: >= netstandard1.3
+ System.ObjectModel (>= 4.3) - restriction: >= netstandard1.0
+ System.Reflection (>= 4.3) - restriction: >= netstandard1.0
+ System.Reflection.Extensions (>= 4.3) - restriction: >= netstandard1.0
+ System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard1.0
+ System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard1.0
+ System.Runtime (>= 4.3) - restriction: >= netstandard1.0
+ System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard1.0
+ System.Runtime.Handles (>= 4.3) - restriction: >= netstandard1.3
+ System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard1.1
+ System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - restriction: >= netstandard1.1
+ System.Runtime.Numerics (>= 4.3) - restriction: >= netstandard1.1
+ System.Security.Cryptography.Algorithms (>= 4.3) - restriction: >= netstandard1.3
+ System.Security.Cryptography.Encoding (>= 4.3) - restriction: >= netstandard1.3
+ System.Security.Cryptography.Primitives (>= 4.3) - restriction: >= netstandard1.3
+ System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: >= netstandard1.3
+ System.Text.Encoding (>= 4.3) - restriction: >= netstandard1.0
+ System.Text.Encoding.Extensions (>= 4.3) - restriction: >= netstandard1.0
+ System.Text.RegularExpressions (>= 4.3) - restriction: >= netstandard1.0
+ System.Threading (>= 4.3) - restriction: >= netstandard1.0
+ System.Threading.Tasks (>= 4.3) - restriction: >= netstandard1.0
+ System.Threading.Timer (>= 4.3) - restriction: >= netstandard1.2
+ System.Xml.ReaderWriter (>= 4.3) - restriction: >= netstandard1.0
+ System.Xml.XDocument (>= 4.3) - restriction: >= netstandard1.0
+ runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: || (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: || (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: || (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ runtime.native.System (4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
- runtime.native.System.IO.Compression (4.3) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
+ runtime.native.System.IO.Compression (4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
- runtime.native.System.Net.Http (4.3) - framework: >= net45, >= netstandard16
+ runtime.native.System.Net.Http (4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
- runtime.native.System.Security.Cryptography.Apple (4.3) - framework: >= net45, >= netstandard16
+ runtime.native.System.Security.Cryptography.Apple (4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3)
- runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
+ runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: || (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1)
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1)
runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1)
@@ -128,476 +129,476 @@ NUGET
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1)
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1)
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1)
- runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3) - framework: >= net45, >= netstandard16
- runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- System.AppContext (4.3) - framework: >= net46, >= netstandard13, netstandard14, netstandard15
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16
- System.Buffers (4.3) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard11
- System.Diagnostics.Tracing (>= 4.3) - framework: >= netstandard11
- System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard11
- System.Runtime (>= 4.3) - framework: >= netstandard11
- System.Threading (>= 4.3) - framework: >= netstandard11
- System.Collections (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Collections.Concurrent (4.3) - framework: >= net45, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Reflection (>= 4.3) - framework: >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13
- System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13
- System.Console (4.3) - framework: >= net46, >= netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13
- Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13
- System.IO (>= 4.3) - framework: >= netstandard13
- System.Runtime (>= 4.3) - framework: >= netstandard13
- System.Text.Encoding (>= 4.3) - framework: >= netstandard13
- System.Diagnostics.Debug (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Diagnostics.DiagnosticSource (4.3.1) - framework: >= net45, netstandard13, >= netstandard16
- System.Collections (>= 4.3) - framework: netstandard11, >= netstandard13
- System.Diagnostics.Tracing (>= 4.3) - framework: netstandard11, >= netstandard13
- System.Reflection (>= 4.3) - framework: netstandard11, >= netstandard13
- System.Runtime (>= 4.3) - framework: netstandard11, >= netstandard13
- System.Threading (>= 4.3) - framework: netstandard11, >= netstandard13
- System.Diagnostics.Tools (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10
- System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10
- System.Diagnostics.Tracing (4.3) - framework: >= net45, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15
- System.Globalization (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Globalization.Calendars (4.3) - framework: >= net46, >= netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13
- Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13
- System.Globalization (>= 4.3) - framework: >= netstandard13
- System.Runtime (>= 4.3) - framework: >= netstandard13
- System.Globalization.Extensions (4.3) - framework: >= net45, >= netstandard16
- Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13
- System.Globalization (>= 4.3) - framework: >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13
- System.Runtime (>= 4.3) - framework: >= netstandard13
- System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13
- System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13
- System.IO (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15
- System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15
- System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15
- System.IO.Compression (4.3) - framework: >= net45, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13
- runtime.native.System (>= 4.3) - framework: >= netstandard13
- runtime.native.System.IO.Compression (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Buffers (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.IO (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13
- System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13
- System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Threading.Tasks (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.IO.Compression.ZipFile (4.3) - framework: >= net46, >= netstandard13, netstandard14, netstandard15
- System.Buffers (>= 4.3) - framework: >= netstandard13
- System.IO (>= 4.3) - framework: >= netstandard13
- System.IO.Compression (>= 4.3) - framework: >= netstandard13
- System.IO.FileSystem (>= 4.3) - framework: >= netstandard13
- System.IO.FileSystem.Primitives (>= 4.3) - framework: >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13
- System.Runtime (>= 4.3) - framework: >= netstandard13
- System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13
- System.Text.Encoding (>= 4.3) - framework: >= netstandard13
- System.IO.FileSystem (4.3) - framework: >= net10, >= netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13
- Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13
- System.IO (>= 4.3) - framework: >= netstandard13
- System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, >= netstandard13
- System.Runtime (>= 4.3) - framework: >= netstandard13
- System.Runtime.Handles (>= 4.3) - framework: >= netstandard13
- System.Text.Encoding (>= 4.3) - framework: >= netstandard13
- System.Threading.Tasks (>= 4.3) - framework: >= netstandard13
- System.IO.FileSystem.Primitives (4.3) - framework: >= net10, >= netstandard13, netstandard14, netstandard15
- System.Runtime (>= 4.3) - framework: >= netstandard13
- System.Linq (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- System.Collections (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard16
- System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard16
- System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Linq.Expressions (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.IO (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Linq (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.ObjectModel (>= 4.3) - framework: >= netstandard16
- System.Reflection (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16
- System.Reflection.Emit (>= 4.3) - framework: >= netstandard16
- System.Reflection.Emit.ILGeneration (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Reflection.Emit.Lightweight (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Reflection.TypeExtensions (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16
- System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Linq.Queryable (4.3) - framework: >= net463, >= netstandard16
- System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Linq (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Linq.Expressions (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Net.Http (4.3.2) - framework: >= net45, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard13, >= netstandard16
- Microsoft.Win32.Primitives (>= 4.3) - framework: netstandard13
- runtime.native.System (>= 4.3) - framework: >= netstandard16
- runtime.native.System.Net.Http (>= 4.3) - framework: >= netstandard16
- runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16
- System.Collections (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16
- System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16
- System.Diagnostics.DiagnosticSource (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16
- System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16
- System.Globalization (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16
- System.Globalization.Extensions (>= 4.3) - framework: >= netstandard16
- System.IO (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16
- System.IO.Compression (>= 4.3) - framework: netstandard13
- System.IO.FileSystem (>= 4.3) - framework: >= netstandard16
- System.Net.Primitives (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16
- System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16
- System.Runtime.Handles (>= 4.3) - framework: netstandard13, >= netstandard16
- System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16
- System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= netstandard16
- System.Security.Cryptography.Encoding (>= 4.3) - framework: netstandard13, >= netstandard16
- System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16
- System.Security.Cryptography.Primitives (>= 4.3) - framework: >= netstandard16
- System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16
- System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16
- System.Threading (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16
- System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16
- System.Net.Primitives (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13
- System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Net.Requests (4.3) - framework: >= net463, >= netstandard16
- Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13
- System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.IO (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13
- System.Net.Http (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Net.Primitives (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13
- System.Net.WebHeaderCollection (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13
- System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13
- System.Net.Sockets (4.3) - framework: >= net46, >= netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13
- Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13
- System.IO (>= 4.3) - framework: >= netstandard13
- System.Net.Primitives (>= 4.3) - framework: >= netstandard13
- System.Runtime (>= 4.3) - framework: >= netstandard13
- System.Threading.Tasks (>= 4.3) - framework: >= netstandard13
- System.Net.WebHeaderCollection (4.3) - framework: >= net463, >= netstandard16
- System.Collections (>= 4.3) - framework: >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13
- System.Runtime (>= 4.3) - framework: >= netstandard13
- System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13
- System.ObjectModel (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Reflection (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15
- System.IO (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15
- System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15
- System.Reflection.Emit (4.3) - framework: >= net10, >= netstandard16
- System.IO (>= 4.3) - framework: >= netstandard11
- System.Reflection (>= 4.3) - framework: >= netstandard11
- System.Reflection.Emit.ILGeneration (>= 4.3) - framework: >= netstandard11
- System.Reflection.Primitives (>= 4.3) - framework: >= netstandard11
- System.Runtime (>= 4.3) - framework: >= netstandard11
- System.Reflection.Emit.ILGeneration (4.3) - framework: >= net10, >= netstandard16
- System.Reflection (>= 4.3) - framework: >= netstandard10
- System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10
- System.Runtime (>= 4.3) - framework: >= netstandard10
- System.Reflection.Emit.Lightweight (4.3) - framework: >= net10, >= netstandard16
- System.Reflection (>= 4.3) - framework: >= netstandard10
- System.Reflection.Emit.ILGeneration (>= 4.3) - framework: >= netstandard10
- System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10
- System.Runtime (>= 4.3) - framework: >= netstandard10
- System.Reflection.Extensions (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10
- System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard10
- System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10
- System.Reflection.Primitives (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10
- System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10
- System.Reflection.TypeExtensions (4.3) - framework: >= net10, >= netstandard16
- System.Reflection (>= 4.3) - framework: >= net462, dnxcore50, netstandard13, >= netstandard15
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard15
- System.Resources.ResourceManager (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10
- System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard10
- System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard10
- System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10
- System.Runtime (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15
- System.Runtime.Extensions (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15
- System.Runtime.Handles (4.3) - framework: >= net10, >= netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13
- Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13
- System.Runtime (>= 4.3) - framework: >= netstandard13
- System.Runtime.InteropServices (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15, netcore11
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15, netcore11
- System.Reflection (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15, netcore11
- System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15, netcore11
- System.Runtime (>= 4.3) - framework: net462, >= net463, dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15, netcore11
- System.Runtime.Handles (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard15, netcore11
- System.Runtime.InteropServices.RuntimeInformation (4.3) - framework: >= net45, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- runtime.native.System (>= 4.3) - framework: >= netstandard11
- System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard11
- System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard11
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard11
- System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard11
- System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard11
- System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard11
- System.Runtime.Numerics (4.3) - framework: >= net45, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13
- System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Security.Cryptography.Algorithms (4.3) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard16
- runtime.native.System.Security.Cryptography.Apple (>= 4.3) - framework: >= netstandard16
- runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16
- System.Collections (>= 4.3) - framework: >= netstandard16
- System.IO (>= 4.3) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Runtime (>= 4.3) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16
- System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Runtime.Numerics (>= 4.3) - framework: >= netstandard16
- System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, dnxcore50, >= netstandard16
- System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16
- System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Security.Cryptography.Cng (4.3) - framework: >= net46, >= netstandard16
- Microsoft.NETCore.Platforms (>= 1.1) - framework: netstandard14, >= netstandard16
- System.IO (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16
- System.Resources.ResourceManager (>= 4.3) - framework: netstandard14, >= netstandard16
- System.Runtime (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16
- System.Runtime.Extensions (>= 4.3) - framework: netstandard14, >= netstandard16
- System.Runtime.Handles (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16
- System.Runtime.InteropServices (>= 4.3) - framework: netstandard14, >= netstandard16
- System.Security.Cryptography.Algorithms (>= 4.3) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16
- System.Security.Cryptography.Encoding (>= 4.3) - framework: netstandard14, >= netstandard16
- System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16
- System.Text.Encoding (>= 4.3) - framework: netstandard14, >= netstandard16
- System.Security.Cryptography.Csp (4.3) - framework: >= net46, >= netstandard13
- Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13
- System.IO (>= 4.3) - framework: >= netstandard13
- System.Reflection (>= 4.3) - framework: >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13
- System.Runtime (>= 4.3) - framework: >= netstandard13
- System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13
- System.Runtime.Handles (>= 4.3) - framework: >= netstandard13
- System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13
- System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, >= netstandard13
- System.Security.Cryptography.Encoding (>= 4.3) - framework: >= netstandard13
- System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, >= netstandard13
- System.Text.Encoding (>= 4.3) - framework: >= netstandard13
- System.Threading (>= 4.3) - framework: >= netstandard13
- System.Security.Cryptography.Encoding (4.3) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13
- runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard13
- System.Collections (>= 4.3) - framework: >= netstandard13
- System.Collections.Concurrent (>= 4.3) - framework: >= netstandard13
- System.Linq (>= 4.3) - framework: >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13
- System.Runtime (>= 4.3) - framework: >= netstandard13
- System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13
- System.Runtime.Handles (>= 4.3) - framework: >= netstandard13
- System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13
- System.Security.Cryptography.Primitives (>= 4.3) - framework: >= netstandard13
- System.Text.Encoding (>= 4.3) - framework: >= netstandard13
- System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard16
- runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= net463, >= netstandard16, monoandroid, monotouch, xamarinios, xamarinmac
- System.Collections (>= 4.3) - framework: >= netstandard16
- System.IO (>= 4.3) - framework: >= net463, >= netstandard16
- System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard16
- System.Runtime (>= 4.3) - framework: >= net463, >= netstandard16
- System.Runtime.Extensions (>= 4.3) - framework: >= net463, >= netstandard16
- System.Runtime.Handles (>= 4.3) - framework: >= netstandard16
- System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard16
- System.Runtime.Numerics (>= 4.3) - framework: >= netstandard16
- System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net463, >= netstandard16
- System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, >= netstandard16
- System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net463, >= netstandard16
- System.Text.Encoding (>= 4.3) - framework: >= netstandard16
- System.Security.Cryptography.Primitives (4.3) - framework: >= net45, >= netstandard13, netstandard14, netstandard15
- System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard13
- System.Globalization (>= 4.3) - framework: >= netstandard13
- System.IO (>= 4.3) - framework: >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13
- System.Runtime (>= 4.3) - framework: >= netstandard13
- System.Threading (>= 4.3) - framework: >= netstandard13
- System.Threading.Tasks (>= 4.3) - framework: >= netstandard13
- System.Security.Cryptography.X509Certificates (4.3) - framework: >= net46, >= netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard16
- runtime.native.System (>= 4.3) - framework: >= netstandard16
- runtime.native.System.Net.Http (>= 4.3) - framework: >= netstandard16
- runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16
- System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard16
- System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Globalization.Calendars (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.IO (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.IO.FileSystem (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.IO.FileSystem.Primitives (>= 4.3) - framework: >= netstandard16
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16
- System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Runtime.Handles (>= 4.3) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16
- System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Runtime.Numerics (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Security.Cryptography.Algorithms (>= 4.3) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16
- System.Security.Cryptography.Cng (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Security.Cryptography.Csp (>= 4.3) - framework: >= netstandard16
- System.Security.Cryptography.Encoding (>= 4.3) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16
- System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16
- System.Security.Cryptography.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Text.Encoding (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Text.Encoding.Extensions (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Text.RegularExpressions (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16, netcore11
- System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16
- System.Threading (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Threading.Tasks (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Threading.Tasks.Extensions (4.3) - framework: >= net10, >= netstandard13, netstandard14, netstandard15
- System.Collections (>= 4.3) - framework: >= netstandard10
- System.Runtime (>= 4.3) - framework: >= netstandard10
- System.Threading.Tasks (>= 4.3) - framework: >= netstandard10
- System.Threading.Tasks.Parallel (4.3) - framework: >= net463, >= netstandard16
- System.Collections.Concurrent (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13
- System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13
- System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13
- System.Threading.Thread (4.3) - framework: >= net463, >= netstandard16
- System.Runtime (>= 4.3) - framework: >= netstandard13
- System.Threading.ThreadPool (4.3) - framework: >= net463, >= netstandard16
- System.Runtime (>= 4.3) - framework: >= netstandard13
- System.Runtime.Handles (>= 4.3) - framework: >= netstandard13
- System.Threading.Timer (4.3) - framework: >= net451, >= netstandard12, netstandard13, netstandard14, netstandard15
- Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard12
- Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard12
- System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard12
- System.Xml.ReaderWriter (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.IO (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.IO.FileSystem (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.IO.FileSystem.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Text.Encoding.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Text.RegularExpressions (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Threading.Tasks.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Xml.XDocument (4.3) - framework: >= net10, >= netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
- System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Diagnostics.Tools (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.IO (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13
- System.Xml.ReaderWriter (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13
- xunit.abstractions (2.0.1) - framework: >= net452, >= netstandard11
- NETStandard.Library (>= 1.6) - framework: >= netstandard10
+ runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: || (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: || (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: || (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: || (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: || (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: || (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: || (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.AppContext (4.3) - restriction: || (&& (< net452) (>= netstandard1.3)) (>= netstandard1.6)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.6) (< monoandroid)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Buffers (4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)
+ System.Diagnostics.Tracing (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)
+ System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)
+ System.Threading (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)
+ System.Collections (4.3) - restriction: || (&& (< net35) (>= netstandard1.3)) (&& (< net45) (>= netstandard1.1) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Collections.Concurrent (4.3) - restriction: || (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (>= netstandard1.6)
+ System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Reflection (>= 4.3) - restriction: && (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Console (4.3) - restriction: || (&& (< net452) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Diagnostics.Debug (4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Diagnostics.DiagnosticSource (4.3.1) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81))
+ System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81))
+ System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81))
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81))
+ System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81))
+ System.Diagnostics.Tools (4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ System.Diagnostics.Tracing (4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ System.Globalization (4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Globalization.Calendars (4.3) - restriction: || (&& (< net452) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Globalization (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Globalization.Extensions (4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Globalization (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.InteropServices (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO (4.3) - restriction: || (&& (< net35) (>= net463)) (&& (< net35) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net35) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net35) (>= netstandard1.4) (< monoandroid)) (&& (< net35) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ System.IO.Compression (4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)
+ runtime.native.System (>= 4.3) - restriction: && (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)
+ runtime.native.System.IO.Compression (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Buffers (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.IO.Compression.ZipFile (4.3) - restriction: || (&& (< net452) (>= netstandard1.3)) (>= netstandard1.6)
+ System.Buffers (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO.Compression (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO.FileSystem (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO.FileSystem.Primitives (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO.FileSystem (4.3) - restriction: || (&& (< net35) (>= netstandard1.3)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (>= net46) (&& (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.Handles (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Threading.Tasks (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO.FileSystem.Primitives (4.3) - restriction: || (&& (< net35) (>= net46)) (&& (< net35) (>= netstandard1.3)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6)
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Linq (4.3) - restriction: || (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6)
+ System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.6) (< monoandroid) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.6) (< monoandroid) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Linq.Expressions (4.3) - restriction: || (&& (< net452) (>= netstandard1.1)) (>= netstandard1.6)
+ System.Collections (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Globalization (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.IO (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Linq (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.ObjectModel (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Reflection.Emit (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Reflection.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Reflection.Primitives (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Reflection.TypeExtensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Threading (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Linq.Queryable (4.3) - restriction: >= netstandard1.6
+ System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Linq (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Linq.Expressions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Reflection.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Net.Http (4.3.2) - restriction: || (&& (< net452) (>= netstandard1.1)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ Microsoft.Win32.Primitives (>= 4.3) - restriction: && (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)
+ runtime.native.System (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ runtime.native.System.Net.Http (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Diagnostics.DiagnosticSource (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Globalization.Extensions (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.IO.Compression (>= 4.3) - restriction: && (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)
+ System.IO.FileSystem (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Net.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Security.Cryptography.Algorithms (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.Primitives (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= net46) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Net.Primitives (4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8))
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8))
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8))
+ System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Net.Requests (4.3) - restriction: >= netstandard1.6
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)
+ System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8))
+ System.Net.Http (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Net.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8))
+ System.Net.WebHeaderCollection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8))
+ System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Net.Sockets (4.3) - restriction: || (&& (< net452) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Net.Primitives (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Threading.Tasks (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Net.WebHeaderCollection (4.3) - restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Collections (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.ObjectModel (4.3) - restriction: || (&& (< net452) (>= netstandard1.1)) (>= netstandard1.6)
+ System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Reflection (4.3) - restriction: || (&& (< net35) (>= netstandard1.3)) (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net452) (>= netstandard1.1)) (&& (>= net462) (>= dnxcore50)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.5)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ System.Reflection.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ System.Reflection.Emit (4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Reflection (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Reflection.Primitives (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Reflection.Emit.ILGeneration (4.3) - restriction: || (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Reflection (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8)
+ System.Reflection.Primitives (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8)
+ System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8)
+ System.Reflection.Emit.Lightweight (4.3) - restriction: || (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Reflection (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8)
+ System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8)
+ System.Reflection.Primitives (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8)
+ System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8)
+ System.Reflection.Extensions (4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ System.Reflection.Primitives (4.3) - restriction: || (&& (< net35) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net452) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ System.Reflection.TypeExtensions (4.3) - restriction: || (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Reflection (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.5) (< monoandroid)) (&& (< net46) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= net462) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.5) (< monoandroid)) (&& (< net46) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ System.Resources.ResourceManager (4.3) - restriction: || (&& (< net35) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (4.3) - restriction: || (&& (< net35) (>= net463)) (&& (< net35) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net35) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net35) (>= netstandard1.4) (< monoandroid)) (&& (< net35) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.1) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net451) (>= netstandard1.2) (< monotouch) (< xamarinios) (< xamarinmac) (< win81) (< wpa81)) (&& (< net452) (>= net462)) (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monoandroid)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net452) (>= netstandard1.4) (< monoandroid)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.2)) (&& (>= dnxcore50) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.5)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.2) (< monoandroid) (< win8) (< wp8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.2) (< monoandroid) (< win8) (< wp8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ System.Runtime.Extensions (4.3) - restriction: || (&& (< net35) (>= netstandard1.3)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50)
+ System.Runtime.Handles (4.3) - restriction: || (&& (< net35) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net452) (>= netstandard1.3)) (&& (< net452) (>= netstandard1.4) (< monoandroid)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.InteropServices (4.3) - restriction: || (&& (< net35) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1)
+ System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1)
+ System.Reflection.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= net462) (>= dnxcore50) (>= netcore1.1)
+ System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1)
+ System.Runtime.InteropServices.RuntimeInformation (4.3) - restriction: || (&& (< net452) (>= netstandard1.1)) (>= netstandard1.6)
+ runtime.native.System (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)
+ System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Reflection.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime.InteropServices (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)
+ System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime.Numerics (4.3) - restriction: || (&& (< net452) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Security.Cryptography.Algorithms (4.3) - restriction: || (&& (< net35) (>= net46)) (&& (< net35) (>= netstandard1.3)) (&& (< net452) (>= net46) (< netstandard1.4)) (&& (< net452) (>= net461)) (&& (< net452) (>= netstandard1.3)) (&& (< net452) (>= netstandard1.4) (< monoandroid)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ runtime.native.System.Security.Cryptography.Apple (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Collections (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net463) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net463) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.Handles (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.InteropServices (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.Numerics (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (>= net463) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net461) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Text.Encoding (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Security.Cryptography.Cng (4.3) - restriction: || (&& (>= dnxcore50) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6)
+ System.IO (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6)
+ System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6)
+ System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6)
+ System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= net461) (>= netstandard1.6)
+ System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6)
+ System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= net461) (>= netstandard1.6)
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6)
+ System.Security.Cryptography.Csp (4.3) - restriction: || (&& (< net35) (>= netstandard1.3)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Reflection (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.Handles (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.InteropServices (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (>= net46) (&& (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Security.Cryptography.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (>= net46) (&& (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Threading (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.Encoding (4.3) - restriction: || (&& (< net35) (>= net463)) (&& (< net35) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net452) (>= net46) (< netstandard1.4)) (&& (< net452) (>= net461)) (&& (< net452) (>= netstandard1.3)) (&& (< net452) (>= netstandard1.4) (< monoandroid)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Collections (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Collections.Concurrent (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Linq (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.Handles (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.InteropServices (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.Primitives (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.OpenSsl (4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (>= net463) (>= netstandard1.6) (>= monoandroid)
+ System.Collections (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.Extensions (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.Handles (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.InteropServices (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.Numerics (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Text.Encoding (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.Primitives (4.3) - restriction: || (&& (< net35) (>= net46)) (&& (< net35) (>= net461)) (&& (< net35) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net35) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net35) (>= netstandard1.4) (< monoandroid)) (&& (< net452) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Globalization (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Threading (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Threading.Tasks (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.X509Certificates (4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net452) (>= net46)) (&& (< net452) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ runtime.native.System (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ runtime.native.System.Net.Http (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Collections (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Globalization (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Globalization.Calendars (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.IO (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.IO.FileSystem (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.IO.FileSystem.Primitives (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.InteropServices (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime.Numerics (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net461) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Security.Cryptography.Cng (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Security.Cryptography.Csp (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net461) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Text.Encoding (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Threading (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Text.Encoding (4.3) - restriction: || (&& (< net35) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Text.Encoding.Extensions (4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Text.RegularExpressions (4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6)
+ System.Collections (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Globalization (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) (>= netcore1.1)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Threading (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Threading (4.3) - restriction: || (&& (< net35) (>= netstandard1.3)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading.Tasks (4.3) - restriction: || (&& (< net35) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (< net452) (>= netstandard1.1)) (&& (< net452) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading.Tasks.Extensions (4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac))
+ System.Collections (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)
+ System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)
+ System.Threading.Tasks (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)
+ System.Threading.Tasks.Parallel (4.3) - restriction: >= netstandard1.6
+ System.Collections.Concurrent (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading.Thread (4.3) - restriction: >= netstandard1.6
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Threading.ThreadPool (4.3) - restriction: >= netstandard1.6
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Runtime.Handles (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)
+ System.Threading.Timer (4.3) - restriction: || (&& (< net452) (>= netstandard1.2)) (>= netstandard1.6)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net451) (>= netstandard1.2) (< monotouch) (< xamarinios) (< xamarinmac) (< win81) (< wpa81)) (>= dnxcore50)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net451) (>= netstandard1.2) (< monotouch) (< xamarinios) (< xamarinmac) (< win81) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net451) (>= netstandard1.2) (< monotouch) (< xamarinios) (< xamarinmac) (< win81) (< wpa81)) (>= dnxcore50)
+ System.Xml.ReaderWriter (4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net452) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6)
+ System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.IO.FileSystem (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading.Tasks.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Xml.XDocument (4.3) - restriction: || (&& (< net452) (>= netstandard1.1)) (>= netstandard1.6)
+ System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Diagnostics.Tools (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50)
+ xunit.abstractions (2.0.1) - restriction: >= netstandard1.1
+ NETStandard.Library (>= 1.6) - restriction: && (< net35) (>= netstandard1.0)
xunit.assert (2.2)
- NETStandard.Library (>= 1.6) - framework: >= netstandard11
- xunit.core (2.2) - framework: >= netstandard16
+ NETStandard.Library (>= 1.6) - restriction: && (< net452) (>= netstandard1.1)
+ xunit.core (2.2) - restriction: >= netstandard1.6
xunit.extensibility.core (2.2)
xunit.extensibility.execution (2.2)
- xunit.extensibility.core (2.2) - framework: >= net452, >= netstandard11
- NETStandard.Library (>= 1.6) - framework: >= netstandard11
- xunit.abstractions (>= 2.0.1) - framework: >= net452, >= netstandard11
- xunit.extensibility.execution (2.2) - framework: >= net10, >= netstandard10
- NETStandard.Library (>= 1.6) - framework: >= netstandard11
- xunit.extensibility.core (2.2) - framework: >= net452, >= netstandard11
+ xunit.extensibility.core (2.2) - restriction: >= netstandard1.1
+ NETStandard.Library (>= 1.6) - restriction: && (< net452) (>= netstandard1.1)
+ xunit.abstractions (>= 2.0.1) - restriction: >= netstandard1.1
+ xunit.extensibility.execution (2.2)
+ NETStandard.Library (>= 1.6) - restriction: && (< net452) (>= netstandard1.1)
+ xunit.extensibility.core (2.2) - restriction: >= netstandard1.1
xunit.runner.console (2.2)
diff --git a/src/Generator.Converter/Generator.Convert.csproj b/src/Generator.Converter/Generator.Convert.csproj
index 905aa3fb..c5342a88 100644
--- a/src/Generator.Converter/Generator.Convert.csproj
+++ b/src/Generator.Converter/Generator.Convert.csproj
@@ -121,4 +121,33 @@
+
+
+
+
+ ..\..\packages\CommandLineParser\lib\net35\CommandLine.dll
+ True
+ True
+
+
+
+
+
+
+ ..\..\packages\CommandLineParser\lib\net40\CommandLine.dll
+ True
+ True
+
+
+
+
+
+
+ ..\..\packages\CommandLineParser\lib\net45\CommandLine.dll
+ True
+ True
+
+
+
+
\ No newline at end of file
diff --git a/src/Generator.Converter/paket.references b/src/Generator.Converter/paket.references
index e69de29b..3a3f8dae 100644
--- a/src/Generator.Converter/paket.references
+++ b/src/Generator.Converter/paket.references
@@ -0,0 +1 @@
+CommandLineParser
\ No newline at end of file
diff --git a/src/Generator.Rewrite/Generator.Rewrite.csproj b/src/Generator.Rewrite/Generator.Rewrite.csproj
index f7e67e8d..1a92fb66 100644
--- a/src/Generator.Rewrite/Generator.Rewrite.csproj
+++ b/src/Generator.Rewrite/Generator.Rewrite.csproj
@@ -110,7 +110,7 @@
-
+
..\..\packages\Mono.Cecil\lib\net40\Mono.Cecil.dll
@@ -134,7 +134,7 @@
-
+
..\..\packages\Mono.Cecil\lib\netstandard1.3\Mono.Cecil.dll
@@ -167,20 +167,44 @@
False
True
+
+ ..\..\packages\System.Collections\ref\netstandard1.0\System.Collections.xml
+ False
+ True
+
-
+
..\..\packages\System.Collections\ref\netstandard1.3\System.Collections.dll
False
True
+
+ ..\..\packages\System.Collections\ref\netstandard1.3\System.Collections.xml
+ False
+ True
+
-
+
+
+
+ ..\..\packages\System.Collections.Concurrent\ref\netstandard1.1\System.Collections.Concurrent.dll
+ False
+ True
+
+
+ ..\..\packages\System.Collections.Concurrent\ref\netstandard1.1\System.Collections.Concurrent.xml
+ False
+ True
+
+
+
+
..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll
@@ -189,6 +213,20 @@
+
+
+
+ ..\..\packages\System.Collections.Concurrent\ref\netstandard1.3\System.Collections.Concurrent.dll
+ False
+ True
+
+
+ ..\..\packages\System.Collections.Concurrent\ref\netstandard1.3\System.Collections.Concurrent.xml
+ False
+ True
+
+
+
@@ -198,31 +236,29 @@
False
True
+
+ ..\..\packages\System.Diagnostics.Debug\ref\netstandard1.0\System.Diagnostics.Debug.xml
+ False
+ True
+
-
+
..\..\packages\System.Diagnostics.Debug\ref\netstandard1.3\System.Diagnostics.Debug.dll
False
True
+
+ ..\..\packages\System.Diagnostics.Debug\ref\netstandard1.3\System.Diagnostics.Debug.xml
+ False
+ True
+
-
-
-
- True
-
-
- ..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll
- True
- True
-
-
-
@@ -230,6 +266,11 @@
False
True
+
+ ..\..\packages\System.Diagnostics.Tracing\ref\netstandard1.1\System.Diagnostics.Tracing.xml
+ False
+ True
+
@@ -239,6 +280,11 @@
False
True
+
+ ..\..\packages\System.Diagnostics.Tracing\ref\netstandard1.2\System.Diagnostics.Tracing.xml
+ False
+ True
+
@@ -248,15 +294,25 @@
False
True
+
+ ..\..\packages\System.Diagnostics.Tracing\ref\netstandard1.3\System.Diagnostics.Tracing.xml
+ False
+ True
+
-
+
..\..\packages\System.Diagnostics.Tracing\ref\netstandard1.5\System.Diagnostics.Tracing.dll
False
True
+
+ ..\..\packages\System.Diagnostics.Tracing\ref\netstandard1.5\System.Diagnostics.Tracing.xml
+ False
+ True
+
@@ -268,28 +324,29 @@
False
True
+
+ ..\..\packages\System.Globalization\ref\netstandard1.0\System.Globalization.xml
+ False
+ True
+
-
+
..\..\packages\System.Globalization\ref\netstandard1.3\System.Globalization.dll
False
True
+
+ ..\..\packages\System.Globalization\ref\netstandard1.3\System.Globalization.xml
+ False
+ True
+
-
-
-
- ..\..\packages\System.IO\lib\net462\System.IO.dll
- True
- True
-
-
-
@@ -297,6 +354,11 @@
False
True
+
+ ..\..\packages\System.IO\ref\netstandard1.0\System.IO.xml
+ False
+ True
+
@@ -306,41 +368,22 @@
False
True
+
+ ..\..\packages\System.IO\ref\netstandard1.3\System.IO.xml
+ False
+ True
+
-
+
..\..\packages\System.IO\ref\netstandard1.5\System.IO.dll
False
True
-
-
-
-
-
-
-
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll
+
+ ..\..\packages\System.IO\ref\netstandard1.5\System.IO.xml
False
True
@@ -348,16 +391,23 @@
-
+
-
- ..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll
- True
+
+ ..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll
+ False
+ True
+
+
+ ..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.xml
+ False
True
-
+
+
+
..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll
@@ -366,18 +416,37 @@
-
-
-
+
-
- ..\..\packages\System.Linq\lib\net463\System.Linq.dll
- True
+
+ ..\..\packages\System.IO.FileSystem.Primitives\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll
+ False
+ True
+
+
+ ..\..\packages\System.IO.FileSystem.Primitives\ref\netstandard1.3\System.IO.FileSystem.Primitives.xml
+ False
True
-
+
+
+
+
+
+ ..\..\packages\System.Linq\ref\netstandard1.0\System.Linq.dll
+ False
+ True
+
+
+ ..\..\packages\System.Linq\ref\netstandard1.0\System.Linq.xml
+ False
+ True
+
+
+
+
..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll
@@ -386,17 +455,22 @@
-
-
-
+
-
- ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll
- True
+
+ ..\..\packages\System.Linq\ref\netstandard1.6\System.Linq.dll
+ False
+ True
+
+
+ ..\..\packages\System.Linq\ref\netstandard1.6\System.Linq.xml
+ False
True
+
+
@@ -404,6 +478,11 @@
False
True
+
+ ..\..\packages\System.Reflection\ref\netstandard1.0\System.Reflection.xml
+ False
+ True
+
@@ -413,34 +492,64 @@
False
True
+
+ ..\..\packages\System.Reflection\ref\netstandard1.3\System.Reflection.xml
+ False
+ True
+
-
+
..\..\packages\System.Reflection\ref\netstandard1.5\System.Reflection.dll
False
True
+
+ ..\..\packages\System.Reflection\ref\netstandard1.5\System.Reflection.xml
+ False
+ True
+
-
+
-
+
+ ..\..\packages\System.Reflection.Primitives\ref\netstandard1.0\System.Reflection.Primitives.dll
+ False
+ True
+
+
+ ..\..\packages\System.Reflection.Primitives\ref\netstandard1.0\System.Reflection.Primitives.xml
+ False
True
-
+
+
+
-
+
+ ..\..\packages\System.Resources.ResourceManager\ref\netstandard1.0\System.Resources.ResourceManager.dll
+ False
True
-
- ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll
- True
+
+ ..\..\packages\System.Resources.ResourceManager\ref\netstandard1.0\System.Resources.ResourceManager.xml
+ False
+ True
+
+
+
+
+
+
+
+
True
@@ -452,6 +561,11 @@
False
True
+
+ ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.xml
+ False
+ True
+
@@ -461,6 +575,11 @@
False
True
+
+ ..\..\packages\System.Runtime\ref\netstandard1.2\System.Runtime.xml
+ False
+ True
+
@@ -470,28 +589,29 @@
False
True
+
+ ..\..\packages\System.Runtime\ref\netstandard1.3\System.Runtime.xml
+ False
+ True
+
-
+
..\..\packages\System.Runtime\ref\netstandard1.5\System.Runtime.dll
False
True
+
+ ..\..\packages\System.Runtime\ref\netstandard1.5\System.Runtime.xml
+ False
+ True
+
-
-
-
- ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll
- True
- True
-
-
-
@@ -499,6 +619,11 @@
False
True
+
+ ..\..\packages\System.Runtime.Extensions\ref\netstandard1.0\System.Runtime.Extensions.xml
+ False
+ True
+
@@ -508,23 +633,22 @@
False
True
+
+ ..\..\packages\System.Runtime.Extensions\ref\netstandard1.3\System.Runtime.Extensions.xml
+ False
+ True
+
-
+
..\..\packages\System.Runtime.Extensions\ref\netstandard1.5\System.Runtime.Extensions.dll
False
True
-
-
-
-
-
-
-
- ..\..\packages\System.Runtime.Handles\ref\netstandard1.3\System.Runtime.Handles.dll
+
+ ..\..\packages\System.Runtime.Extensions\ref\netstandard1.5\System.Runtime.Extensions.xml
False
True
@@ -532,20 +656,27 @@
-
+
-
- ..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll
- True
+
+ ..\..\packages\System.Runtime.Handles\ref\netstandard1.3\System.Runtime.Handles.dll
+ False
+ True
+
+
+ ..\..\packages\System.Runtime.Handles\ref\netstandard1.3\System.Runtime.Handles.xml
+ False
True
-
+
+
+
- ..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll
- True
+ ..\..\packages\System.Runtime.InteropServices\ref\netcoreapp1.1\System.Runtime.InteropServices.dll
+ False
True
@@ -557,6 +688,11 @@
False
True
+
+ ..\..\packages\System.Runtime.InteropServices\ref\netstandard1.1\System.Runtime.InteropServices.xml
+ False
+ True
+
@@ -566,6 +702,11 @@
False
True
+
+ ..\..\packages\System.Runtime.InteropServices\ref\netstandard1.2\System.Runtime.InteropServices.xml
+ False
+ True
+
@@ -575,36 +716,51 @@
False
True
+
+ ..\..\packages\System.Runtime.InteropServices\ref\netstandard1.3\System.Runtime.InteropServices.xml
+ False
+ True
+
-
+
..\..\packages\System.Runtime.InteropServices\ref\netstandard1.5\System.Runtime.InteropServices.dll
False
True
+
+ ..\..\packages\System.Runtime.InteropServices\ref\netstandard1.5\System.Runtime.InteropServices.xml
+ False
+ True
+
-
+
True
-
+
..\..\packages\System.Runtime.Numerics\ref\netstandard1.1\System.Runtime.Numerics.dll
False
True
+
+ ..\..\packages\System.Runtime.Numerics\ref\netstandard1.1\System.Runtime.Numerics.xml
+ False
+ True
+
-
+
..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll
@@ -615,33 +771,6 @@
-
-
-
- ..\..\packages\System.Security.Cryptography.Algorithms\lib\net46\System.Security.Cryptography.Algorithms.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll
- True
- True
-
-
-
@@ -660,7 +789,7 @@
-
+
..\..\packages\System.Security.Cryptography.Algorithms\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll
@@ -671,16 +800,7 @@
-
-
-
- ..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll
- True
- True
-
-
-
-
+
..\..\packages\System.Security.Cryptography.Csp\ref\netstandard1.3\System.Security.Cryptography.Csp.dll
@@ -691,40 +811,36 @@
-
-
-
- ..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll
- True
- True
-
-
-
-
+
..\..\packages\System.Security.Cryptography.Encoding\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll
False
True
+
+ ..\..\packages\System.Security.Cryptography.Encoding\ref\netstandard1.3\System.Security.Cryptography.Encoding.xml
+ False
+ True
+
-
+
- ..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll
+ ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll
True
True
-
+
- ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll
- True
+ ..\..\packages\System.Security.Cryptography.Primitives\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll
+ False
True
@@ -738,20 +854,44 @@
False
True
+
+ ..\..\packages\System.Text.Encoding\ref\netstandard1.0\System.Text.Encoding.xml
+ False
+ True
+
-
+
..\..\packages\System.Text.Encoding\ref\netstandard1.3\System.Text.Encoding.dll
False
True
+
+ ..\..\packages\System.Text.Encoding\ref\netstandard1.3\System.Text.Encoding.xml
+ False
+ True
+
-
+
+
+
+ ..\..\packages\System.Threading\ref\netstandard1.0\System.Threading.dll
+ False
+ True
+
+
+ ..\..\packages\System.Threading\ref\netstandard1.0\System.Threading.xml
+ False
+ True
+
+
+
+
..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll
@@ -760,6 +900,20 @@
+
+
+
+ ..\..\packages\System.Threading\ref\netstandard1.3\System.Threading.dll
+ False
+ True
+
+
+ ..\..\packages\System.Threading\ref\netstandard1.3\System.Threading.xml
+ False
+ True
+
+
+
@@ -769,15 +923,25 @@
False
True
+
+ ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.xml
+ False
+ True
+
-
+
..\..\packages\System.Threading.Tasks\ref\netstandard1.3\System.Threading.Tasks.dll
False
True
+
+ ..\..\packages\System.Threading.Tasks\ref\netstandard1.3\System.Threading.Tasks.xml
+ False
+ True
+
diff --git a/tests/OpenTK.Tests/OpenTK.Tests.fsproj b/tests/OpenTK.Tests/OpenTK.Tests.fsproj
index af2e6fd4..da97d8e7 100644
--- a/tests/OpenTK.Tests/OpenTK.Tests.fsproj
+++ b/tests/OpenTK.Tests/OpenTK.Tests.fsproj
@@ -90,7 +90,7 @@
-
+
..\..\packages\FsCheck\lib\netstandard1.6\FsCheck.dll
@@ -99,7 +99,7 @@
-
+
..\..\packages\FsCheck\lib\portable-net45+netcore45\FsCheck.dll
@@ -117,7 +117,7 @@
-
+
..\..\packages\FsCheck\lib\portable-net45+netcore45+wpa81+wp8\FsCheck.dll
@@ -137,7 +137,7 @@
-
+
..\..\packages\FsCheck.Xunit\lib\netstandard1.6\FsCheck.Xunit.dll
@@ -157,7 +157,7 @@
-
+
..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll
@@ -168,44 +168,22 @@
-
-
-
- ..\..\packages\Microsoft.Win32.Primitives\lib\net46\Microsoft.Win32.Primitives.dll
- True
- True
-
-
-
-
+
..\..\packages\Microsoft.Win32.Primitives\ref\netstandard1.3\Microsoft.Win32.Primitives.dll
False
True
+
+ ..\..\packages\Microsoft.Win32.Primitives\ref\netstandard1.3\Microsoft.Win32.Primitives.xml
+ False
+ True
+
-
-
-
- ..\..\packages\System.AppContext\lib\net46\System.AppContext.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.AppContext\lib\net463\System.AppContext.dll
- True
- True
-
-
-
@@ -213,9 +191,14 @@
False
True
+
+ ..\..\packages\System.AppContext\ref\netstandard1.3\System.AppContext.xml
+ False
+ True
+
-
+
..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll
@@ -224,9 +207,23 @@
+
+
+
+ ..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll
+ False
+ True
+
+
+ ..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.xml
+ False
+ True
+
+
+
-
+
..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll
@@ -244,20 +241,44 @@
False
True
+
+ ..\..\packages\System.Collections\ref\netstandard1.0\System.Collections.xml
+ False
+ True
+
-
+
..\..\packages\System.Collections\ref\netstandard1.3\System.Collections.dll
False
True
+
+ ..\..\packages\System.Collections\ref\netstandard1.3\System.Collections.xml
+ False
+ True
+
-
+
+
+
+ ..\..\packages\System.Collections.Concurrent\ref\netstandard1.1\System.Collections.Concurrent.dll
+ False
+ True
+
+
+ ..\..\packages\System.Collections.Concurrent\ref\netstandard1.1\System.Collections.Concurrent.xml
+ False
+ True
+
+
+
+
..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll
@@ -266,24 +287,34 @@
-
-
-
+
-
- ..\..\packages\System.Console\lib\net46\System.Console.dll
- True
+
+ ..\..\packages\System.Collections.Concurrent\ref\netstandard1.3\System.Collections.Concurrent.dll
+ False
+ True
+
+
+ ..\..\packages\System.Collections.Concurrent\ref\netstandard1.3\System.Collections.Concurrent.xml
+ False
True
-
+
+
+
..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll
False
True
+
+ ..\..\packages\System.Console\ref\netstandard1.3\System.Console.xml
+ False
+ True
+
@@ -295,38 +326,30 @@
False
True
+
+ ..\..\packages\System.Diagnostics.Debug\ref\netstandard1.0\System.Diagnostics.Debug.xml
+ False
+ True
+
-
+
..\..\packages\System.Diagnostics.Debug\ref\netstandard1.3\System.Diagnostics.Debug.dll
False
True
+
+ ..\..\packages\System.Diagnostics.Debug\ref\netstandard1.3\System.Diagnostics.Debug.xml
+ False
+ True
+
-
-
-
- ..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.1\System.Diagnostics.DiagnosticSource.dll
- True
- True
-
-
-
-
+
..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll
@@ -337,15 +360,22 @@
-
+
-
- ..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll
- True
+
+ ..\..\packages\System.Diagnostics.Tools\ref\netstandard1.0\System.Diagnostics.Tools.dll
+ False
+ True
+
+
+ ..\..\packages\System.Diagnostics.Tools\ref\netstandard1.0\System.Diagnostics.Tools.xml
+ False
True
+
+
@@ -353,6 +383,11 @@
False
True
+
+ ..\..\packages\System.Diagnostics.Tracing\ref\netstandard1.1\System.Diagnostics.Tracing.xml
+ False
+ True
+
@@ -362,6 +397,11 @@
False
True
+
+ ..\..\packages\System.Diagnostics.Tracing\ref\netstandard1.2\System.Diagnostics.Tracing.xml
+ False
+ True
+
@@ -371,15 +411,25 @@
False
True
+
+ ..\..\packages\System.Diagnostics.Tracing\ref\netstandard1.3\System.Diagnostics.Tracing.xml
+ False
+ True
+
-
+
..\..\packages\System.Diagnostics.Tracing\ref\netstandard1.5\System.Diagnostics.Tracing.dll
False
True
+
+ ..\..\packages\System.Diagnostics.Tracing\ref\netstandard1.5\System.Diagnostics.Tracing.xml
+ False
+ True
+
@@ -391,52 +441,38 @@
False
True
+
+ ..\..\packages\System.Globalization\ref\netstandard1.0\System.Globalization.xml
+ False
+ True
+
-
+
..\..\packages\System.Globalization\ref\netstandard1.3\System.Globalization.dll
False
True
-
-
-
-
-
-
-
- ..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll
- True
+
+ ..\..\packages\System.Globalization\ref\netstandard1.3\System.Globalization.xml
+ False
True
-
+
+
+
..\..\packages\System.Globalization.Calendars\ref\netstandard1.3\System.Globalization.Calendars.dll
False
True
-
-
-
-
-
-
-
- ..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Globalization.Extensions\ref\netstandard1.3\System.Globalization.Extensions.dll
+
+ ..\..\packages\System.Globalization.Calendars\ref\netstandard1.3\System.Globalization.Calendars.xml
False
True
@@ -444,15 +480,22 @@
-
+
-
- ..\..\packages\System.IO\lib\net462\System.IO.dll
- True
+
+ ..\..\packages\System.Globalization.Extensions\ref\netstandard1.3\System.Globalization.Extensions.dll
+ False
+ True
+
+
+ ..\..\packages\System.Globalization.Extensions\ref\netstandard1.3\System.Globalization.Extensions.xml
+ False
True
+
+
@@ -460,6 +503,11 @@
False
True
+
+ ..\..\packages\System.IO\ref\netstandard1.0\System.IO.xml
+ False
+ True
+
@@ -469,31 +517,46 @@
False
True
+
+ ..\..\packages\System.IO\ref\netstandard1.3\System.IO.xml
+ False
+ True
+
-
+
..\..\packages\System.IO\ref\netstandard1.5\System.IO.dll
False
True
+
+ ..\..\packages\System.IO\ref\netstandard1.5\System.IO.xml
+ False
+ True
+
-
+
True
-
+
+
+
+ True
+
+
+
+
- ..\..\packages\System.IO.Compression\lib\net46\System.IO.Compression.dll
- True
True
@@ -505,32 +568,44 @@
False
True
+
+ ..\..\packages\System.IO.Compression\ref\netstandard1.1\System.IO.Compression.xml
+ False
+ True
+
-
+
..\..\packages\System.IO.Compression\ref\netstandard1.3\System.IO.Compression.dll
False
True
+
+ ..\..\packages\System.IO.Compression\ref\netstandard1.3\System.IO.Compression.xml
+ False
+ True
+
+
+
+
+
+
+ True
+
+
+
+
+
+
+ True
+
-
-
-
- True
-
-
- ..\..\packages\System.IO.Compression.ZipFile\lib\net46\System.IO.Compression.ZipFile.dll
- True
- True
-
-
-
-
+
..\..\packages\System.IO.Compression.ZipFile\lib\netstandard1.3\System.IO.Compression.ZipFile.dll
@@ -539,21 +614,15 @@
-
-
-
+
-
- ..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll
- True
+
+ ..\..\packages\System.IO.Compression.ZipFile\ref\netstandard1.3\System.IO.Compression.ZipFile.dll
+ False
True
-
-
-
-
-
- ..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll
+
+ ..\..\packages\System.IO.Compression.ZipFile\ref\netstandard1.3\System.IO.Compression.ZipFile.xml
False
True
@@ -561,16 +630,23 @@
-
+
-
- ..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll
- True
+
+ ..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll
+ False
+ True
+
+
+ ..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.xml
+ False
True
-
+
+
+
..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll
@@ -579,18 +655,37 @@
-
-
-
+
-
- ..\..\packages\System.Linq\lib\net463\System.Linq.dll
- True
+
+ ..\..\packages\System.IO.FileSystem.Primitives\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll
+ False
+ True
+
+
+ ..\..\packages\System.IO.FileSystem.Primitives\ref\netstandard1.3\System.IO.FileSystem.Primitives.xml
+ False
True
-
+
+
+
+
+
+ ..\..\packages\System.Linq\ref\netstandard1.0\System.Linq.dll
+ False
+ True
+
+
+ ..\..\packages\System.Linq\ref\netstandard1.0\System.Linq.xml
+ False
+ True
+
+
+
+
..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll
@@ -599,17 +694,22 @@
-
-
-
+
-
- ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll
- True
+
+ ..\..\packages\System.Linq\ref\netstandard1.6\System.Linq.dll
+ False
+ True
+
+
+ ..\..\packages\System.Linq\ref\netstandard1.6\System.Linq.xml
+ False
True
+
+
@@ -617,6 +717,11 @@
False
True
+
+ ..\..\packages\System.Linq.Expressions\ref\netstandard1.0\System.Linq.Expressions.xml
+ False
+ True
+
@@ -626,9 +731,14 @@
False
True
+
+ ..\..\packages\System.Linq.Expressions\ref\netstandard1.3\System.Linq.Expressions.xml
+ False
+ True
+
-
+
..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll
@@ -637,9 +747,37 @@
+
+
+
+ ..\..\packages\System.Linq.Expressions\ref\netstandard1.6\System.Linq.Expressions.dll
+ False
+ True
+
+
+ ..\..\packages\System.Linq.Expressions\ref\netstandard1.6\System.Linq.Expressions.xml
+ False
+ True
+
+
+
-
+
+
+
+ ..\..\packages\System.Linq.Queryable\ref\netstandard1.0\System.Linq.Queryable.dll
+ False
+ True
+
+
+ ..\..\packages\System.Linq.Queryable\ref\netstandard1.0\System.Linq.Queryable.xml
+ False
+ True
+
+
+
+
..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll
@@ -650,18 +788,30 @@
-
+
True
-
+
+
+
+ True
+
+
+
+
+
+
+ True
+
+
+
+
- ..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll
- True
True
@@ -675,7 +825,7 @@
-
+
..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.dll
@@ -684,6 +834,13 @@
+
+
+
+ True
+
+
+
@@ -693,32 +850,22 @@
False
True
+
+ ..\..\packages\System.Net.Primitives\ref\netstandard1.1\System.Net.Primitives.xml
+ False
+ True
+
-
+
..\..\packages\System.Net.Primitives\ref\netstandard1.3\System.Net.Primitives.dll
False
True
-
-
-
-
-
-
-
- ..\..\packages\System.Net.Sockets\lib\net46\System.Net.Sockets.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Net.Sockets\ref\netstandard1.3\System.Net.Sockets.dll
+
+ ..\..\packages\System.Net.Primitives\ref\netstandard1.3\System.Net.Primitives.xml
False
True
@@ -726,7 +873,39 @@
-
+
+
+
+ ..\..\packages\System.Net.Requests\ref\netstandard1.3\System.Net.Requests.dll
+ False
+ True
+
+
+ ..\..\packages\System.Net.Requests\ref\netstandard1.3\System.Net.Requests.xml
+ False
+ True
+
+
+
+
+
+
+
+
+ ..\..\packages\System.Net.Sockets\ref\netstandard1.3\System.Net.Sockets.dll
+ False
+ True
+
+
+ ..\..\packages\System.Net.Sockets\ref\netstandard1.3\System.Net.Sockets.xml
+ False
+ True
+
+
+
+
+
+
..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll
@@ -735,9 +914,37 @@
+
+
+
+ ..\..\packages\System.Net.WebHeaderCollection\ref\netstandard1.3\System.Net.WebHeaderCollection.dll
+ False
+ True
+
+
+ ..\..\packages\System.Net.WebHeaderCollection\ref\netstandard1.3\System.Net.WebHeaderCollection.xml
+ False
+ True
+
+
+
-
+
+
+
+ ..\..\packages\System.ObjectModel\ref\netstandard1.0\System.ObjectModel.dll
+ False
+ True
+
+
+ ..\..\packages\System.ObjectModel\ref\netstandard1.0\System.ObjectModel.xml
+ False
+ True
+
+
+
+
..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll
@@ -746,17 +953,22 @@
-
-
-
+
-
- ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll
- True
+
+ ..\..\packages\System.ObjectModel\ref\netstandard1.3\System.ObjectModel.dll
+ False
+ True
+
+
+ ..\..\packages\System.ObjectModel\ref\netstandard1.3\System.ObjectModel.xml
+ False
True
+
+
@@ -764,6 +976,11 @@
False
True
+
+ ..\..\packages\System.Reflection\ref\netstandard1.0\System.Reflection.xml
+ False
+ True
+
@@ -773,20 +990,44 @@
False
True
+
+ ..\..\packages\System.Reflection\ref\netstandard1.3\System.Reflection.xml
+ False
+ True
+
-
+
..\..\packages\System.Reflection\ref\netstandard1.5\System.Reflection.dll
False
True
+
+ ..\..\packages\System.Reflection\ref\netstandard1.5\System.Reflection.xml
+ False
+ True
+
-
+
+
+
+ ..\..\packages\System.Reflection.Emit\ref\netstandard1.1\System.Reflection.Emit.dll
+ False
+ True
+
+
+ ..\..\packages\System.Reflection.Emit\ref\netstandard1.1\System.Reflection.Emit.xml
+ False
+ True
+
+
+
+
..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll
@@ -797,7 +1038,21 @@
-
+
+
+
+ ..\..\packages\System.Reflection.Emit.ILGeneration\ref\netstandard1.0\System.Reflection.Emit.ILGeneration.dll
+ False
+ True
+
+
+ ..\..\packages\System.Reflection.Emit.ILGeneration\ref\netstandard1.0\System.Reflection.Emit.ILGeneration.xml
+ False
+ True
+
+
+
+
..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll
@@ -808,7 +1063,21 @@
-
+
+
+
+ ..\..\packages\System.Reflection.Emit.Lightweight\ref\netstandard1.0\System.Reflection.Emit.Lightweight.dll
+ False
+ True
+
+
+ ..\..\packages\System.Reflection.Emit.Lightweight\ref\netstandard1.0\System.Reflection.Emit.Lightweight.xml
+ False
+ True
+
+
+
+
..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll
@@ -819,25 +1088,39 @@
-
+
-
- ..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll
- True
+
+ ..\..\packages\System.Reflection.Extensions\ref\netstandard1.0\System.Reflection.Extensions.dll
+ False
+ True
+
+
+ ..\..\packages\System.Reflection.Extensions\ref\netstandard1.0\System.Reflection.Extensions.xml
+ False
True
-
+
+
+
-
- ..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll
- True
+
+ ..\..\packages\System.Reflection.Primitives\ref\netstandard1.0\System.Reflection.Primitives.dll
+ False
+ True
+
+
+ ..\..\packages\System.Reflection.Primitives\ref\netstandard1.0\System.Reflection.Primitives.xml
+ False
True
-
+
+
+
..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll
@@ -846,23 +1129,41 @@
-
-
-
+
-
+
+ ..\..\packages\System.Reflection.TypeExtensions\ref\netstandard1.5\System.Reflection.TypeExtensions.dll
+ False
+ True
+
+
+ ..\..\packages\System.Reflection.TypeExtensions\ref\netstandard1.5\System.Reflection.TypeExtensions.xml
+ False
True
-
+
+
+
-
+
+ ..\..\packages\System.Resources.ResourceManager\ref\netstandard1.0\System.Resources.ResourceManager.dll
+ False
True
-
- ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll
- True
+
+ ..\..\packages\System.Resources.ResourceManager\ref\netstandard1.0\System.Resources.ResourceManager.xml
+ False
+ True
+
+
+
+
+
+
+
+
True
@@ -874,6 +1175,11 @@
False
True
+
+ ..\..\packages\System.Runtime\ref\netstandard1.0\System.Runtime.xml
+ False
+ True
+
@@ -883,6 +1189,11 @@
False
True
+
+ ..\..\packages\System.Runtime\ref\netstandard1.2\System.Runtime.xml
+ False
+ True
+
@@ -892,28 +1203,29 @@
False
True
+
+ ..\..\packages\System.Runtime\ref\netstandard1.3\System.Runtime.xml
+ False
+ True
+
-
+
..\..\packages\System.Runtime\ref\netstandard1.5\System.Runtime.dll
False
True
+
+ ..\..\packages\System.Runtime\ref\netstandard1.5\System.Runtime.xml
+ False
+ True
+
-
-
-
- ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll
- True
- True
-
-
-
@@ -921,6 +1233,11 @@
False
True
+
+ ..\..\packages\System.Runtime.Extensions\ref\netstandard1.0\System.Runtime.Extensions.xml
+ False
+ True
+
@@ -930,23 +1247,22 @@
False
True
+
+ ..\..\packages\System.Runtime.Extensions\ref\netstandard1.3\System.Runtime.Extensions.xml
+ False
+ True
+
-
+
..\..\packages\System.Runtime.Extensions\ref\netstandard1.5\System.Runtime.Extensions.dll
False
True
-
-
-
-
-
-
-
- ..\..\packages\System.Runtime.Handles\ref\netstandard1.3\System.Runtime.Handles.dll
+
+ ..\..\packages\System.Runtime.Extensions\ref\netstandard1.5\System.Runtime.Extensions.xml
False
True
@@ -954,20 +1270,27 @@
-
+
-
- ..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll
- True
+
+ ..\..\packages\System.Runtime.Handles\ref\netstandard1.3\System.Runtime.Handles.dll
+ False
+ True
+
+
+ ..\..\packages\System.Runtime.Handles\ref\netstandard1.3\System.Runtime.Handles.xml
+ False
True
-
+
+
+
- ..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll
- True
+ ..\..\packages\System.Runtime.InteropServices\ref\netcoreapp1.1\System.Runtime.InteropServices.dll
+ False
True
@@ -979,6 +1302,11 @@
False
True
+
+ ..\..\packages\System.Runtime.InteropServices\ref\netstandard1.1\System.Runtime.InteropServices.xml
+ False
+ True
+
@@ -988,6 +1316,11 @@
False
True
+
+ ..\..\packages\System.Runtime.InteropServices\ref\netstandard1.2\System.Runtime.InteropServices.xml
+ False
+ True
+
@@ -997,20 +1330,30 @@
False
True
+
+ ..\..\packages\System.Runtime.InteropServices\ref\netstandard1.3\System.Runtime.InteropServices.xml
+ False
+ True
+
-
+
..\..\packages\System.Runtime.InteropServices\ref\netstandard1.5\System.Runtime.InteropServices.dll
False
True
+
+ ..\..\packages\System.Runtime.InteropServices\ref\netstandard1.5\System.Runtime.InteropServices.xml
+ False
+ True
+
-
+
..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll
@@ -1019,7 +1362,7 @@
-
+
..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll
@@ -1028,7 +1371,7 @@
-
+
..\..\packages\System.Runtime.InteropServices.RuntimeInformation\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll
@@ -1037,7 +1380,7 @@
-
+
..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\wpa81\System.Runtime.InteropServices.RuntimeInformation.dll
@@ -1048,16 +1391,21 @@
-
+
..\..\packages\System.Runtime.Numerics\ref\netstandard1.1\System.Runtime.Numerics.dll
False
True
+
+ ..\..\packages\System.Runtime.Numerics\ref\netstandard1.1\System.Runtime.Numerics.xml
+ False
+ True
+
-
+
..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll
@@ -1068,33 +1416,6 @@
-
-
-
- ..\..\packages\System.Security.Cryptography.Algorithms\lib\net46\System.Security.Cryptography.Algorithms.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll
- True
- True
-
-
-
@@ -1113,7 +1434,7 @@
-
+
..\..\packages\System.Security.Cryptography.Algorithms\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll
@@ -1124,34 +1445,7 @@
-
-
-
- ..\..\packages\System.Security.Cryptography.Cng\lib\net46\System.Security.Cryptography.Cng.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll
- True
- True
-
-
-
-
+
..\..\packages\System.Security.Cryptography.Cng\ref\netstandard1.6\System.Security.Cryptography.Cng.dll
@@ -1162,16 +1456,7 @@
-
-
-
- ..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll
- True
- True
-
-
-
-
+
..\..\packages\System.Security.Cryptography.Csp\ref\netstandard1.3\System.Security.Cryptography.Csp.dll
@@ -1182,27 +1467,23 @@
-
-
-
- ..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll
- True
- True
-
-
-
-
+
..\..\packages\System.Security.Cryptography.Encoding\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll
False
True
+
+ ..\..\packages\System.Security.Cryptography.Encoding\ref\netstandard1.3\System.Security.Cryptography.Encoding.xml
+ False
+ True
+
-
+
..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll
@@ -1211,18 +1492,18 @@
-
-
-
+
-
- ..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll
- True
+
+ ..\..\packages\System.Security.Cryptography.OpenSsl\ref\netstandard1.6\System.Security.Cryptography.OpenSsl.dll
+ False
True
-
+
+
+
..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll
@@ -1231,26 +1512,17 @@
+
+
+
+ ..\..\packages\System.Security.Cryptography.Primitives\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll
+ False
+ True
+
+
+
-
-
-
- ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net46\System.Security.Cryptography.X509Certificates.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll
- True
- True
-
-
-
@@ -1258,15 +1530,25 @@
False
True
+
+ ..\..\packages\System.Security.Cryptography.X509Certificates\ref\netstandard1.3\System.Security.Cryptography.X509Certificates.xml
+ False
+ True
+
-
+
..\..\packages\System.Security.Cryptography.X509Certificates\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll
False
True
+
+ ..\..\packages\System.Security.Cryptography.X509Certificates\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.xml
+ False
+ True
+
@@ -1278,15 +1560,25 @@
False
True
+
+ ..\..\packages\System.Text.Encoding\ref\netstandard1.0\System.Text.Encoding.xml
+ False
+ True
+
-
+
..\..\packages\System.Text.Encoding\ref\netstandard1.3\System.Text.Encoding.dll
False
True
+
+ ..\..\packages\System.Text.Encoding\ref\netstandard1.3\System.Text.Encoding.xml
+ False
+ True
+
@@ -1298,24 +1590,34 @@
False
True
+
+ ..\..\packages\System.Text.Encoding.Extensions\ref\netstandard1.0\System.Text.Encoding.Extensions.xml
+ False
+ True
+
-
+
..\..\packages\System.Text.Encoding.Extensions\ref\netstandard1.3\System.Text.Encoding.Extensions.dll
False
True
+
+ ..\..\packages\System.Text.Encoding.Extensions\ref\netstandard1.3\System.Text.Encoding.Extensions.xml
+ False
+ True
+
-
+
- ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll
- True
+ ..\..\packages\System.Text.RegularExpressions\ref\netcoreapp1.1\System.Text.RegularExpressions.dll
+ False
True
@@ -1327,6 +1629,11 @@
False
True
+
+ ..\..\packages\System.Text.RegularExpressions\ref\netstandard1.0\System.Text.RegularExpressions.xml
+ False
+ True
+
@@ -1336,9 +1643,14 @@
False
True
+
+ ..\..\packages\System.Text.RegularExpressions\ref\netstandard1.3\System.Text.RegularExpressions.xml
+ False
+ True
+
-
+
..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll
@@ -1347,9 +1659,37 @@
+
+
+
+ ..\..\packages\System.Text.RegularExpressions\ref\netstandard1.6\System.Text.RegularExpressions.dll
+ False
+ True
+
+
+ ..\..\packages\System.Text.RegularExpressions\ref\netstandard1.6\System.Text.RegularExpressions.xml
+ False
+ True
+
+
+
-
+
+
+
+ ..\..\packages\System.Threading\ref\netstandard1.0\System.Threading.dll
+ False
+ True
+
+
+ ..\..\packages\System.Threading\ref\netstandard1.0\System.Threading.xml
+ False
+ True
+
+
+
+
..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll
@@ -1358,6 +1698,20 @@
+
+
+
+ ..\..\packages\System.Threading\ref\netstandard1.3\System.Threading.dll
+ False
+ True
+
+
+ ..\..\packages\System.Threading\ref\netstandard1.3\System.Threading.xml
+ False
+ True
+
+
+
@@ -1367,20 +1721,30 @@
False
True
+
+ ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.xml
+ False
+ True
+
-
+
..\..\packages\System.Threading.Tasks\ref\netstandard1.3\System.Threading.Tasks.dll
False
True
+
+ ..\..\packages\System.Threading.Tasks\ref\netstandard1.3\System.Threading.Tasks.xml
+ False
+ True
+
-
+
..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll
@@ -1391,7 +1755,21 @@
-
+
+
+
+ ..\..\packages\System.Threading.Tasks.Parallel\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll
+ False
+ True
+
+
+ ..\..\packages\System.Threading.Tasks.Parallel\ref\netstandard1.1\System.Threading.Tasks.Parallel.xml
+ False
+ True
+
+
+
+
..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll
@@ -1402,16 +1780,7 @@
-
-
-
- ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll
- True
- True
-
-
-
-
+
..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll
@@ -1420,18 +1789,23 @@
-
-
-
+
-
- ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll
- True
+
+ ..\..\packages\System.Threading.Thread\ref\netstandard1.3\System.Threading.Thread.dll
+ False
+ True
+
+
+ ..\..\packages\System.Threading.Thread\ref\netstandard1.3\System.Threading.Thread.xml
+ False
True
-
+
+
+
..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll
@@ -1440,28 +1814,60 @@
+
+
+
+ ..\..\packages\System.Threading.ThreadPool\ref\netstandard1.3\System.Threading.ThreadPool.dll
+ False
+ True
+
+
+ ..\..\packages\System.Threading.ThreadPool\ref\netstandard1.3\System.Threading.ThreadPool.xml
+ False
+ True
+
+
+
-
+
+
+
+ ..\..\packages\System.Threading.Timer\ref\netstandard1.2\System.Threading.Timer.dll
+ False
+ True
+
+
+ ..\..\packages\System.Threading.Timer\ref\netstandard1.2\System.Threading.Timer.xml
+ False
+ True
+
+
+
+
+
+
True
-
+
-
+
+ ..\..\packages\System.Xml.ReaderWriter\ref\netstandard1.0\System.Xml.ReaderWriter.dll
+ False
True
- ..\..\packages\System.Xml.ReaderWriter\lib\net46\System.Xml.ReaderWriter.dll
- True
+ ..\..\packages\System.Xml.ReaderWriter\ref\netstandard1.0\System.Xml.ReaderWriter.xml
+ False
True
-
+
..\..\packages\System.Xml.ReaderWriter\lib\netstandard1.3\System.Xml.ReaderWriter.dll
@@ -1470,16 +1876,44 @@
+
+
+
+ ..\..\packages\System.Xml.ReaderWriter\ref\netstandard1.3\System.Xml.ReaderWriter.dll
+ False
+ True
+
+
+ ..\..\packages\System.Xml.ReaderWriter\ref\netstandard1.3\System.Xml.ReaderWriter.xml
+ False
+ True
+
+
+
-
+
True
-
+
+
+
+ ..\..\packages\System.Xml.XDocument\ref\netstandard1.0\System.Xml.XDocument.dll
+ False
+ True
+
+
+ ..\..\packages\System.Xml.XDocument\ref\netstandard1.0\System.Xml.XDocument.xml
+ False
+ True
+
+
+
+
..\..\packages\System.Xml.XDocument\lib\netstandard1.3\System.Xml.XDocument.dll
@@ -1488,9 +1922,23 @@
+
+
+
+ ..\..\packages\System.Xml.XDocument\ref\netstandard1.3\System.Xml.XDocument.dll
+ False
+ True
+
+
+ ..\..\packages\System.Xml.XDocument\ref\netstandard1.3\System.Xml.XDocument.xml
+ False
+ True
+
+
+
-
+
..\..\packages\xunit.abstractions\lib\net35\xunit.abstractions.dll
@@ -1499,7 +1947,7 @@
-
+
..\..\packages\xunit.abstractions\lib\netstandard1.0\xunit.abstractions.dll
@@ -1510,7 +1958,7 @@
-
+
..\..\packages\xunit.assert\lib\netstandard1.1\xunit.assert.dll
@@ -1521,7 +1969,7 @@
-
+
..\..\packages\xunit.extensibility.core\lib\netstandard1.1\xunit.core.dll
@@ -1541,7 +1989,7 @@
-
+
..\..\packages\xunit.extensibility.execution\lib\netstandard1.1\xunit.execution.dotnet.dll