summaryrefslogtreecommitdiff
path: root/packaging/Add-project.lock.json-files.patch
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2017-02-13 19:52:53 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-06-13 18:52:36 +0900
commitc99a64d2a0ea9787cd2b7e4a8f6125ce3e554be6 (patch)
tree9e57860c94624f2afc56a297a4af8b85188cfc33 /packaging/Add-project.lock.json-files.patch
parent0c50bd4db96b0d5e90365d302303e6ffb0693b62 (diff)
downloadcoreclr-c99a64d2a0ea9787cd2b7e4a8f6125ce3e554be6.tar.gz
coreclr-c99a64d2a0ea9787cd2b7e4a8f6125ce3e554be6.tar.bz2
coreclr-c99a64d2a0ea9787cd2b7e4a8f6125ce3e554be6.zip
Update downloaded_files and project.lock.json file for coreclr-9910
Change-Id: I7b392a83285486a311079be9f591721b5bbb6ef7 Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Diffstat (limited to 'packaging/Add-project.lock.json-files.patch')
-rw-r--r--packaging/Add-project.lock.json-files.patch8472
1 files changed, 8472 insertions, 0 deletions
diff --git a/packaging/Add-project.lock.json-files.patch b/packaging/Add-project.lock.json-files.patch
new file mode 100644
index 0000000000..043134c040
--- /dev/null
+++ b/packaging/Add-project.lock.json-files.patch
@@ -0,0 +1,8472 @@
+From 64402873b4f203052bbc2144264b9ae682c9907f Mon Sep 17 00:00:00 2001
+From: Jiyoung Yun <jy910.yun@samsung.com>
+Date: Fri, 10 Feb 2017 19:32:10 +0900
+Subject: [PATCH] Add project.lock.json files
+
+Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
+---
+ src/.nuget/init/project.lock.json | 40 +
+ src/ToolBox/SOS/NETCore/project.lock.json | 7217 +++++++++++++++++++++++++++++
+ src/mscorlib/facade/project.lock.json | 1176 +++++
+ 3 files changed, 8433 insertions(+)
+ create mode 100755 src/.nuget/init/project.lock.json
+ create mode 100755 src/ToolBox/SOS/NETCore/project.lock.json
+ create mode 100755 src/mscorlib/facade/project.lock.json
+
+diff --git a/src/.nuget/init/project.lock.json b/src/.nuget/init/project.lock.json
+new file mode 100755
+index 0000000..d70dc13
+--- /dev/null
++++ b/src/.nuget/init/project.lock.json
+@@ -0,0 +1,40 @@
++{
++ "locked": false,
++ "version": 2,
++ "targets": {
++ "DNXCore,Version=v5.0": {
++ "Microsoft.NETCore.Platforms/1.0.2-beta-24224-02": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ }
++ }
++ },
++ "libraries": {
++ "Microsoft.NETCore.Platforms/1.0.2-beta-24224-02": {
++ "sha512": "2iueL6ciB4i0waip9Y87I+bU9ObLCbucAcHfVBea2CsOeXljU5stmrqi48hgjHN/0v3Y2QAj7/6yWcjsmxpQTQ==",
++ "type": "package",
++ "path": "Microsoft.NETCore.Platforms/1.0.2-beta-24224-02",
++ "files": [
++ "Microsoft.NETCore.Platforms.1.0.2-beta-24224-02.nupkg.sha512",
++ "Microsoft.NETCore.Platforms.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.0/_._",
++ "runtime.json"
++ ]
++ }
++ },
++ "projectFileDependencyGroups": {
++ "": [
++ "Microsoft.NETCore.Platforms >= 1.0.2-beta-24224-02"
++ ],
++ "DNXCore,Version=v5.0": []
++ },
++ "tools": {},
++ "projectFileToolGroups": {}
++}
+\ No newline at end of file
+diff --git a/src/ToolBox/SOS/NETCore/project.lock.json b/src/ToolBox/SOS/NETCore/project.lock.json
+new file mode 100755
+index 0000000..c4f1621
+--- /dev/null
++++ b/src/ToolBox/SOS/NETCore/project.lock.json
+@@ -0,0 +1,7217 @@
++{
++ "locked": false,
++ "version": 2,
++ "targets": {
++ ".NETCoreApp,Version=v1.0": {
++ "Microsoft.NETCore.Platforms/1.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "Microsoft.NETCore.Targets/1.1.0": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "System.Buffers/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ }
++ },
++ "System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/_._": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "System.IO/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.Compression.dll": {}
++ },
++ "runtimeTargets": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {
++ "assetType": "runtime",
++ "rid": "unix"
++ },
++ "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {
++ "assetType": "runtime",
++ "rid": "win"
++ }
++ }
++ },
++ "System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading.Tasks": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "System.IO.FileSystem.Primitives/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ }
++ },
++ "System.Linq/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Reflection/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ }
++ },
++ "System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.dll": {}
++ }
++ },
++ "System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ }
++ },
++ ".NETCoreApp,Version=v1.0/centos.7-x64": {
++ "Microsoft.NETCore.Platforms/1.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "Microsoft.NETCore.Targets/1.1.0": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.any.System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "runtime.any.System.IO/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ },
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.native.System/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.rhel.7-x64.runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.rhel.7-x64.runtime.native.System/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/rhel.7-x64/native/System.Native.a": {},
++ "runtimes/rhel.7-x64/native/System.Native.so": {}
++ }
++ },
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/rhel.7-x64/native/System.IO.Compression.Native.so": {}
++ }
++ },
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {}
++ }
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "runtime.unix.System.IO.FileSystem/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.FileSystem.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "runtime.unix.System.Private.Uri/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
++ }
++ },
++ "runtime.unix.System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Buffers/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Collections": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ }
++ },
++ "System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Diagnostics.Debug": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Diagnostics.Tracing": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Globalization": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "System.IO/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.any.System.IO": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.Compression.dll": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {}
++ }
++ },
++ "System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.unix.System.IO.FileSystem": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "System.IO.FileSystem.Primitives/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ }
++ },
++ "System.Linq/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Private.Uri/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.unix.System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ }
++ },
++ "System.Reflection/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ }
++ },
++ "System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Primitives": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Resources.ResourceManager": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.any.System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Runtime.Handles": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "runtime.any.System.Runtime.InteropServices": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Text.Encoding": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.dll": {}
++ }
++ },
++ "System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ }
++ },
++ ".NETCoreApp,Version=v1.0/debian.8-x64": {
++ "Microsoft.NETCore.Platforms/1.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "Microsoft.NETCore.Targets/1.1.0": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.any.System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "runtime.any.System.IO/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ },
++ "runtime.debian.8-x64.runtime.native.System/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/debian.8-x64/native/System.Native.a": {},
++ "runtimes/debian.8-x64/native/System.Native.so": {}
++ }
++ },
++ "runtime.debian.8-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/debian.8-x64/native/System.IO.Compression.Native.so": {}
++ }
++ },
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {}
++ }
++ },
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.native.System/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.debian.8-x64.runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.debian.8-x64.runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "runtime.unix.System.IO.FileSystem/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.FileSystem.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "runtime.unix.System.Private.Uri/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
++ }
++ },
++ "runtime.unix.System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Buffers/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Collections": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ }
++ },
++ "System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Diagnostics.Debug": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Diagnostics.Tracing": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Globalization": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "System.IO/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.any.System.IO": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.Compression.dll": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {}
++ }
++ },
++ "System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.unix.System.IO.FileSystem": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "System.IO.FileSystem.Primitives/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ }
++ },
++ "System.Linq/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Private.Uri/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.unix.System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ }
++ },
++ "System.Reflection/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ }
++ },
++ "System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Primitives": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Resources.ResourceManager": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.any.System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Runtime.Handles": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "runtime.any.System.Runtime.InteropServices": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Text.Encoding": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.dll": {}
++ }
++ },
++ "System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ }
++ },
++ ".NETCoreApp,Version=v1.0/osx.10.10-x64": {
++ "Microsoft.NETCore.Platforms/1.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "Microsoft.NETCore.Targets/1.1.0": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.any.System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "runtime.any.System.IO/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ },
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.native.System/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.osx.10.10-x64.runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.osx.10.10-x64.runtime.native.System/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/osx.10.10-x64/native/System.Native.a": {},
++ "runtimes/osx.10.10-x64/native/System.Native.dylib": {}
++ }
++ },
++ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/osx.10.10-x64/native/System.IO.Compression.Native.dylib": {}
++ }
++ },
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": {}
++ }
++ },
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "runtime.unix.System.IO.FileSystem/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.FileSystem.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "runtime.unix.System.Private.Uri/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
++ }
++ },
++ "runtime.unix.System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Buffers/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Collections": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ }
++ },
++ "System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Diagnostics.Debug": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Diagnostics.Tracing": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Globalization": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "System.IO/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.any.System.IO": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.Compression.dll": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {}
++ }
++ },
++ "System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.unix.System.IO.FileSystem": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "System.IO.FileSystem.Primitives/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ }
++ },
++ "System.Linq/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Private.Uri/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.unix.System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ }
++ },
++ "System.Reflection/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ }
++ },
++ "System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Primitives": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Resources.ResourceManager": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.any.System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Runtime.Handles": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "runtime.any.System.Runtime.InteropServices": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Text.Encoding": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.dll": {}
++ }
++ },
++ "System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ }
++ },
++ ".NETCoreApp,Version=v1.0/rhel.7-x64": {
++ "Microsoft.NETCore.Platforms/1.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "Microsoft.NETCore.Targets/1.1.0": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.any.System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "runtime.any.System.IO/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ },
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.native.System/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.rhel.7-x64.runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.rhel.7-x64.runtime.native.System/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/rhel.7-x64/native/System.Native.a": {},
++ "runtimes/rhel.7-x64/native/System.Native.so": {}
++ }
++ },
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/rhel.7-x64/native/System.IO.Compression.Native.so": {}
++ }
++ },
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {}
++ }
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "runtime.unix.System.IO.FileSystem/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.FileSystem.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "runtime.unix.System.Private.Uri/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
++ }
++ },
++ "runtime.unix.System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Buffers/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Collections": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ }
++ },
++ "System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Diagnostics.Debug": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Diagnostics.Tracing": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Globalization": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "System.IO/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.any.System.IO": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.Compression.dll": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {}
++ }
++ },
++ "System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.unix.System.IO.FileSystem": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "System.IO.FileSystem.Primitives/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ }
++ },
++ "System.Linq/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Private.Uri/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.unix.System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ }
++ },
++ "System.Reflection/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ }
++ },
++ "System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Primitives": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Resources.ResourceManager": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.any.System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Runtime.Handles": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "runtime.any.System.Runtime.InteropServices": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Text.Encoding": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.dll": {}
++ }
++ },
++ "System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ }
++ },
++ ".NETCoreApp,Version=v1.0/ubuntu.14.04-x64": {
++ "Microsoft.NETCore.Platforms/1.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "Microsoft.NETCore.Targets/1.1.0": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.any.System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "runtime.any.System.IO/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ },
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.native.System/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.ubuntu.14.04-x64.runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/ubuntu.14.04-x64/native/System.Native.a": {},
++ "runtimes/ubuntu.14.04-x64/native/System.Native.so": {}
++ }
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/ubuntu.14.04-x64/native/System.IO.Compression.Native.so": {}
++ }
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {}
++ }
++ },
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "runtime.unix.System.IO.FileSystem/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.FileSystem.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "runtime.unix.System.Private.Uri/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
++ }
++ },
++ "runtime.unix.System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Buffers/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Collections": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ }
++ },
++ "System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Diagnostics.Debug": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Diagnostics.Tracing": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Globalization": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "System.IO/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.any.System.IO": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.Compression.dll": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {}
++ }
++ },
++ "System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.unix.System.IO.FileSystem": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "System.IO.FileSystem.Primitives/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ }
++ },
++ "System.Linq/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Private.Uri/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.unix.System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ }
++ },
++ "System.Reflection/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ }
++ },
++ "System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Primitives": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Resources.ResourceManager": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.any.System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Runtime.Handles": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "runtime.any.System.Runtime.InteropServices": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Text.Encoding": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.dll": {}
++ }
++ },
++ "System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ }
++ },
++ ".NETCoreApp,Version=v1.0/win7-x64": {
++ "Microsoft.NETCore.Platforms/1.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "Microsoft.NETCore.Targets/1.1.0": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.any.System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "runtime.any.System.IO/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ },
++ "runtime.native.System/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.win7-x64.runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.win.System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "runtime.win.System.IO.FileSystem/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.FileSystem.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Overlapped": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "runtime.win.System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "runtime.win7-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/win7-x64/native/clrcompression.dll": {}
++ }
++ },
++ "runtime.win7.System.Private.Uri/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.0/System.Private.Uri.dll": {}
++ }
++ },
++ "System.Buffers/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Collections": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ }
++ },
++ "System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.win.System.Diagnostics.Debug": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Diagnostics.Tracing": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Globalization": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "System.IO/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.any.System.IO": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.Compression.dll": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {}
++ }
++ },
++ "System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.win.System.IO.FileSystem": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "System.IO.FileSystem.Primitives/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ }
++ },
++ "System.Linq/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Private.Uri/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.win7.System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ }
++ },
++ "System.Reflection/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ }
++ },
++ "System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Primitives": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Resources.ResourceManager": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.any.System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.win.System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Runtime.Handles": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "runtime.any.System.Runtime.InteropServices": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Text.Encoding": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.dll": {}
++ }
++ },
++ "System.Threading.Overlapped/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Handles": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.Overlapped.dll": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": {}
++ }
++ },
++ "System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ }
++ },
++ ".NETCoreApp,Version=v1.0/win7-x86": {
++ "Microsoft.NETCore.Platforms/1.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "Microsoft.NETCore.Targets/1.1.0": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.any.System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "runtime.any.System.IO/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ },
++ "runtime.native.System/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.win7-x86.runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.win.System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "runtime.win.System.IO.FileSystem/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.FileSystem.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Overlapped": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "runtime.win.System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "runtime.win7-x86.runtime.native.System.IO.Compression/4.3.0": {
++ "type": "package",
++ "native": {
++ "runtimes/win7-x86/native/clrcompression.dll": {}
++ }
++ },
++ "runtime.win7.System.Private.Uri/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.0/System.Private.Uri.dll": {}
++ }
++ },
++ "System.Buffers/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Collections": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ }
++ },
++ "System.Diagnostics.Debug/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.win.System.Diagnostics.Debug": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Diagnostics.Tracing": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Globalization": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "System.IO/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.any.System.IO": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.Compression.dll": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {}
++ }
++ },
++ "System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.win.System.IO.FileSystem": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "System.IO.FileSystem.Primitives/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
++ }
++ },
++ "System.Linq/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Private.Uri/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.win7.System.Private.Uri": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ }
++ },
++ "System.Reflection/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ }
++ },
++ "System.Reflection.Primitives/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Primitives": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "System.Resources.ResourceManager/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Resources.ResourceManager": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "System.Runtime/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.any.System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.win.System.Runtime.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Runtime.Handles": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "runtime.any.System.Runtime.InteropServices": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "System.Text.Encoding/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Text.Encoding": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.dll": {}
++ }
++ },
++ "System.Threading.Overlapped/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Handles": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.Overlapped.dll": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": {}
++ }
++ },
++ "System.Threading.Tasks/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Threading.Tasks": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ }
++ }
++ },
++ "libraries": {
++ "Microsoft.NETCore.Platforms/1.0.1": {
++ "sha512": "2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==",
++ "type": "package",
++ "path": "Microsoft.NETCore.Platforms/1.0.1",
++ "files": [
++ "Microsoft.NETCore.Platforms.1.0.1.nupkg.sha512",
++ "Microsoft.NETCore.Platforms.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.0/_._",
++ "runtime.json"
++ ]
++ },
++ "Microsoft.NETCore.Targets/1.1.0": {
++ "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
++ "type": "package",
++ "path": "Microsoft.NETCore.Targets/1.1.0",
++ "files": [
++ "Microsoft.NETCore.Targets.1.1.0.nupkg.sha512",
++ "Microsoft.NETCore.Targets.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.0/_._",
++ "runtime.json"
++ ]
++ },
++ "runtime.any.System.Collections/4.3.0": {
++ "sha512": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==",
++ "type": "package",
++ "path": "runtime.any.System.Collections/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Collections.dll",
++ "lib/netstandard1.3/System.Collections.dll",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Collections.4.3.0.nupkg.sha512",
++ "runtime.any.System.Collections.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "sha512": "1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==",
++ "type": "package",
++ "path": "runtime.any.System.Diagnostics.Tracing/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Diagnostics.Tracing.dll",
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Diagnostics.Tracing.4.3.0.nupkg.sha512",
++ "runtime.any.System.Diagnostics.Tracing.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Globalization/4.3.0": {
++ "sha512": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==",
++ "type": "package",
++ "path": "runtime.any.System.Globalization/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Globalization.dll",
++ "lib/netstandard1.3/System.Globalization.dll",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Globalization.4.3.0.nupkg.sha512",
++ "runtime.any.System.Globalization.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.IO/4.3.0": {
++ "sha512": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==",
++ "type": "package",
++ "path": "runtime.any.System.IO/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.IO.dll",
++ "lib/netstandard1.5/System.IO.dll",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.IO.4.3.0.nupkg.sha512",
++ "runtime.any.System.IO.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Reflection/4.3.0": {
++ "sha512": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==",
++ "type": "package",
++ "path": "runtime.any.System.Reflection/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Reflection.dll",
++ "lib/netstandard1.5/System.Reflection.dll",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Reflection.4.3.0.nupkg.sha512",
++ "runtime.any.System.Reflection.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
++ "sha512": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==",
++ "type": "package",
++ "path": "runtime.any.System.Reflection.Extensions/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Reflection.Extensions.dll",
++ "lib/netstandard1.3/System.Reflection.Extensions.dll",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Reflection.Extensions.4.3.0.nupkg.sha512",
++ "runtime.any.System.Reflection.Extensions.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
++ "sha512": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==",
++ "type": "package",
++ "path": "runtime.any.System.Reflection.Primitives/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Reflection.Primitives.dll",
++ "lib/netstandard1.3/System.Reflection.Primitives.dll",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Reflection.Primitives.4.3.0.nupkg.sha512",
++ "runtime.any.System.Reflection.Primitives.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
++ "sha512": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==",
++ "type": "package",
++ "path": "runtime.any.System.Resources.ResourceManager/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Resources.ResourceManager.dll",
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Resources.ResourceManager.4.3.0.nupkg.sha512",
++ "runtime.any.System.Resources.ResourceManager.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Runtime/4.3.0": {
++ "sha512": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==",
++ "type": "package",
++ "path": "runtime.any.System.Runtime/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Runtime.dll",
++ "lib/netstandard1.5/System.Runtime.dll",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Runtime.4.3.0.nupkg.sha512",
++ "runtime.any.System.Runtime.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Runtime.Handles/4.3.0": {
++ "sha512": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==",
++ "type": "package",
++ "path": "runtime.any.System.Runtime.Handles/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net46/_._",
++ "lib/netstandard1.3/System.Runtime.Handles.dll",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Runtime.Handles.4.3.0.nupkg.sha512",
++ "runtime.any.System.Runtime.Handles.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
++ "sha512": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==",
++ "type": "package",
++ "path": "runtime.any.System.Runtime.InteropServices/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Runtime.InteropServices.dll",
++ "lib/netstandard1.5/System.Runtime.InteropServices.dll",
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll",
++ "lib/win8/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Runtime.InteropServices.4.3.0.nupkg.sha512",
++ "runtime.any.System.Runtime.InteropServices.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Text.Encoding/4.3.0": {
++ "sha512": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==",
++ "type": "package",
++ "path": "runtime.any.System.Text.Encoding/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Text.Encoding.dll",
++ "lib/netstandard1.3/System.Text.Encoding.dll",
++ "lib/win8/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Text.Encoding.4.3.0.nupkg.sha512",
++ "runtime.any.System.Text.Encoding.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
++ "sha512": "NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==",
++ "type": "package",
++ "path": "runtime.any.System.Text.Encoding.Extensions/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Text.Encoding.Extensions.dll",
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll",
++ "lib/win8/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Text.Encoding.Extensions.4.3.0.nupkg.sha512",
++ "runtime.any.System.Text.Encoding.Extensions.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Threading.Tasks/4.3.0": {
++ "sha512": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==",
++ "type": "package",
++ "path": "runtime.any.System.Threading.Tasks/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Threading.Tasks.dll",
++ "lib/netstandard1.3/System.Threading.Tasks.dll",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Threading.Tasks.4.3.0.nupkg.sha512",
++ "runtime.any.System.Threading.Tasks.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.debian.8-x64.runtime.native.System/4.3.0": {
++ "sha512": "DM8DCReQA9aFlr/JeB6hySp9uN/kRG019Z+0anR2F+PMQ+3OzXMR4hE6cVNob99JeVlGvY/Io6FBqx7JtjDt8Q==",
++ "type": "package",
++ "path": "runtime.debian.8-x64.runtime.native.System/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.debian.8-x64.runtime.native.System.4.3.0.nupkg.sha512",
++ "runtime.debian.8-x64.runtime.native.System.nuspec",
++ "runtimes/debian.8-x64/native/System.Native.a",
++ "runtimes/debian.8-x64/native/System.Native.so"
++ ]
++ },
++ "runtime.debian.8-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "sha512": "dPU3OsTYGifNnfdr8G7wET59I53Jmk1qKeUJZszrWbv/ZlpkqSIkU1nuSpfmcBP0O31fAcnqDMK2wvnH8lYCbw==",
++ "type": "package",
++ "path": "runtime.debian.8-x64.runtime.native.System.IO.Compression/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.debian.8-x64.runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
++ "runtime.debian.8-x64.runtime.native.System.IO.Compression.nuspec",
++ "runtimes/debian.8-x64/native/System.IO.Compression.Native.so"
++ ]
++ },
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
++ "type": "package",
++ "path": "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
++ "type": "package",
++ "path": "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
++ "type": "package",
++ "path": "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.native.System/4.3.0": {
++ "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
++ "type": "package",
++ "path": "runtime.native.System/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.0/_._",
++ "runtime.native.System.4.3.0.nupkg.sha512",
++ "runtime.native.System.nuspec"
++ ]
++ },
++ "runtime.native.System.IO.Compression/4.3.0": {
++ "sha512": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
++ "type": "package",
++ "path": "runtime.native.System.IO.Compression/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.0/_._",
++ "runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
++ "runtime.native.System.IO.Compression.nuspec"
++ ]
++ },
++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
++ "type": "package",
++ "path": "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.0/_._",
++ "runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.native.System.Security.Cryptography.OpenSsl.nuspec"
++ ]
++ },
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
++ "type": "package",
++ "path": "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
++ "type": "package",
++ "path": "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.osx.10.10-x64.runtime.native.System/4.3.0": {
++ "sha512": "B6nUg4O4/e73fJJ0HQX3IWFYvMVZ0KOuXMtAn6A39l55576Zq1VrWAiGSOS0Pc2OwGz3hlgyjzzawbmlvmPMwg==",
++ "type": "package",
++ "path": "runtime.osx.10.10-x64.runtime.native.System/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.osx.10.10-x64.runtime.native.System.4.3.0.nupkg.sha512",
++ "runtime.osx.10.10-x64.runtime.native.System.nuspec",
++ "runtimes/osx.10.10-x64/native/System.Native.a",
++ "runtimes/osx.10.10-x64/native/System.Native.dylib"
++ ]
++ },
++ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "sha512": "aTYfREBR0YXLZ9Gmdd5o2bQ7NprKIITy7+z39f8AiUg8J8YbPLsk7/ZdY6ozD6r0IAiyvrwTFNSZp+COo7j3Rw==",
++ "type": "package",
++ "path": "runtime.osx.10.10-x64.runtime.native.System.IO.Compression/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
++ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression.nuspec",
++ "runtimes/osx.10.10-x64/native/System.IO.Compression.Native.dylib"
++ ]
++ },
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
++ "type": "package",
++ "path": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib"
++ ]
++ },
++ "runtime.rhel.7-x64.runtime.native.System/4.3.0": {
++ "sha512": "FgYyVbr9KS9223IxpMTiFnjCN27sehWdnebTngl32eMX6qL6qaCrCjnBeoytG0oAGcNgBlz/CJw75dHVCGv3SQ==",
++ "type": "package",
++ "path": "runtime.rhel.7-x64.runtime.native.System/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.rhel.7-x64.runtime.native.System.4.3.0.nupkg.sha512",
++ "runtime.rhel.7-x64.runtime.native.System.nuspec",
++ "runtimes/rhel.7-x64/native/System.Native.a",
++ "runtimes/rhel.7-x64/native/System.Native.so"
++ ]
++ },
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "sha512": "I1CSIJ9ZWrkegeTfOYvV/+pBolwy5wLipuPzlc223urJmrtifIWTZObbcupQWI2slIrtXkVUaUYVgZhq+HLQyQ==",
++ "type": "package",
++ "path": "runtime.rhel.7-x64.runtime.native.System.IO.Compression/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression.nuspec",
++ "runtimes/rhel.7-x64/native/System.IO.Compression.Native.so"
++ ]
++ },
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
++ "type": "package",
++ "path": "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System/4.3.0": {
++ "sha512": "5VGclG/uSCxMCWNLSAU2kliuHP2pv69XOwraRK9AXzVeJlQxNnCk43okuBxuw4bEXu9DFPXT7J1yiw1pJaEFDA==",
++ "type": "package",
++ "path": "runtime.ubuntu.14.04-x64.runtime.native.System/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.4.3.0.nupkg.sha512",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.nuspec",
++ "runtimes/ubuntu.14.04-x64/native/System.Native.a",
++ "runtimes/ubuntu.14.04-x64/native/System.Native.so"
++ ]
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "sha512": "wq6h8XVTmQShEd9Um+++ngnf1vaGefNVY693WQLEhmJ3RfeDPh7sRBcX/YrbKA5k/eZORgWEcjDJZBhd7Vb3jQ==",
++ "type": "package",
++ "path": "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression.nuspec",
++ "runtimes/ubuntu.14.04-x64/native/System.IO.Compression.Native.so"
++ ]
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
++ "type": "package",
++ "path": "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
++ "type": "package",
++ "path": "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
++ "type": "package",
++ "path": "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.3.0": {
++ "sha512": "WV8KLRHWVUVUDduFnvGMHt0FsEt2wK6xPl1EgDKlaMx2KnZ43A/O0GzP8wIuvAC7mq4T9V1mm90r+PXkL9FPdQ==",
++ "type": "package",
++ "path": "runtime.unix.System.Diagnostics.Debug/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.unix.System.Diagnostics.Debug.4.3.0.nupkg.sha512",
++ "runtime.unix.System.Diagnostics.Debug.nuspec",
++ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll"
++ ]
++ },
++ "runtime.unix.System.IO.FileSystem/4.3.0": {
++ "sha512": "ajmTcjrqc3vgV1TH54DRioshbEniaFbOAJ0kReGuNsp9uIcqYle0RmUo6+Qlwqe3JIs4TDxgnqs3UzX3gRJ1rA==",
++ "type": "package",
++ "path": "runtime.unix.System.IO.FileSystem/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.unix.System.IO.FileSystem.4.3.0.nupkg.sha512",
++ "runtime.unix.System.IO.FileSystem.nuspec",
++ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll"
++ ]
++ },
++ "runtime.unix.System.Private.Uri/4.3.0": {
++ "sha512": "ooWzobr5RAq34r9uan1r/WPXJYG1XWy9KanrxNvEnBzbFdQbMG7Y3bVi4QxR7xZMNLOxLLTAyXvnSkfj5boZSg==",
++ "type": "package",
++ "path": "runtime.unix.System.Private.Uri/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.unix.System.Private.Uri.4.3.0.nupkg.sha512",
++ "runtime.unix.System.Private.Uri.nuspec",
++ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll"
++ ]
++ },
++ "runtime.unix.System.Runtime.Extensions/4.3.0": {
++ "sha512": "zQiTBVpiLftTQZW8GFsV0gjYikB1WMkEPIxF5O6RkUrSV/OgvRRTYgeFQha/0keBpuS0HYweraGRwhfhJ7dj7w==",
++ "type": "package",
++ "path": "runtime.unix.System.Runtime.Extensions/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.unix.System.Runtime.Extensions.4.3.0.nupkg.sha512",
++ "runtime.unix.System.Runtime.Extensions.nuspec",
++ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll"
++ ]
++ },
++ "runtime.win.System.Diagnostics.Debug/4.3.0": {
++ "sha512": "hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==",
++ "type": "package",
++ "path": "runtime.win.System.Diagnostics.Debug/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.win.System.Diagnostics.Debug.4.3.0.nupkg.sha512",
++ "runtime.win.System.Diagnostics.Debug.nuspec",
++ "runtimes/aot/lib/netcore50/System.Diagnostics.Debug.dll",
++ "runtimes/win/lib/net45/_._",
++ "runtimes/win/lib/netcore50/System.Diagnostics.Debug.dll",
++ "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll",
++ "runtimes/win/lib/win8/_._",
++ "runtimes/win/lib/wp80/_._",
++ "runtimes/win/lib/wpa81/_._"
++ ]
++ },
++ "runtime.win.System.IO.FileSystem/4.3.0": {
++ "sha512": "Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==",
++ "type": "package",
++ "path": "runtime.win.System.IO.FileSystem/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.win.System.IO.FileSystem.4.3.0.nupkg.sha512",
++ "runtime.win.System.IO.FileSystem.nuspec",
++ "runtimes/win/lib/net/_._",
++ "runtimes/win/lib/netcore50/System.IO.FileSystem.dll",
++ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll",
++ "runtimes/win/lib/win8/_._",
++ "runtimes/win/lib/wp8/_._",
++ "runtimes/win/lib/wpa81/_._"
++ ]
++ },
++ "runtime.win.System.Runtime.Extensions/4.3.0": {
++ "sha512": "RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==",
++ "type": "package",
++ "path": "runtime.win.System.Runtime.Extensions/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.win.System.Runtime.Extensions.4.3.0.nupkg.sha512",
++ "runtime.win.System.Runtime.Extensions.nuspec",
++ "runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll",
++ "runtimes/win/lib/net/_._",
++ "runtimes/win/lib/netcore50/System.Runtime.Extensions.dll",
++ "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll"
++ ]
++ },
++ "runtime.win7-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "sha512": "UamDlgSO/nIzc96M+g3wbvAGbAuXjvRYR5Ttm/FVJgt2iva8ouOqSJ0j6eGI7pZDLvD/ZISl9XRZOajE/Xvizg==",
++ "type": "package",
++ "path": "runtime.win7-x64.runtime.native.System.IO.Compression/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.win7-x64.runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
++ "runtime.win7-x64.runtime.native.System.IO.Compression.nuspec",
++ "runtimes/win7-x64/native/clrcompression.dll"
++ ]
++ },
++ "runtime.win7-x86.runtime.native.System.IO.Compression/4.3.0": {
++ "sha512": "99pM1ZhX7dPNnr/dOxuAxnVl/2XNWRh1WAUfesV3ZKwbR6mnEzpfbz2GX69zrpGvKbEytsjMKCD+auvvH6f7kA==",
++ "type": "package",
++ "path": "runtime.win7-x86.runtime.native.System.IO.Compression/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.win7-x86.runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
++ "runtime.win7-x86.runtime.native.System.IO.Compression.nuspec",
++ "runtimes/win7-x86/native/clrcompression.dll"
++ ]
++ },
++ "runtime.win7.System.Private.Uri/4.3.0": {
++ "sha512": "Q+IBgaPYicSQs2tBlmXqbS25c/JLIthWrgrpMwxKSOobW/OqIMVFruUGfuaz4QABVzV8iKdCAbN7APY7Tclbnw==",
++ "type": "package",
++ "path": "runtime.win7.System.Private.Uri/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.win7.System.Private.Uri.4.3.0.nupkg.sha512",
++ "runtime.win7.System.Private.Uri.nuspec",
++ "runtimes/aot/lib/netcore50/System.Private.Uri.dll",
++ "runtimes/win/lib/netcore50/System.Private.Uri.dll",
++ "runtimes/win/lib/netstandard1.0/System.Private.Uri.dll"
++ ]
++ },
++ "System.Buffers/4.3.0": {
++ "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
++ "type": "package",
++ "path": "System.Buffers/4.3.0",
++ "files": [
++ "System.Buffers.4.3.0.nupkg.sha512",
++ "System.Buffers.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.1/.xml",
++ "lib/netstandard1.1/System.Buffers.dll"
++ ]
++ },
++ "System.Collections/4.3.0": {
++ "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
++ "type": "package",
++ "path": "System.Collections/4.3.0",
++ "files": [
++ "System.Collections.4.3.0.nupkg.sha512",
++ "System.Collections.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Collections.dll",
++ "ref/netcore50/System.Collections.xml",
++ "ref/netcore50/de/System.Collections.xml",
++ "ref/netcore50/es/System.Collections.xml",
++ "ref/netcore50/fr/System.Collections.xml",
++ "ref/netcore50/it/System.Collections.xml",
++ "ref/netcore50/ja/System.Collections.xml",
++ "ref/netcore50/ko/System.Collections.xml",
++ "ref/netcore50/ru/System.Collections.xml",
++ "ref/netcore50/zh-hans/System.Collections.xml",
++ "ref/netcore50/zh-hant/System.Collections.xml",
++ "ref/netstandard1.0/System.Collections.dll",
++ "ref/netstandard1.0/System.Collections.xml",
++ "ref/netstandard1.0/de/System.Collections.xml",
++ "ref/netstandard1.0/es/System.Collections.xml",
++ "ref/netstandard1.0/fr/System.Collections.xml",
++ "ref/netstandard1.0/it/System.Collections.xml",
++ "ref/netstandard1.0/ja/System.Collections.xml",
++ "ref/netstandard1.0/ko/System.Collections.xml",
++ "ref/netstandard1.0/ru/System.Collections.xml",
++ "ref/netstandard1.0/zh-hans/System.Collections.xml",
++ "ref/netstandard1.0/zh-hant/System.Collections.xml",
++ "ref/netstandard1.3/System.Collections.dll",
++ "ref/netstandard1.3/System.Collections.xml",
++ "ref/netstandard1.3/de/System.Collections.xml",
++ "ref/netstandard1.3/es/System.Collections.xml",
++ "ref/netstandard1.3/fr/System.Collections.xml",
++ "ref/netstandard1.3/it/System.Collections.xml",
++ "ref/netstandard1.3/ja/System.Collections.xml",
++ "ref/netstandard1.3/ko/System.Collections.xml",
++ "ref/netstandard1.3/ru/System.Collections.xml",
++ "ref/netstandard1.3/zh-hans/System.Collections.xml",
++ "ref/netstandard1.3/zh-hant/System.Collections.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Collections.Immutable/1.3.0": {
++ "sha512": "zukBRPUuNxwy9m4TGWLxKAnoiMc9+B+8VXeXVyPiBPvOd7yLgAlZ1DlsRWJjMx4VsvhhF2+6q6kO2GRbPja6hA==",
++ "type": "package",
++ "path": "System.Collections.Immutable/1.3.0",
++ "files": [
++ "System.Collections.Immutable.1.3.0.nupkg.sha512",
++ "System.Collections.Immutable.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.0/System.Collections.Immutable.dll",
++ "lib/netstandard1.0/System.Collections.Immutable.xml",
++ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
++ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml"
++ ]
++ },
++ "System.Diagnostics.Debug/4.3.0": {
++ "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
++ "type": "package",
++ "path": "System.Diagnostics.Debug/4.3.0",
++ "files": [
++ "System.Diagnostics.Debug.4.3.0.nupkg.sha512",
++ "System.Diagnostics.Debug.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Diagnostics.Debug.dll",
++ "ref/netcore50/System.Diagnostics.Debug.xml",
++ "ref/netcore50/de/System.Diagnostics.Debug.xml",
++ "ref/netcore50/es/System.Diagnostics.Debug.xml",
++ "ref/netcore50/fr/System.Diagnostics.Debug.xml",
++ "ref/netcore50/it/System.Diagnostics.Debug.xml",
++ "ref/netcore50/ja/System.Diagnostics.Debug.xml",
++ "ref/netcore50/ko/System.Diagnostics.Debug.xml",
++ "ref/netcore50/ru/System.Diagnostics.Debug.xml",
++ "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",
++ "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/System.Diagnostics.Debug.dll",
++ "ref/netstandard1.0/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/de/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/es/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/it/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/System.Diagnostics.Debug.dll",
++ "ref/netstandard1.3/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/de/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/es/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/it/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Diagnostics.Tracing/4.3.0": {
++ "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
++ "type": "package",
++ "path": "System.Diagnostics.Tracing/4.3.0",
++ "files": [
++ "System.Diagnostics.Tracing.4.3.0.nupkg.sha512",
++ "System.Diagnostics.Tracing.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/net462/System.Diagnostics.Tracing.dll",
++ "lib/portable-net45+win8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/net462/System.Diagnostics.Tracing.dll",
++ "ref/netcore50/System.Diagnostics.Tracing.dll",
++ "ref/netcore50/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/de/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/es/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/fr/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/it/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/ja/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/ko/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/ru/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/System.Diagnostics.Tracing.dll",
++ "ref/netstandard1.1/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/System.Diagnostics.Tracing.dll",
++ "ref/netstandard1.2/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/System.Diagnostics.Tracing.dll",
++ "ref/netstandard1.3/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll",
++ "ref/netstandard1.5/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml",
++ "ref/portable-net45+win8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Globalization/4.3.0": {
++ "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
++ "type": "package",
++ "path": "System.Globalization/4.3.0",
++ "files": [
++ "System.Globalization.4.3.0.nupkg.sha512",
++ "System.Globalization.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Globalization.dll",
++ "ref/netcore50/System.Globalization.xml",
++ "ref/netcore50/de/System.Globalization.xml",
++ "ref/netcore50/es/System.Globalization.xml",
++ "ref/netcore50/fr/System.Globalization.xml",
++ "ref/netcore50/it/System.Globalization.xml",
++ "ref/netcore50/ja/System.Globalization.xml",
++ "ref/netcore50/ko/System.Globalization.xml",
++ "ref/netcore50/ru/System.Globalization.xml",
++ "ref/netcore50/zh-hans/System.Globalization.xml",
++ "ref/netcore50/zh-hant/System.Globalization.xml",
++ "ref/netstandard1.0/System.Globalization.dll",
++ "ref/netstandard1.0/System.Globalization.xml",
++ "ref/netstandard1.0/de/System.Globalization.xml",
++ "ref/netstandard1.0/es/System.Globalization.xml",
++ "ref/netstandard1.0/fr/System.Globalization.xml",
++ "ref/netstandard1.0/it/System.Globalization.xml",
++ "ref/netstandard1.0/ja/System.Globalization.xml",
++ "ref/netstandard1.0/ko/System.Globalization.xml",
++ "ref/netstandard1.0/ru/System.Globalization.xml",
++ "ref/netstandard1.0/zh-hans/System.Globalization.xml",
++ "ref/netstandard1.0/zh-hant/System.Globalization.xml",
++ "ref/netstandard1.3/System.Globalization.dll",
++ "ref/netstandard1.3/System.Globalization.xml",
++ "ref/netstandard1.3/de/System.Globalization.xml",
++ "ref/netstandard1.3/es/System.Globalization.xml",
++ "ref/netstandard1.3/fr/System.Globalization.xml",
++ "ref/netstandard1.3/it/System.Globalization.xml",
++ "ref/netstandard1.3/ja/System.Globalization.xml",
++ "ref/netstandard1.3/ko/System.Globalization.xml",
++ "ref/netstandard1.3/ru/System.Globalization.xml",
++ "ref/netstandard1.3/zh-hans/System.Globalization.xml",
++ "ref/netstandard1.3/zh-hant/System.Globalization.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.IO/4.3.0": {
++ "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
++ "type": "package",
++ "path": "System.IO/4.3.0",
++ "files": [
++ "System.IO.4.3.0.nupkg.sha512",
++ "System.IO.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/net462/System.IO.dll",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/net462/System.IO.dll",
++ "ref/netcore50/System.IO.dll",
++ "ref/netcore50/System.IO.xml",
++ "ref/netcore50/de/System.IO.xml",
++ "ref/netcore50/es/System.IO.xml",
++ "ref/netcore50/fr/System.IO.xml",
++ "ref/netcore50/it/System.IO.xml",
++ "ref/netcore50/ja/System.IO.xml",
++ "ref/netcore50/ko/System.IO.xml",
++ "ref/netcore50/ru/System.IO.xml",
++ "ref/netcore50/zh-hans/System.IO.xml",
++ "ref/netcore50/zh-hant/System.IO.xml",
++ "ref/netstandard1.0/System.IO.dll",
++ "ref/netstandard1.0/System.IO.xml",
++ "ref/netstandard1.0/de/System.IO.xml",
++ "ref/netstandard1.0/es/System.IO.xml",
++ "ref/netstandard1.0/fr/System.IO.xml",
++ "ref/netstandard1.0/it/System.IO.xml",
++ "ref/netstandard1.0/ja/System.IO.xml",
++ "ref/netstandard1.0/ko/System.IO.xml",
++ "ref/netstandard1.0/ru/System.IO.xml",
++ "ref/netstandard1.0/zh-hans/System.IO.xml",
++ "ref/netstandard1.0/zh-hant/System.IO.xml",
++ "ref/netstandard1.3/System.IO.dll",
++ "ref/netstandard1.3/System.IO.xml",
++ "ref/netstandard1.3/de/System.IO.xml",
++ "ref/netstandard1.3/es/System.IO.xml",
++ "ref/netstandard1.3/fr/System.IO.xml",
++ "ref/netstandard1.3/it/System.IO.xml",
++ "ref/netstandard1.3/ja/System.IO.xml",
++ "ref/netstandard1.3/ko/System.IO.xml",
++ "ref/netstandard1.3/ru/System.IO.xml",
++ "ref/netstandard1.3/zh-hans/System.IO.xml",
++ "ref/netstandard1.3/zh-hant/System.IO.xml",
++ "ref/netstandard1.5/System.IO.dll",
++ "ref/netstandard1.5/System.IO.xml",
++ "ref/netstandard1.5/de/System.IO.xml",
++ "ref/netstandard1.5/es/System.IO.xml",
++ "ref/netstandard1.5/fr/System.IO.xml",
++ "ref/netstandard1.5/it/System.IO.xml",
++ "ref/netstandard1.5/ja/System.IO.xml",
++ "ref/netstandard1.5/ko/System.IO.xml",
++ "ref/netstandard1.5/ru/System.IO.xml",
++ "ref/netstandard1.5/zh-hans/System.IO.xml",
++ "ref/netstandard1.5/zh-hant/System.IO.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.IO.Compression/4.3.0": {
++ "sha512": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
++ "type": "package",
++ "path": "System.IO.Compression/4.3.0",
++ "files": [
++ "System.IO.Compression.4.3.0.nupkg.sha512",
++ "System.IO.Compression.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/net46/System.IO.Compression.dll",
++ "lib/portable-net45+win8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/net46/System.IO.Compression.dll",
++ "ref/netcore50/System.IO.Compression.dll",
++ "ref/netcore50/System.IO.Compression.xml",
++ "ref/netcore50/de/System.IO.Compression.xml",
++ "ref/netcore50/es/System.IO.Compression.xml",
++ "ref/netcore50/fr/System.IO.Compression.xml",
++ "ref/netcore50/it/System.IO.Compression.xml",
++ "ref/netcore50/ja/System.IO.Compression.xml",
++ "ref/netcore50/ko/System.IO.Compression.xml",
++ "ref/netcore50/ru/System.IO.Compression.xml",
++ "ref/netcore50/zh-hans/System.IO.Compression.xml",
++ "ref/netcore50/zh-hant/System.IO.Compression.xml",
++ "ref/netstandard1.1/System.IO.Compression.dll",
++ "ref/netstandard1.1/System.IO.Compression.xml",
++ "ref/netstandard1.1/de/System.IO.Compression.xml",
++ "ref/netstandard1.1/es/System.IO.Compression.xml",
++ "ref/netstandard1.1/fr/System.IO.Compression.xml",
++ "ref/netstandard1.1/it/System.IO.Compression.xml",
++ "ref/netstandard1.1/ja/System.IO.Compression.xml",
++ "ref/netstandard1.1/ko/System.IO.Compression.xml",
++ "ref/netstandard1.1/ru/System.IO.Compression.xml",
++ "ref/netstandard1.1/zh-hans/System.IO.Compression.xml",
++ "ref/netstandard1.1/zh-hant/System.IO.Compression.xml",
++ "ref/netstandard1.3/System.IO.Compression.dll",
++ "ref/netstandard1.3/System.IO.Compression.xml",
++ "ref/netstandard1.3/de/System.IO.Compression.xml",
++ "ref/netstandard1.3/es/System.IO.Compression.xml",
++ "ref/netstandard1.3/fr/System.IO.Compression.xml",
++ "ref/netstandard1.3/it/System.IO.Compression.xml",
++ "ref/netstandard1.3/ja/System.IO.Compression.xml",
++ "ref/netstandard1.3/ko/System.IO.Compression.xml",
++ "ref/netstandard1.3/ru/System.IO.Compression.xml",
++ "ref/netstandard1.3/zh-hans/System.IO.Compression.xml",
++ "ref/netstandard1.3/zh-hant/System.IO.Compression.xml",
++ "ref/portable-net45+win8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._",
++ "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll",
++ "runtimes/win/lib/net46/System.IO.Compression.dll",
++ "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll"
++ ]
++ },
++ "System.IO.FileSystem/4.0.1": {
++ "sha512": "IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==",
++ "type": "package",
++ "path": "System.IO.FileSystem/4.0.1",
++ "files": [
++ "System.IO.FileSystem.4.0.1.nupkg.sha512",
++ "System.IO.FileSystem.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net46/System.IO.FileSystem.dll",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net46/System.IO.FileSystem.dll",
++ "ref/netstandard1.3/System.IO.FileSystem.dll",
++ "ref/netstandard1.3/System.IO.FileSystem.xml",
++ "ref/netstandard1.3/de/System.IO.FileSystem.xml",
++ "ref/netstandard1.3/es/System.IO.FileSystem.xml",
++ "ref/netstandard1.3/fr/System.IO.FileSystem.xml",
++ "ref/netstandard1.3/it/System.IO.FileSystem.xml",
++ "ref/netstandard1.3/ja/System.IO.FileSystem.xml",
++ "ref/netstandard1.3/ko/System.IO.FileSystem.xml",
++ "ref/netstandard1.3/ru/System.IO.FileSystem.xml",
++ "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml",
++ "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.IO.FileSystem.Primitives/4.0.1": {
++ "sha512": "kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==",
++ "type": "package",
++ "path": "System.IO.FileSystem.Primitives/4.0.1",
++ "files": [
++ "System.IO.FileSystem.Primitives.4.0.1.nupkg.sha512",
++ "System.IO.FileSystem.Primitives.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net46/System.IO.FileSystem.Primitives.dll",
++ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net46/System.IO.FileSystem.Primitives.dll",
++ "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll",
++ "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml",
++ "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml",
++ "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml",
++ "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml",
++ "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml",
++ "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml",
++ "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml",
++ "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml",
++ "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml",
++ "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Linq/4.3.0": {
++ "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
++ "type": "package",
++ "path": "System.Linq/4.3.0",
++ "files": [
++ "System.Linq.4.3.0.nupkg.sha512",
++ "System.Linq.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/net463/System.Linq.dll",
++ "lib/netcore50/System.Linq.dll",
++ "lib/netstandard1.6/System.Linq.dll",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/net463/System.Linq.dll",
++ "ref/netcore50/System.Linq.dll",
++ "ref/netcore50/System.Linq.xml",
++ "ref/netcore50/de/System.Linq.xml",
++ "ref/netcore50/es/System.Linq.xml",
++ "ref/netcore50/fr/System.Linq.xml",
++ "ref/netcore50/it/System.Linq.xml",
++ "ref/netcore50/ja/System.Linq.xml",
++ "ref/netcore50/ko/System.Linq.xml",
++ "ref/netcore50/ru/System.Linq.xml",
++ "ref/netcore50/zh-hans/System.Linq.xml",
++ "ref/netcore50/zh-hant/System.Linq.xml",
++ "ref/netstandard1.0/System.Linq.dll",
++ "ref/netstandard1.0/System.Linq.xml",
++ "ref/netstandard1.0/de/System.Linq.xml",
++ "ref/netstandard1.0/es/System.Linq.xml",
++ "ref/netstandard1.0/fr/System.Linq.xml",
++ "ref/netstandard1.0/it/System.Linq.xml",
++ "ref/netstandard1.0/ja/System.Linq.xml",
++ "ref/netstandard1.0/ko/System.Linq.xml",
++ "ref/netstandard1.0/ru/System.Linq.xml",
++ "ref/netstandard1.0/zh-hans/System.Linq.xml",
++ "ref/netstandard1.0/zh-hant/System.Linq.xml",
++ "ref/netstandard1.6/System.Linq.dll",
++ "ref/netstandard1.6/System.Linq.xml",
++ "ref/netstandard1.6/de/System.Linq.xml",
++ "ref/netstandard1.6/es/System.Linq.xml",
++ "ref/netstandard1.6/fr/System.Linq.xml",
++ "ref/netstandard1.6/it/System.Linq.xml",
++ "ref/netstandard1.6/ja/System.Linq.xml",
++ "ref/netstandard1.6/ko/System.Linq.xml",
++ "ref/netstandard1.6/ru/System.Linq.xml",
++ "ref/netstandard1.6/zh-hans/System.Linq.xml",
++ "ref/netstandard1.6/zh-hant/System.Linq.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Private.Uri/4.3.0": {
++ "sha512": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==",
++ "type": "package",
++ "path": "System.Private.Uri/4.3.0",
++ "files": [
++ "System.Private.Uri.4.3.0.nupkg.sha512",
++ "System.Private.Uri.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._"
++ ]
++ },
++ "System.Reflection/4.3.0": {
++ "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
++ "type": "package",
++ "path": "System.Reflection/4.3.0",
++ "files": [
++ "System.Reflection.4.3.0.nupkg.sha512",
++ "System.Reflection.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/net462/System.Reflection.dll",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/net462/System.Reflection.dll",
++ "ref/netcore50/System.Reflection.dll",
++ "ref/netcore50/System.Reflection.xml",
++ "ref/netcore50/de/System.Reflection.xml",
++ "ref/netcore50/es/System.Reflection.xml",
++ "ref/netcore50/fr/System.Reflection.xml",
++ "ref/netcore50/it/System.Reflection.xml",
++ "ref/netcore50/ja/System.Reflection.xml",
++ "ref/netcore50/ko/System.Reflection.xml",
++ "ref/netcore50/ru/System.Reflection.xml",
++ "ref/netcore50/zh-hans/System.Reflection.xml",
++ "ref/netcore50/zh-hant/System.Reflection.xml",
++ "ref/netstandard1.0/System.Reflection.dll",
++ "ref/netstandard1.0/System.Reflection.xml",
++ "ref/netstandard1.0/de/System.Reflection.xml",
++ "ref/netstandard1.0/es/System.Reflection.xml",
++ "ref/netstandard1.0/fr/System.Reflection.xml",
++ "ref/netstandard1.0/it/System.Reflection.xml",
++ "ref/netstandard1.0/ja/System.Reflection.xml",
++ "ref/netstandard1.0/ko/System.Reflection.xml",
++ "ref/netstandard1.0/ru/System.Reflection.xml",
++ "ref/netstandard1.0/zh-hans/System.Reflection.xml",
++ "ref/netstandard1.0/zh-hant/System.Reflection.xml",
++ "ref/netstandard1.3/System.Reflection.dll",
++ "ref/netstandard1.3/System.Reflection.xml",
++ "ref/netstandard1.3/de/System.Reflection.xml",
++ "ref/netstandard1.3/es/System.Reflection.xml",
++ "ref/netstandard1.3/fr/System.Reflection.xml",
++ "ref/netstandard1.3/it/System.Reflection.xml",
++ "ref/netstandard1.3/ja/System.Reflection.xml",
++ "ref/netstandard1.3/ko/System.Reflection.xml",
++ "ref/netstandard1.3/ru/System.Reflection.xml",
++ "ref/netstandard1.3/zh-hans/System.Reflection.xml",
++ "ref/netstandard1.3/zh-hant/System.Reflection.xml",
++ "ref/netstandard1.5/System.Reflection.dll",
++ "ref/netstandard1.5/System.Reflection.xml",
++ "ref/netstandard1.5/de/System.Reflection.xml",
++ "ref/netstandard1.5/es/System.Reflection.xml",
++ "ref/netstandard1.5/fr/System.Reflection.xml",
++ "ref/netstandard1.5/it/System.Reflection.xml",
++ "ref/netstandard1.5/ja/System.Reflection.xml",
++ "ref/netstandard1.5/ko/System.Reflection.xml",
++ "ref/netstandard1.5/ru/System.Reflection.xml",
++ "ref/netstandard1.5/zh-hans/System.Reflection.xml",
++ "ref/netstandard1.5/zh-hant/System.Reflection.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Reflection.Extensions/4.3.0": {
++ "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
++ "type": "package",
++ "path": "System.Reflection.Extensions/4.3.0",
++ "files": [
++ "System.Reflection.Extensions.4.3.0.nupkg.sha512",
++ "System.Reflection.Extensions.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Reflection.Extensions.dll",
++ "ref/netcore50/System.Reflection.Extensions.xml",
++ "ref/netcore50/de/System.Reflection.Extensions.xml",
++ "ref/netcore50/es/System.Reflection.Extensions.xml",
++ "ref/netcore50/fr/System.Reflection.Extensions.xml",
++ "ref/netcore50/it/System.Reflection.Extensions.xml",
++ "ref/netcore50/ja/System.Reflection.Extensions.xml",
++ "ref/netcore50/ko/System.Reflection.Extensions.xml",
++ "ref/netcore50/ru/System.Reflection.Extensions.xml",
++ "ref/netcore50/zh-hans/System.Reflection.Extensions.xml",
++ "ref/netcore50/zh-hant/System.Reflection.Extensions.xml",
++ "ref/netstandard1.0/System.Reflection.Extensions.dll",
++ "ref/netstandard1.0/System.Reflection.Extensions.xml",
++ "ref/netstandard1.0/de/System.Reflection.Extensions.xml",
++ "ref/netstandard1.0/es/System.Reflection.Extensions.xml",
++ "ref/netstandard1.0/fr/System.Reflection.Extensions.xml",
++ "ref/netstandard1.0/it/System.Reflection.Extensions.xml",
++ "ref/netstandard1.0/ja/System.Reflection.Extensions.xml",
++ "ref/netstandard1.0/ko/System.Reflection.Extensions.xml",
++ "ref/netstandard1.0/ru/System.Reflection.Extensions.xml",
++ "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml",
++ "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Reflection.Metadata/1.4.1": {
++ "sha512": "tc2ZyJgweHCLci5oQGuhQn9TD0Ii9DReXkHtZm3aAGp8xe40rpRjiTbMXOtZU+fr0BOQ46goE9+qIqRGjR9wGg==",
++ "type": "package",
++ "path": "System.Reflection.Metadata/1.4.1",
++ "files": [
++ "System.Reflection.Metadata.1.4.1.nupkg.sha512",
++ "System.Reflection.Metadata.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.1/System.Reflection.Metadata.dll",
++ "lib/netstandard1.1/System.Reflection.Metadata.xml",
++ "lib/portable-net45+win8/System.Reflection.Metadata.dll",
++ "lib/portable-net45+win8/System.Reflection.Metadata.xml"
++ ]
++ },
++ "System.Reflection.Primitives/4.3.0": {
++ "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
++ "type": "package",
++ "path": "System.Reflection.Primitives/4.3.0",
++ "files": [
++ "System.Reflection.Primitives.4.3.0.nupkg.sha512",
++ "System.Reflection.Primitives.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Reflection.Primitives.dll",
++ "ref/netcore50/System.Reflection.Primitives.xml",
++ "ref/netcore50/de/System.Reflection.Primitives.xml",
++ "ref/netcore50/es/System.Reflection.Primitives.xml",
++ "ref/netcore50/fr/System.Reflection.Primitives.xml",
++ "ref/netcore50/it/System.Reflection.Primitives.xml",
++ "ref/netcore50/ja/System.Reflection.Primitives.xml",
++ "ref/netcore50/ko/System.Reflection.Primitives.xml",
++ "ref/netcore50/ru/System.Reflection.Primitives.xml",
++ "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
++ "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/System.Reflection.Primitives.dll",
++ "ref/netstandard1.0/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Resources.ResourceManager/4.3.0": {
++ "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
++ "type": "package",
++ "path": "System.Resources.ResourceManager/4.3.0",
++ "files": [
++ "System.Resources.ResourceManager.4.3.0.nupkg.sha512",
++ "System.Resources.ResourceManager.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Resources.ResourceManager.dll",
++ "ref/netcore50/System.Resources.ResourceManager.xml",
++ "ref/netcore50/de/System.Resources.ResourceManager.xml",
++ "ref/netcore50/es/System.Resources.ResourceManager.xml",
++ "ref/netcore50/fr/System.Resources.ResourceManager.xml",
++ "ref/netcore50/it/System.Resources.ResourceManager.xml",
++ "ref/netcore50/ja/System.Resources.ResourceManager.xml",
++ "ref/netcore50/ko/System.Resources.ResourceManager.xml",
++ "ref/netcore50/ru/System.Resources.ResourceManager.xml",
++ "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",
++ "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/System.Resources.ResourceManager.dll",
++ "ref/netstandard1.0/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/de/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/es/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/it/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Runtime/4.3.0": {
++ "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
++ "type": "package",
++ "path": "System.Runtime/4.3.0",
++ "files": [
++ "System.Runtime.4.3.0.nupkg.sha512",
++ "System.Runtime.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/net462/System.Runtime.dll",
++ "lib/portable-net45+win8+wp80+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/net462/System.Runtime.dll",
++ "ref/netcore50/System.Runtime.dll",
++ "ref/netcore50/System.Runtime.xml",
++ "ref/netcore50/de/System.Runtime.xml",
++ "ref/netcore50/es/System.Runtime.xml",
++ "ref/netcore50/fr/System.Runtime.xml",
++ "ref/netcore50/it/System.Runtime.xml",
++ "ref/netcore50/ja/System.Runtime.xml",
++ "ref/netcore50/ko/System.Runtime.xml",
++ "ref/netcore50/ru/System.Runtime.xml",
++ "ref/netcore50/zh-hans/System.Runtime.xml",
++ "ref/netcore50/zh-hant/System.Runtime.xml",
++ "ref/netstandard1.0/System.Runtime.dll",
++ "ref/netstandard1.0/System.Runtime.xml",
++ "ref/netstandard1.0/de/System.Runtime.xml",
++ "ref/netstandard1.0/es/System.Runtime.xml",
++ "ref/netstandard1.0/fr/System.Runtime.xml",
++ "ref/netstandard1.0/it/System.Runtime.xml",
++ "ref/netstandard1.0/ja/System.Runtime.xml",
++ "ref/netstandard1.0/ko/System.Runtime.xml",
++ "ref/netstandard1.0/ru/System.Runtime.xml",
++ "ref/netstandard1.0/zh-hans/System.Runtime.xml",
++ "ref/netstandard1.0/zh-hant/System.Runtime.xml",
++ "ref/netstandard1.2/System.Runtime.dll",
++ "ref/netstandard1.2/System.Runtime.xml",
++ "ref/netstandard1.2/de/System.Runtime.xml",
++ "ref/netstandard1.2/es/System.Runtime.xml",
++ "ref/netstandard1.2/fr/System.Runtime.xml",
++ "ref/netstandard1.2/it/System.Runtime.xml",
++ "ref/netstandard1.2/ja/System.Runtime.xml",
++ "ref/netstandard1.2/ko/System.Runtime.xml",
++ "ref/netstandard1.2/ru/System.Runtime.xml",
++ "ref/netstandard1.2/zh-hans/System.Runtime.xml",
++ "ref/netstandard1.2/zh-hant/System.Runtime.xml",
++ "ref/netstandard1.3/System.Runtime.dll",
++ "ref/netstandard1.3/System.Runtime.xml",
++ "ref/netstandard1.3/de/System.Runtime.xml",
++ "ref/netstandard1.3/es/System.Runtime.xml",
++ "ref/netstandard1.3/fr/System.Runtime.xml",
++ "ref/netstandard1.3/it/System.Runtime.xml",
++ "ref/netstandard1.3/ja/System.Runtime.xml",
++ "ref/netstandard1.3/ko/System.Runtime.xml",
++ "ref/netstandard1.3/ru/System.Runtime.xml",
++ "ref/netstandard1.3/zh-hans/System.Runtime.xml",
++ "ref/netstandard1.3/zh-hant/System.Runtime.xml",
++ "ref/netstandard1.5/System.Runtime.dll",
++ "ref/netstandard1.5/System.Runtime.xml",
++ "ref/netstandard1.5/de/System.Runtime.xml",
++ "ref/netstandard1.5/es/System.Runtime.xml",
++ "ref/netstandard1.5/fr/System.Runtime.xml",
++ "ref/netstandard1.5/it/System.Runtime.xml",
++ "ref/netstandard1.5/ja/System.Runtime.xml",
++ "ref/netstandard1.5/ko/System.Runtime.xml",
++ "ref/netstandard1.5/ru/System.Runtime.xml",
++ "ref/netstandard1.5/zh-hans/System.Runtime.xml",
++ "ref/netstandard1.5/zh-hant/System.Runtime.xml",
++ "ref/portable-net45+win8+wp80+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Runtime.Extensions/4.3.0": {
++ "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
++ "type": "package",
++ "path": "System.Runtime.Extensions/4.3.0",
++ "files": [
++ "System.Runtime.Extensions.4.3.0.nupkg.sha512",
++ "System.Runtime.Extensions.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/net462/System.Runtime.Extensions.dll",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/net462/System.Runtime.Extensions.dll",
++ "ref/netcore50/System.Runtime.Extensions.dll",
++ "ref/netcore50/System.Runtime.Extensions.xml",
++ "ref/netcore50/de/System.Runtime.Extensions.xml",
++ "ref/netcore50/es/System.Runtime.Extensions.xml",
++ "ref/netcore50/fr/System.Runtime.Extensions.xml",
++ "ref/netcore50/it/System.Runtime.Extensions.xml",
++ "ref/netcore50/ja/System.Runtime.Extensions.xml",
++ "ref/netcore50/ko/System.Runtime.Extensions.xml",
++ "ref/netcore50/ru/System.Runtime.Extensions.xml",
++ "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
++ "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
++ "ref/netstandard1.0/System.Runtime.Extensions.dll",
++ "ref/netstandard1.0/System.Runtime.Extensions.xml",
++ "ref/netstandard1.0/de/System.Runtime.Extensions.xml",
++ "ref/netstandard1.0/es/System.Runtime.Extensions.xml",
++ "ref/netstandard1.0/fr/System.Runtime.Extensions.xml",
++ "ref/netstandard1.0/it/System.Runtime.Extensions.xml",
++ "ref/netstandard1.0/ja/System.Runtime.Extensions.xml",
++ "ref/netstandard1.0/ko/System.Runtime.Extensions.xml",
++ "ref/netstandard1.0/ru/System.Runtime.Extensions.xml",
++ "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml",
++ "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml",
++ "ref/netstandard1.3/System.Runtime.Extensions.dll",
++ "ref/netstandard1.3/System.Runtime.Extensions.xml",
++ "ref/netstandard1.3/de/System.Runtime.Extensions.xml",
++ "ref/netstandard1.3/es/System.Runtime.Extensions.xml",
++ "ref/netstandard1.3/fr/System.Runtime.Extensions.xml",
++ "ref/netstandard1.3/it/System.Runtime.Extensions.xml",
++ "ref/netstandard1.3/ja/System.Runtime.Extensions.xml",
++ "ref/netstandard1.3/ko/System.Runtime.Extensions.xml",
++ "ref/netstandard1.3/ru/System.Runtime.Extensions.xml",
++ "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml",
++ "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml",
++ "ref/netstandard1.5/System.Runtime.Extensions.dll",
++ "ref/netstandard1.5/System.Runtime.Extensions.xml",
++ "ref/netstandard1.5/de/System.Runtime.Extensions.xml",
++ "ref/netstandard1.5/es/System.Runtime.Extensions.xml",
++ "ref/netstandard1.5/fr/System.Runtime.Extensions.xml",
++ "ref/netstandard1.5/it/System.Runtime.Extensions.xml",
++ "ref/netstandard1.5/ja/System.Runtime.Extensions.xml",
++ "ref/netstandard1.5/ko/System.Runtime.Extensions.xml",
++ "ref/netstandard1.5/ru/System.Runtime.Extensions.xml",
++ "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml",
++ "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Runtime.Handles/4.3.0": {
++ "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
++ "type": "package",
++ "path": "System.Runtime.Handles/4.3.0",
++ "files": [
++ "System.Runtime.Handles.4.3.0.nupkg.sha512",
++ "System.Runtime.Handles.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net46/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net46/_._",
++ "ref/netstandard1.3/System.Runtime.Handles.dll",
++ "ref/netstandard1.3/System.Runtime.Handles.xml",
++ "ref/netstandard1.3/de/System.Runtime.Handles.xml",
++ "ref/netstandard1.3/es/System.Runtime.Handles.xml",
++ "ref/netstandard1.3/fr/System.Runtime.Handles.xml",
++ "ref/netstandard1.3/it/System.Runtime.Handles.xml",
++ "ref/netstandard1.3/ja/System.Runtime.Handles.xml",
++ "ref/netstandard1.3/ko/System.Runtime.Handles.xml",
++ "ref/netstandard1.3/ru/System.Runtime.Handles.xml",
++ "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml",
++ "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Runtime.InteropServices/4.1.0": {
++ "sha512": "16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==",
++ "type": "package",
++ "path": "System.Runtime.InteropServices/4.1.0",
++ "files": [
++ "System.Runtime.InteropServices.4.1.0.nupkg.sha512",
++ "System.Runtime.InteropServices.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/net462/System.Runtime.InteropServices.dll",
++ "lib/portable-net45+win8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/net462/System.Runtime.InteropServices.dll",
++ "ref/netcore50/System.Runtime.InteropServices.dll",
++ "ref/netcore50/System.Runtime.InteropServices.xml",
++ "ref/netcore50/de/System.Runtime.InteropServices.xml",
++ "ref/netcore50/es/System.Runtime.InteropServices.xml",
++ "ref/netcore50/fr/System.Runtime.InteropServices.xml",
++ "ref/netcore50/it/System.Runtime.InteropServices.xml",
++ "ref/netcore50/ja/System.Runtime.InteropServices.xml",
++ "ref/netcore50/ko/System.Runtime.InteropServices.xml",
++ "ref/netcore50/ru/System.Runtime.InteropServices.xml",
++ "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml",
++ "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.1/System.Runtime.InteropServices.dll",
++ "ref/netstandard1.1/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.1/de/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.1/es/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.1/it/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.2/System.Runtime.InteropServices.dll",
++ "ref/netstandard1.2/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.2/de/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.2/es/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.2/it/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.3/System.Runtime.InteropServices.dll",
++ "ref/netstandard1.3/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.3/de/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.3/es/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.3/it/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.5/System.Runtime.InteropServices.dll",
++ "ref/netstandard1.5/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.5/de/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.5/es/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.5/it/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml",
++ "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml",
++ "ref/portable-net45+win8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Text.Encoding/4.3.0": {
++ "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
++ "type": "package",
++ "path": "System.Text.Encoding/4.3.0",
++ "files": [
++ "System.Text.Encoding.4.3.0.nupkg.sha512",
++ "System.Text.Encoding.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Text.Encoding.dll",
++ "ref/netcore50/System.Text.Encoding.xml",
++ "ref/netcore50/de/System.Text.Encoding.xml",
++ "ref/netcore50/es/System.Text.Encoding.xml",
++ "ref/netcore50/fr/System.Text.Encoding.xml",
++ "ref/netcore50/it/System.Text.Encoding.xml",
++ "ref/netcore50/ja/System.Text.Encoding.xml",
++ "ref/netcore50/ko/System.Text.Encoding.xml",
++ "ref/netcore50/ru/System.Text.Encoding.xml",
++ "ref/netcore50/zh-hans/System.Text.Encoding.xml",
++ "ref/netcore50/zh-hant/System.Text.Encoding.xml",
++ "ref/netstandard1.0/System.Text.Encoding.dll",
++ "ref/netstandard1.0/System.Text.Encoding.xml",
++ "ref/netstandard1.0/de/System.Text.Encoding.xml",
++ "ref/netstandard1.0/es/System.Text.Encoding.xml",
++ "ref/netstandard1.0/fr/System.Text.Encoding.xml",
++ "ref/netstandard1.0/it/System.Text.Encoding.xml",
++ "ref/netstandard1.0/ja/System.Text.Encoding.xml",
++ "ref/netstandard1.0/ko/System.Text.Encoding.xml",
++ "ref/netstandard1.0/ru/System.Text.Encoding.xml",
++ "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
++ "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
++ "ref/netstandard1.3/System.Text.Encoding.dll",
++ "ref/netstandard1.3/System.Text.Encoding.xml",
++ "ref/netstandard1.3/de/System.Text.Encoding.xml",
++ "ref/netstandard1.3/es/System.Text.Encoding.xml",
++ "ref/netstandard1.3/fr/System.Text.Encoding.xml",
++ "ref/netstandard1.3/it/System.Text.Encoding.xml",
++ "ref/netstandard1.3/ja/System.Text.Encoding.xml",
++ "ref/netstandard1.3/ko/System.Text.Encoding.xml",
++ "ref/netstandard1.3/ru/System.Text.Encoding.xml",
++ "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
++ "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Text.Encoding.Extensions/4.3.0": {
++ "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
++ "type": "package",
++ "path": "System.Text.Encoding.Extensions/4.3.0",
++ "files": [
++ "System.Text.Encoding.Extensions.4.3.0.nupkg.sha512",
++ "System.Text.Encoding.Extensions.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Text.Encoding.Extensions.dll",
++ "ref/netcore50/System.Text.Encoding.Extensions.xml",
++ "ref/netcore50/de/System.Text.Encoding.Extensions.xml",
++ "ref/netcore50/es/System.Text.Encoding.Extensions.xml",
++ "ref/netcore50/fr/System.Text.Encoding.Extensions.xml",
++ "ref/netcore50/it/System.Text.Encoding.Extensions.xml",
++ "ref/netcore50/ja/System.Text.Encoding.Extensions.xml",
++ "ref/netcore50/ko/System.Text.Encoding.Extensions.xml",
++ "ref/netcore50/ru/System.Text.Encoding.Extensions.xml",
++ "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml",
++ "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.0/System.Text.Encoding.Extensions.dll",
++ "ref/netstandard1.0/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll",
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml",
++ "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Threading/4.3.0": {
++ "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
++ "type": "package",
++ "path": "System.Threading/4.3.0",
++ "files": [
++ "System.Threading.4.3.0.nupkg.sha512",
++ "System.Threading.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Threading.dll",
++ "lib/netstandard1.3/System.Threading.dll",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Threading.dll",
++ "ref/netcore50/System.Threading.xml",
++ "ref/netcore50/de/System.Threading.xml",
++ "ref/netcore50/es/System.Threading.xml",
++ "ref/netcore50/fr/System.Threading.xml",
++ "ref/netcore50/it/System.Threading.xml",
++ "ref/netcore50/ja/System.Threading.xml",
++ "ref/netcore50/ko/System.Threading.xml",
++ "ref/netcore50/ru/System.Threading.xml",
++ "ref/netcore50/zh-hans/System.Threading.xml",
++ "ref/netcore50/zh-hant/System.Threading.xml",
++ "ref/netstandard1.0/System.Threading.dll",
++ "ref/netstandard1.0/System.Threading.xml",
++ "ref/netstandard1.0/de/System.Threading.xml",
++ "ref/netstandard1.0/es/System.Threading.xml",
++ "ref/netstandard1.0/fr/System.Threading.xml",
++ "ref/netstandard1.0/it/System.Threading.xml",
++ "ref/netstandard1.0/ja/System.Threading.xml",
++ "ref/netstandard1.0/ko/System.Threading.xml",
++ "ref/netstandard1.0/ru/System.Threading.xml",
++ "ref/netstandard1.0/zh-hans/System.Threading.xml",
++ "ref/netstandard1.0/zh-hant/System.Threading.xml",
++ "ref/netstandard1.3/System.Threading.dll",
++ "ref/netstandard1.3/System.Threading.xml",
++ "ref/netstandard1.3/de/System.Threading.xml",
++ "ref/netstandard1.3/es/System.Threading.xml",
++ "ref/netstandard1.3/fr/System.Threading.xml",
++ "ref/netstandard1.3/it/System.Threading.xml",
++ "ref/netstandard1.3/ja/System.Threading.xml",
++ "ref/netstandard1.3/ko/System.Threading.xml",
++ "ref/netstandard1.3/ru/System.Threading.xml",
++ "ref/netstandard1.3/zh-hans/System.Threading.xml",
++ "ref/netstandard1.3/zh-hant/System.Threading.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._",
++ "runtimes/aot/lib/netcore50/System.Threading.dll"
++ ]
++ },
++ "System.Threading.Overlapped/4.3.0": {
++ "sha512": "m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==",
++ "type": "package",
++ "path": "System.Threading.Overlapped/4.3.0",
++ "files": [
++ "System.Threading.Overlapped.4.3.0.nupkg.sha512",
++ "System.Threading.Overlapped.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/net46/System.Threading.Overlapped.dll",
++ "ref/net46/System.Threading.Overlapped.dll",
++ "ref/netstandard1.3/System.Threading.Overlapped.dll",
++ "ref/netstandard1.3/System.Threading.Overlapped.xml",
++ "ref/netstandard1.3/de/System.Threading.Overlapped.xml",
++ "ref/netstandard1.3/es/System.Threading.Overlapped.xml",
++ "ref/netstandard1.3/fr/System.Threading.Overlapped.xml",
++ "ref/netstandard1.3/it/System.Threading.Overlapped.xml",
++ "ref/netstandard1.3/ja/System.Threading.Overlapped.xml",
++ "ref/netstandard1.3/ko/System.Threading.Overlapped.xml",
++ "ref/netstandard1.3/ru/System.Threading.Overlapped.xml",
++ "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml",
++ "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml",
++ "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll",
++ "runtimes/win/lib/net46/System.Threading.Overlapped.dll",
++ "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll",
++ "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll"
++ ]
++ },
++ "System.Threading.Tasks/4.3.0": {
++ "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
++ "type": "package",
++ "path": "System.Threading.Tasks/4.3.0",
++ "files": [
++ "System.Threading.Tasks.4.3.0.nupkg.sha512",
++ "System.Threading.Tasks.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Threading.Tasks.dll",
++ "ref/netcore50/System.Threading.Tasks.xml",
++ "ref/netcore50/de/System.Threading.Tasks.xml",
++ "ref/netcore50/es/System.Threading.Tasks.xml",
++ "ref/netcore50/fr/System.Threading.Tasks.xml",
++ "ref/netcore50/it/System.Threading.Tasks.xml",
++ "ref/netcore50/ja/System.Threading.Tasks.xml",
++ "ref/netcore50/ko/System.Threading.Tasks.xml",
++ "ref/netcore50/ru/System.Threading.Tasks.xml",
++ "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
++ "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/System.Threading.Tasks.dll",
++ "ref/netstandard1.0/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/de/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/es/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/it/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/System.Threading.Tasks.dll",
++ "ref/netstandard1.3/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/de/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/es/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/it/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ }
++ },
++ "projectFileDependencyGroups": {
++ "": [
++ "Microsoft.NETCore.Platforms >= 1.0.1",
++ "System.IO.FileSystem >= 4.0.1",
++ "System.Reflection.Metadata >= 1.4.1",
++ "System.Runtime.InteropServices >= 4.1.0"
++ ],
++ ".NETCoreApp,Version=v1.0": []
++ },
++ "tools": {},
++ "projectFileToolGroups": {}
++}
+\ No newline at end of file
+diff --git a/src/mscorlib/facade/project.lock.json b/src/mscorlib/facade/project.lock.json
+new file mode 100755
+index 0000000..d44d585
+--- /dev/null
++++ b/src/mscorlib/facade/project.lock.json
+@@ -0,0 +1,1176 @@
++{
++ "locked": false,
++ "version": 2,
++ "targets": {
++ ".NETStandard,Version=v1.3": {
++ "Microsoft.NETCore.Platforms/1.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "Microsoft.NETCore.Targets/1.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "System.Collections/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.0.0"
++ },
++ "compile": {
++ "ref/dotnet/System.Collections.dll": {}
++ }
++ },
++ "System.Console/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.IO": "4.1.0",
++ "System.Runtime": "4.1.0",
++ "System.Text.Encoding": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Console.dll": {}
++ }
++ },
++ "System.Diagnostics.Debug/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "System.Globalization/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "System.IO/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading.Tasks": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.IO.dll": {}
++ }
++ },
++ "System.Reflection/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.IO": "4.1.0",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Primitives/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "System.Resources.ResourceManager/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Globalization": "4.0.11",
++ "System.Reflection": "4.1.0",
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "System.Runtime/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.0.0"
++ },
++ "compile": {
++ "ref/dotnet/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Security.Claims/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.0",
++ "System.Diagnostics.Debug": "4.0.0",
++ "System.Globalization": "4.0.0",
++ "System.IO": "4.0.0",
++ "System.Resources.ResourceManager": "4.0.0",
++ "System.Runtime": "4.0.20",
++ "System.Runtime.Extensions": "4.0.0",
++ "System.Security.Principal": "4.0.0"
++ },
++ "compile": {
++ "ref/dotnet/System.Security.Claims.dll": {}
++ },
++ "runtime": {
++ "lib/dotnet/System.Security.Claims.dll": {}
++ }
++ },
++ "System.Security.Cryptography.Primitives/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Globalization": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Threading": "4.0.11",
++ "System.Threading.Tasks": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
++ }
++ },
++ "System.Security.Principal/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.0.0"
++ },
++ "compile": {
++ "ref/dotnet/System.Security.Principal.dll": {}
++ },
++ "runtime": {
++ "lib/dotnet/System.Security.Principal.dll": {}
++ }
++ },
++ "System.Text.Encoding/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Threading/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0",
++ "System.Threading.Tasks": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.dll": {}
++ }
++ },
++ "System.Threading.Tasks/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ }
++ }
++ },
++ "libraries": {
++ "Microsoft.NETCore.Platforms/1.0.1": {
++ "sha512": "2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==",
++ "type": "package",
++ "path": "Microsoft.NETCore.Platforms/1.0.1",
++ "files": [
++ "Microsoft.NETCore.Platforms.1.0.1.nupkg.sha512",
++ "Microsoft.NETCore.Platforms.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.0/_._",
++ "runtime.json"
++ ]
++ },
++ "Microsoft.NETCore.Targets/1.0.1": {
++ "sha512": "rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",
++ "type": "package",
++ "path": "Microsoft.NETCore.Targets/1.0.1",
++ "files": [
++ "Microsoft.NETCore.Targets.1.0.1.nupkg.sha512",
++ "Microsoft.NETCore.Targets.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.0/_._",
++ "runtime.json"
++ ]
++ },
++ "System.Collections/4.0.0": {
++ "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==",
++ "type": "package",
++ "path": "System.Collections/4.0.0",
++ "files": [
++ "License.rtf",
++ "System.Collections.4.0.0.nupkg.sha512",
++ "System.Collections.nuspec",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/dotnet/System.Collections.dll",
++ "ref/dotnet/System.Collections.xml",
++ "ref/dotnet/de/System.Collections.xml",
++ "ref/dotnet/es/System.Collections.xml",
++ "ref/dotnet/fr/System.Collections.xml",
++ "ref/dotnet/it/System.Collections.xml",
++ "ref/dotnet/ja/System.Collections.xml",
++ "ref/dotnet/ko/System.Collections.xml",
++ "ref/dotnet/ru/System.Collections.xml",
++ "ref/dotnet/zh-hans/System.Collections.xml",
++ "ref/dotnet/zh-hant/System.Collections.xml",
++ "ref/net45/_._",
++ "ref/netcore50/System.Collections.dll",
++ "ref/netcore50/System.Collections.xml",
++ "ref/netcore50/de/System.Collections.xml",
++ "ref/netcore50/es/System.Collections.xml",
++ "ref/netcore50/fr/System.Collections.xml",
++ "ref/netcore50/it/System.Collections.xml",
++ "ref/netcore50/ja/System.Collections.xml",
++ "ref/netcore50/ko/System.Collections.xml",
++ "ref/netcore50/ru/System.Collections.xml",
++ "ref/netcore50/zh-hans/System.Collections.xml",
++ "ref/netcore50/zh-hant/System.Collections.xml",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._"
++ ]
++ },
++ "System.Console/4.0.0": {
++ "sha512": "qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",
++ "type": "package",
++ "path": "System.Console/4.0.0",
++ "files": [
++ "System.Console.4.0.0.nupkg.sha512",
++ "System.Console.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net46/System.Console.dll",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net46/System.Console.dll",
++ "ref/netstandard1.3/System.Console.dll",
++ "ref/netstandard1.3/System.Console.xml",
++ "ref/netstandard1.3/de/System.Console.xml",
++ "ref/netstandard1.3/es/System.Console.xml",
++ "ref/netstandard1.3/fr/System.Console.xml",
++ "ref/netstandard1.3/it/System.Console.xml",
++ "ref/netstandard1.3/ja/System.Console.xml",
++ "ref/netstandard1.3/ko/System.Console.xml",
++ "ref/netstandard1.3/ru/System.Console.xml",
++ "ref/netstandard1.3/zh-hans/System.Console.xml",
++ "ref/netstandard1.3/zh-hant/System.Console.xml",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Diagnostics.Debug/4.0.11": {
++ "sha512": "w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
++ "type": "package",
++ "path": "System.Diagnostics.Debug/4.0.11",
++ "files": [
++ "System.Diagnostics.Debug.4.0.11.nupkg.sha512",
++ "System.Diagnostics.Debug.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Diagnostics.Debug.dll",
++ "ref/netcore50/System.Diagnostics.Debug.xml",
++ "ref/netcore50/de/System.Diagnostics.Debug.xml",
++ "ref/netcore50/es/System.Diagnostics.Debug.xml",
++ "ref/netcore50/fr/System.Diagnostics.Debug.xml",
++ "ref/netcore50/it/System.Diagnostics.Debug.xml",
++ "ref/netcore50/ja/System.Diagnostics.Debug.xml",
++ "ref/netcore50/ko/System.Diagnostics.Debug.xml",
++ "ref/netcore50/ru/System.Diagnostics.Debug.xml",
++ "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",
++ "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/System.Diagnostics.Debug.dll",
++ "ref/netstandard1.0/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/de/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/es/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/it/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/System.Diagnostics.Debug.dll",
++ "ref/netstandard1.3/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/de/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/es/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/it/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml",
++ "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Globalization/4.0.11": {
++ "sha512": "B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
++ "type": "package",
++ "path": "System.Globalization/4.0.11",
++ "files": [
++ "System.Globalization.4.0.11.nupkg.sha512",
++ "System.Globalization.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Globalization.dll",
++ "ref/netcore50/System.Globalization.xml",
++ "ref/netcore50/de/System.Globalization.xml",
++ "ref/netcore50/es/System.Globalization.xml",
++ "ref/netcore50/fr/System.Globalization.xml",
++ "ref/netcore50/it/System.Globalization.xml",
++ "ref/netcore50/ja/System.Globalization.xml",
++ "ref/netcore50/ko/System.Globalization.xml",
++ "ref/netcore50/ru/System.Globalization.xml",
++ "ref/netcore50/zh-hans/System.Globalization.xml",
++ "ref/netcore50/zh-hant/System.Globalization.xml",
++ "ref/netstandard1.0/System.Globalization.dll",
++ "ref/netstandard1.0/System.Globalization.xml",
++ "ref/netstandard1.0/de/System.Globalization.xml",
++ "ref/netstandard1.0/es/System.Globalization.xml",
++ "ref/netstandard1.0/fr/System.Globalization.xml",
++ "ref/netstandard1.0/it/System.Globalization.xml",
++ "ref/netstandard1.0/ja/System.Globalization.xml",
++ "ref/netstandard1.0/ko/System.Globalization.xml",
++ "ref/netstandard1.0/ru/System.Globalization.xml",
++ "ref/netstandard1.0/zh-hans/System.Globalization.xml",
++ "ref/netstandard1.0/zh-hant/System.Globalization.xml",
++ "ref/netstandard1.3/System.Globalization.dll",
++ "ref/netstandard1.3/System.Globalization.xml",
++ "ref/netstandard1.3/de/System.Globalization.xml",
++ "ref/netstandard1.3/es/System.Globalization.xml",
++ "ref/netstandard1.3/fr/System.Globalization.xml",
++ "ref/netstandard1.3/it/System.Globalization.xml",
++ "ref/netstandard1.3/ja/System.Globalization.xml",
++ "ref/netstandard1.3/ko/System.Globalization.xml",
++ "ref/netstandard1.3/ru/System.Globalization.xml",
++ "ref/netstandard1.3/zh-hans/System.Globalization.xml",
++ "ref/netstandard1.3/zh-hant/System.Globalization.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.IO/4.1.0": {
++ "sha512": "3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
++ "type": "package",
++ "path": "System.IO/4.1.0",
++ "files": [
++ "System.IO.4.1.0.nupkg.sha512",
++ "System.IO.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/net462/System.IO.dll",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/net462/System.IO.dll",
++ "ref/netcore50/System.IO.dll",
++ "ref/netcore50/System.IO.xml",
++ "ref/netcore50/de/System.IO.xml",
++ "ref/netcore50/es/System.IO.xml",
++ "ref/netcore50/fr/System.IO.xml",
++ "ref/netcore50/it/System.IO.xml",
++ "ref/netcore50/ja/System.IO.xml",
++ "ref/netcore50/ko/System.IO.xml",
++ "ref/netcore50/ru/System.IO.xml",
++ "ref/netcore50/zh-hans/System.IO.xml",
++ "ref/netcore50/zh-hant/System.IO.xml",
++ "ref/netstandard1.0/System.IO.dll",
++ "ref/netstandard1.0/System.IO.xml",
++ "ref/netstandard1.0/de/System.IO.xml",
++ "ref/netstandard1.0/es/System.IO.xml",
++ "ref/netstandard1.0/fr/System.IO.xml",
++ "ref/netstandard1.0/it/System.IO.xml",
++ "ref/netstandard1.0/ja/System.IO.xml",
++ "ref/netstandard1.0/ko/System.IO.xml",
++ "ref/netstandard1.0/ru/System.IO.xml",
++ "ref/netstandard1.0/zh-hans/System.IO.xml",
++ "ref/netstandard1.0/zh-hant/System.IO.xml",
++ "ref/netstandard1.3/System.IO.dll",
++ "ref/netstandard1.3/System.IO.xml",
++ "ref/netstandard1.3/de/System.IO.xml",
++ "ref/netstandard1.3/es/System.IO.xml",
++ "ref/netstandard1.3/fr/System.IO.xml",
++ "ref/netstandard1.3/it/System.IO.xml",
++ "ref/netstandard1.3/ja/System.IO.xml",
++ "ref/netstandard1.3/ko/System.IO.xml",
++ "ref/netstandard1.3/ru/System.IO.xml",
++ "ref/netstandard1.3/zh-hans/System.IO.xml",
++ "ref/netstandard1.3/zh-hant/System.IO.xml",
++ "ref/netstandard1.5/System.IO.dll",
++ "ref/netstandard1.5/System.IO.xml",
++ "ref/netstandard1.5/de/System.IO.xml",
++ "ref/netstandard1.5/es/System.IO.xml",
++ "ref/netstandard1.5/fr/System.IO.xml",
++ "ref/netstandard1.5/it/System.IO.xml",
++ "ref/netstandard1.5/ja/System.IO.xml",
++ "ref/netstandard1.5/ko/System.IO.xml",
++ "ref/netstandard1.5/ru/System.IO.xml",
++ "ref/netstandard1.5/zh-hans/System.IO.xml",
++ "ref/netstandard1.5/zh-hant/System.IO.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Reflection/4.1.0": {
++ "sha512": "JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
++ "type": "package",
++ "path": "System.Reflection/4.1.0",
++ "files": [
++ "System.Reflection.4.1.0.nupkg.sha512",
++ "System.Reflection.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/net462/System.Reflection.dll",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/net462/System.Reflection.dll",
++ "ref/netcore50/System.Reflection.dll",
++ "ref/netcore50/System.Reflection.xml",
++ "ref/netcore50/de/System.Reflection.xml",
++ "ref/netcore50/es/System.Reflection.xml",
++ "ref/netcore50/fr/System.Reflection.xml",
++ "ref/netcore50/it/System.Reflection.xml",
++ "ref/netcore50/ja/System.Reflection.xml",
++ "ref/netcore50/ko/System.Reflection.xml",
++ "ref/netcore50/ru/System.Reflection.xml",
++ "ref/netcore50/zh-hans/System.Reflection.xml",
++ "ref/netcore50/zh-hant/System.Reflection.xml",
++ "ref/netstandard1.0/System.Reflection.dll",
++ "ref/netstandard1.0/System.Reflection.xml",
++ "ref/netstandard1.0/de/System.Reflection.xml",
++ "ref/netstandard1.0/es/System.Reflection.xml",
++ "ref/netstandard1.0/fr/System.Reflection.xml",
++ "ref/netstandard1.0/it/System.Reflection.xml",
++ "ref/netstandard1.0/ja/System.Reflection.xml",
++ "ref/netstandard1.0/ko/System.Reflection.xml",
++ "ref/netstandard1.0/ru/System.Reflection.xml",
++ "ref/netstandard1.0/zh-hans/System.Reflection.xml",
++ "ref/netstandard1.0/zh-hant/System.Reflection.xml",
++ "ref/netstandard1.3/System.Reflection.dll",
++ "ref/netstandard1.3/System.Reflection.xml",
++ "ref/netstandard1.3/de/System.Reflection.xml",
++ "ref/netstandard1.3/es/System.Reflection.xml",
++ "ref/netstandard1.3/fr/System.Reflection.xml",
++ "ref/netstandard1.3/it/System.Reflection.xml",
++ "ref/netstandard1.3/ja/System.Reflection.xml",
++ "ref/netstandard1.3/ko/System.Reflection.xml",
++ "ref/netstandard1.3/ru/System.Reflection.xml",
++ "ref/netstandard1.3/zh-hans/System.Reflection.xml",
++ "ref/netstandard1.3/zh-hant/System.Reflection.xml",
++ "ref/netstandard1.5/System.Reflection.dll",
++ "ref/netstandard1.5/System.Reflection.xml",
++ "ref/netstandard1.5/de/System.Reflection.xml",
++ "ref/netstandard1.5/es/System.Reflection.xml",
++ "ref/netstandard1.5/fr/System.Reflection.xml",
++ "ref/netstandard1.5/it/System.Reflection.xml",
++ "ref/netstandard1.5/ja/System.Reflection.xml",
++ "ref/netstandard1.5/ko/System.Reflection.xml",
++ "ref/netstandard1.5/ru/System.Reflection.xml",
++ "ref/netstandard1.5/zh-hans/System.Reflection.xml",
++ "ref/netstandard1.5/zh-hant/System.Reflection.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Reflection.Primitives/4.0.1": {
++ "sha512": "4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
++ "type": "package",
++ "path": "System.Reflection.Primitives/4.0.1",
++ "files": [
++ "System.Reflection.Primitives.4.0.1.nupkg.sha512",
++ "System.Reflection.Primitives.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Reflection.Primitives.dll",
++ "ref/netcore50/System.Reflection.Primitives.xml",
++ "ref/netcore50/de/System.Reflection.Primitives.xml",
++ "ref/netcore50/es/System.Reflection.Primitives.xml",
++ "ref/netcore50/fr/System.Reflection.Primitives.xml",
++ "ref/netcore50/it/System.Reflection.Primitives.xml",
++ "ref/netcore50/ja/System.Reflection.Primitives.xml",
++ "ref/netcore50/ko/System.Reflection.Primitives.xml",
++ "ref/netcore50/ru/System.Reflection.Primitives.xml",
++ "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
++ "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/System.Reflection.Primitives.dll",
++ "ref/netstandard1.0/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
++ "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Resources.ResourceManager/4.0.1": {
++ "sha512": "TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
++ "type": "package",
++ "path": "System.Resources.ResourceManager/4.0.1",
++ "files": [
++ "System.Resources.ResourceManager.4.0.1.nupkg.sha512",
++ "System.Resources.ResourceManager.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Resources.ResourceManager.dll",
++ "ref/netcore50/System.Resources.ResourceManager.xml",
++ "ref/netcore50/de/System.Resources.ResourceManager.xml",
++ "ref/netcore50/es/System.Resources.ResourceManager.xml",
++ "ref/netcore50/fr/System.Resources.ResourceManager.xml",
++ "ref/netcore50/it/System.Resources.ResourceManager.xml",
++ "ref/netcore50/ja/System.Resources.ResourceManager.xml",
++ "ref/netcore50/ko/System.Resources.ResourceManager.xml",
++ "ref/netcore50/ru/System.Resources.ResourceManager.xml",
++ "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",
++ "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/System.Resources.ResourceManager.dll",
++ "ref/netstandard1.0/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/de/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/es/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/it/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",
++ "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Runtime/4.1.0": {
++ "sha512": "v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
++ "type": "package",
++ "path": "System.Runtime/4.1.0",
++ "files": [
++ "System.Runtime.4.1.0.nupkg.sha512",
++ "System.Runtime.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/net462/System.Runtime.dll",
++ "lib/portable-net45+win8+wp80+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/net462/System.Runtime.dll",
++ "ref/netcore50/System.Runtime.dll",
++ "ref/netcore50/System.Runtime.xml",
++ "ref/netcore50/de/System.Runtime.xml",
++ "ref/netcore50/es/System.Runtime.xml",
++ "ref/netcore50/fr/System.Runtime.xml",
++ "ref/netcore50/it/System.Runtime.xml",
++ "ref/netcore50/ja/System.Runtime.xml",
++ "ref/netcore50/ko/System.Runtime.xml",
++ "ref/netcore50/ru/System.Runtime.xml",
++ "ref/netcore50/zh-hans/System.Runtime.xml",
++ "ref/netcore50/zh-hant/System.Runtime.xml",
++ "ref/netstandard1.0/System.Runtime.dll",
++ "ref/netstandard1.0/System.Runtime.xml",
++ "ref/netstandard1.0/de/System.Runtime.xml",
++ "ref/netstandard1.0/es/System.Runtime.xml",
++ "ref/netstandard1.0/fr/System.Runtime.xml",
++ "ref/netstandard1.0/it/System.Runtime.xml",
++ "ref/netstandard1.0/ja/System.Runtime.xml",
++ "ref/netstandard1.0/ko/System.Runtime.xml",
++ "ref/netstandard1.0/ru/System.Runtime.xml",
++ "ref/netstandard1.0/zh-hans/System.Runtime.xml",
++ "ref/netstandard1.0/zh-hant/System.Runtime.xml",
++ "ref/netstandard1.2/System.Runtime.dll",
++ "ref/netstandard1.2/System.Runtime.xml",
++ "ref/netstandard1.2/de/System.Runtime.xml",
++ "ref/netstandard1.2/es/System.Runtime.xml",
++ "ref/netstandard1.2/fr/System.Runtime.xml",
++ "ref/netstandard1.2/it/System.Runtime.xml",
++ "ref/netstandard1.2/ja/System.Runtime.xml",
++ "ref/netstandard1.2/ko/System.Runtime.xml",
++ "ref/netstandard1.2/ru/System.Runtime.xml",
++ "ref/netstandard1.2/zh-hans/System.Runtime.xml",
++ "ref/netstandard1.2/zh-hant/System.Runtime.xml",
++ "ref/netstandard1.3/System.Runtime.dll",
++ "ref/netstandard1.3/System.Runtime.xml",
++ "ref/netstandard1.3/de/System.Runtime.xml",
++ "ref/netstandard1.3/es/System.Runtime.xml",
++ "ref/netstandard1.3/fr/System.Runtime.xml",
++ "ref/netstandard1.3/it/System.Runtime.xml",
++ "ref/netstandard1.3/ja/System.Runtime.xml",
++ "ref/netstandard1.3/ko/System.Runtime.xml",
++ "ref/netstandard1.3/ru/System.Runtime.xml",
++ "ref/netstandard1.3/zh-hans/System.Runtime.xml",
++ "ref/netstandard1.3/zh-hant/System.Runtime.xml",
++ "ref/netstandard1.5/System.Runtime.dll",
++ "ref/netstandard1.5/System.Runtime.xml",
++ "ref/netstandard1.5/de/System.Runtime.xml",
++ "ref/netstandard1.5/es/System.Runtime.xml",
++ "ref/netstandard1.5/fr/System.Runtime.xml",
++ "ref/netstandard1.5/it/System.Runtime.xml",
++ "ref/netstandard1.5/ja/System.Runtime.xml",
++ "ref/netstandard1.5/ko/System.Runtime.xml",
++ "ref/netstandard1.5/ru/System.Runtime.xml",
++ "ref/netstandard1.5/zh-hans/System.Runtime.xml",
++ "ref/netstandard1.5/zh-hant/System.Runtime.xml",
++ "ref/portable-net45+win8+wp80+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Runtime.Extensions/4.0.0": {
++ "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==",
++ "type": "package",
++ "path": "System.Runtime.Extensions/4.0.0",
++ "files": [
++ "License.rtf",
++ "System.Runtime.Extensions.4.0.0.nupkg.sha512",
++ "System.Runtime.Extensions.nuspec",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/dotnet/System.Runtime.Extensions.dll",
++ "ref/dotnet/System.Runtime.Extensions.xml",
++ "ref/dotnet/de/System.Runtime.Extensions.xml",
++ "ref/dotnet/es/System.Runtime.Extensions.xml",
++ "ref/dotnet/fr/System.Runtime.Extensions.xml",
++ "ref/dotnet/it/System.Runtime.Extensions.xml",
++ "ref/dotnet/ja/System.Runtime.Extensions.xml",
++ "ref/dotnet/ko/System.Runtime.Extensions.xml",
++ "ref/dotnet/ru/System.Runtime.Extensions.xml",
++ "ref/dotnet/zh-hans/System.Runtime.Extensions.xml",
++ "ref/dotnet/zh-hant/System.Runtime.Extensions.xml",
++ "ref/net45/_._",
++ "ref/netcore50/System.Runtime.Extensions.dll",
++ "ref/netcore50/System.Runtime.Extensions.xml",
++ "ref/netcore50/de/System.Runtime.Extensions.xml",
++ "ref/netcore50/es/System.Runtime.Extensions.xml",
++ "ref/netcore50/fr/System.Runtime.Extensions.xml",
++ "ref/netcore50/it/System.Runtime.Extensions.xml",
++ "ref/netcore50/ja/System.Runtime.Extensions.xml",
++ "ref/netcore50/ko/System.Runtime.Extensions.xml",
++ "ref/netcore50/ru/System.Runtime.Extensions.xml",
++ "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
++ "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._"
++ ]
++ },
++ "System.Security.Claims/4.0.0": {
++ "sha512": "94NFR/7JN3YdyTH7hl2iSvYmdA8aqShriTHectcK+EbizT71YczMaG6LuqJBQP/HWo66AQyikYYM9aw+4EzGXg==",
++ "type": "package",
++ "path": "System.Security.Claims/4.0.0",
++ "files": [
++ "System.Security.Claims.4.0.0.nupkg.sha512",
++ "System.Security.Claims.nuspec",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/dotnet/System.Security.Claims.dll",
++ "lib/net46/System.Security.Claims.dll",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/dotnet/System.Security.Claims.dll",
++ "ref/dotnet/System.Security.Claims.xml",
++ "ref/dotnet/de/System.Security.Claims.xml",
++ "ref/dotnet/es/System.Security.Claims.xml",
++ "ref/dotnet/fr/System.Security.Claims.xml",
++ "ref/dotnet/it/System.Security.Claims.xml",
++ "ref/dotnet/ja/System.Security.Claims.xml",
++ "ref/dotnet/ko/System.Security.Claims.xml",
++ "ref/dotnet/ru/System.Security.Claims.xml",
++ "ref/dotnet/zh-hans/System.Security.Claims.xml",
++ "ref/dotnet/zh-hant/System.Security.Claims.xml",
++ "ref/net46/System.Security.Claims.dll",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._"
++ ]
++ },
++ "System.Security.Cryptography.Primitives/4.0.0": {
++ "sha512": "Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==",
++ "type": "package",
++ "path": "System.Security.Cryptography.Primitives/4.0.0",
++ "files": [
++ "System.Security.Cryptography.Primitives.4.0.0.nupkg.sha512",
++ "System.Security.Cryptography.Primitives.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net46/System.Security.Cryptography.Primitives.dll",
++ "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net46/System.Security.Cryptography.Primitives.dll",
++ "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Security.Principal/4.0.0": {
++ "sha512": "FOhq3jUOONi6fp5j3nPYJMrKtSJlqAURpjiO3FaDIV4DJNEYymWW5uh1pfxySEB8dtAW+I66IypzNge/w9OzZQ==",
++ "type": "package",
++ "path": "System.Security.Principal/4.0.0",
++ "files": [
++ "System.Security.Principal.4.0.0.nupkg.sha512",
++ "System.Security.Principal.nuspec",
++ "lib/dotnet/System.Security.Principal.dll",
++ "lib/net45/_._",
++ "lib/netcore50/System.Security.Principal.dll",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "ref/dotnet/System.Security.Principal.dll",
++ "ref/dotnet/System.Security.Principal.xml",
++ "ref/dotnet/de/System.Security.Principal.xml",
++ "ref/dotnet/es/System.Security.Principal.xml",
++ "ref/dotnet/fr/System.Security.Principal.xml",
++ "ref/dotnet/it/System.Security.Principal.xml",
++ "ref/dotnet/ja/System.Security.Principal.xml",
++ "ref/dotnet/ko/System.Security.Principal.xml",
++ "ref/dotnet/ru/System.Security.Principal.xml",
++ "ref/dotnet/zh-hans/System.Security.Principal.xml",
++ "ref/dotnet/zh-hant/System.Security.Principal.xml",
++ "ref/net45/_._",
++ "ref/netcore50/System.Security.Principal.dll",
++ "ref/netcore50/System.Security.Principal.xml",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._"
++ ]
++ },
++ "System.Text.Encoding/4.0.11": {
++ "sha512": "U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
++ "type": "package",
++ "path": "System.Text.Encoding/4.0.11",
++ "files": [
++ "System.Text.Encoding.4.0.11.nupkg.sha512",
++ "System.Text.Encoding.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Text.Encoding.dll",
++ "ref/netcore50/System.Text.Encoding.xml",
++ "ref/netcore50/de/System.Text.Encoding.xml",
++ "ref/netcore50/es/System.Text.Encoding.xml",
++ "ref/netcore50/fr/System.Text.Encoding.xml",
++ "ref/netcore50/it/System.Text.Encoding.xml",
++ "ref/netcore50/ja/System.Text.Encoding.xml",
++ "ref/netcore50/ko/System.Text.Encoding.xml",
++ "ref/netcore50/ru/System.Text.Encoding.xml",
++ "ref/netcore50/zh-hans/System.Text.Encoding.xml",
++ "ref/netcore50/zh-hant/System.Text.Encoding.xml",
++ "ref/netstandard1.0/System.Text.Encoding.dll",
++ "ref/netstandard1.0/System.Text.Encoding.xml",
++ "ref/netstandard1.0/de/System.Text.Encoding.xml",
++ "ref/netstandard1.0/es/System.Text.Encoding.xml",
++ "ref/netstandard1.0/fr/System.Text.Encoding.xml",
++ "ref/netstandard1.0/it/System.Text.Encoding.xml",
++ "ref/netstandard1.0/ja/System.Text.Encoding.xml",
++ "ref/netstandard1.0/ko/System.Text.Encoding.xml",
++ "ref/netstandard1.0/ru/System.Text.Encoding.xml",
++ "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
++ "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
++ "ref/netstandard1.3/System.Text.Encoding.dll",
++ "ref/netstandard1.3/System.Text.Encoding.xml",
++ "ref/netstandard1.3/de/System.Text.Encoding.xml",
++ "ref/netstandard1.3/es/System.Text.Encoding.xml",
++ "ref/netstandard1.3/fr/System.Text.Encoding.xml",
++ "ref/netstandard1.3/it/System.Text.Encoding.xml",
++ "ref/netstandard1.3/ja/System.Text.Encoding.xml",
++ "ref/netstandard1.3/ko/System.Text.Encoding.xml",
++ "ref/netstandard1.3/ru/System.Text.Encoding.xml",
++ "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
++ "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Threading/4.0.11": {
++ "sha512": "N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
++ "type": "package",
++ "path": "System.Threading/4.0.11",
++ "files": [
++ "System.Threading.4.0.11.nupkg.sha512",
++ "System.Threading.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Threading.dll",
++ "lib/netstandard1.3/System.Threading.dll",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Threading.dll",
++ "ref/netcore50/System.Threading.xml",
++ "ref/netcore50/de/System.Threading.xml",
++ "ref/netcore50/es/System.Threading.xml",
++ "ref/netcore50/fr/System.Threading.xml",
++ "ref/netcore50/it/System.Threading.xml",
++ "ref/netcore50/ja/System.Threading.xml",
++ "ref/netcore50/ko/System.Threading.xml",
++ "ref/netcore50/ru/System.Threading.xml",
++ "ref/netcore50/zh-hans/System.Threading.xml",
++ "ref/netcore50/zh-hant/System.Threading.xml",
++ "ref/netstandard1.0/System.Threading.dll",
++ "ref/netstandard1.0/System.Threading.xml",
++ "ref/netstandard1.0/de/System.Threading.xml",
++ "ref/netstandard1.0/es/System.Threading.xml",
++ "ref/netstandard1.0/fr/System.Threading.xml",
++ "ref/netstandard1.0/it/System.Threading.xml",
++ "ref/netstandard1.0/ja/System.Threading.xml",
++ "ref/netstandard1.0/ko/System.Threading.xml",
++ "ref/netstandard1.0/ru/System.Threading.xml",
++ "ref/netstandard1.0/zh-hans/System.Threading.xml",
++ "ref/netstandard1.0/zh-hant/System.Threading.xml",
++ "ref/netstandard1.3/System.Threading.dll",
++ "ref/netstandard1.3/System.Threading.xml",
++ "ref/netstandard1.3/de/System.Threading.xml",
++ "ref/netstandard1.3/es/System.Threading.xml",
++ "ref/netstandard1.3/fr/System.Threading.xml",
++ "ref/netstandard1.3/it/System.Threading.xml",
++ "ref/netstandard1.3/ja/System.Threading.xml",
++ "ref/netstandard1.3/ko/System.Threading.xml",
++ "ref/netstandard1.3/ru/System.Threading.xml",
++ "ref/netstandard1.3/zh-hans/System.Threading.xml",
++ "ref/netstandard1.3/zh-hant/System.Threading.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._",
++ "runtimes/aot/lib/netcore50/System.Threading.dll"
++ ]
++ },
++ "System.Threading.Tasks/4.0.11": {
++ "sha512": "k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
++ "type": "package",
++ "path": "System.Threading.Tasks/4.0.11",
++ "files": [
++ "System.Threading.Tasks.4.0.11.nupkg.sha512",
++ "System.Threading.Tasks.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/portable-net45+win8+wp8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/netcore50/System.Threading.Tasks.dll",
++ "ref/netcore50/System.Threading.Tasks.xml",
++ "ref/netcore50/de/System.Threading.Tasks.xml",
++ "ref/netcore50/es/System.Threading.Tasks.xml",
++ "ref/netcore50/fr/System.Threading.Tasks.xml",
++ "ref/netcore50/it/System.Threading.Tasks.xml",
++ "ref/netcore50/ja/System.Threading.Tasks.xml",
++ "ref/netcore50/ko/System.Threading.Tasks.xml",
++ "ref/netcore50/ru/System.Threading.Tasks.xml",
++ "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
++ "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/System.Threading.Tasks.dll",
++ "ref/netstandard1.0/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/de/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/es/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/it/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
++ "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/System.Threading.Tasks.dll",
++ "ref/netstandard1.3/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/de/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/es/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/it/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
++ "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
++ "ref/portable-net45+win8+wp8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wp80/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ }
++ },
++ "projectFileDependencyGroups": {
++ "": [
++ "System.Console >= 4.0.0",
++ "System.IO >= 4.1.0",
++ "System.Security.Claims >= 4.0.0",
++ "System.Security.Cryptography.Primitives >= 4.0.0",
++ "System.Security.Principal >= 4.0.0"
++ ],
++ ".NETStandard,Version=v1.3": []
++ },
++ "tools": {},
++ "projectFileToolGroups": {}
++}
+\ No newline at end of file
+--
+1.9.1
+