summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2016-11-23 19:14:40 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2016-12-01 10:25:11 +0900
commite10d9bd57d17dcb2ce4d7148644d34afe5d86f95 (patch)
tree69615edcf39391f0d2165a1546eb94e5570c741e
parent4b4aad7217d3292650e77eec2cf4c198ea9c3b4b (diff)
downloadcoreclr-e10d9bd57d17dcb2ce4d7148644d34afe5d86f95.tar.gz
coreclr-e10d9bd57d17dcb2ce4d7148644d34afe5d86f95.tar.bz2
coreclr-e10d9bd57d17dcb2ce4d7148644d34afe5d86f95.zip
Add packaging directory for building CoreCLR
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
-rw-r--r--packaging/Add-Tizen-distro.patch27
-rw-r--r--packaging/Do-not-ignore-project.lock.json.patch7750
-rw-r--r--packaging/Support-managed-build-on-armv7l-env.patch36
-rw-r--r--packaging/coreclr-rpmlintrc2
-rw-r--r--packaging/coreclr.manifest5
-rw-r--r--packaging/coreclr.spec350
-rw-r--r--packaging/downloaded_files.tar.gzbin0 -> 156610475 bytes
7 files changed, 8170 insertions, 0 deletions
diff --git a/packaging/Add-Tizen-distro.patch b/packaging/Add-Tizen-distro.patch
new file mode 100644
index 0000000000..fd3f1fdc58
--- /dev/null
+++ b/packaging/Add-Tizen-distro.patch
@@ -0,0 +1,27 @@
+From d0e0bb5a57ce24b9b2e6774d48262ad8eb0efb50 Mon Sep 17 00:00:00 2001
+From: Jiyoung Yun <jy910.yun@samsung.com>
+Date: Wed, 5 Oct 2016 16:25:53 +0900
+Subject: [PATCH] Add Tizen distro
+
+Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
+---
+ build.sh | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/build.sh b/build.sh
+index 5959abd..8e6969b 100755
+--- a/build.sh
++++ b/build.sh
+@@ -256,6 +256,9 @@ isMSBuildOnNETCoreSupported()
+ "ubuntu.16.10-x64")
+ __isMSBuildOnNETCoreSupported=1
+ ;;
++ "tizen.3.0.0-x64")
++ __isMSBuildOnNETCoreSupported=1
++ ;;
+ *)
+ esac
+ elif [ "$__HostOS" == "OSX" ]; then
+--
+1.9.1
+
diff --git a/packaging/Do-not-ignore-project.lock.json.patch b/packaging/Do-not-ignore-project.lock.json.patch
new file mode 100644
index 0000000000..afb65d282c
--- /dev/null
+++ b/packaging/Do-not-ignore-project.lock.json.patch
@@ -0,0 +1,7750 @@
+From 1cc7e755b261a241673803feb6587bc6bea47398 Mon Sep 17 00:00:00 2001
+From: Jiyoung Yun <jy910.yun@samsung.com>
+Date: Tue, 22 Nov 2016 14:12:29 +0900
+Subject: [PATCH] Do not ignore project.lock.json
+
+OBS/GBS can't connect external network while building.
+
+Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
+---
+ src/ToolBox/SOS/NETCore/project.lock.json | 6544 +++++++++++++++++++++++++++++
+ src/mscorlib/facade/project.lock.json | 1174 ++++++
+ 2 files changed, 7718 insertions(+)
+ create mode 100755 src/ToolBox/SOS/NETCore/project.lock.json
+ create mode 100755 src/mscorlib/facade/project.lock.json
+
+diff --git a/src/ToolBox/SOS/NETCore/project.lock.json b/src/ToolBox/SOS/NETCore/project.lock.json
+new file mode 100755
+index 0000000..3874216
+--- /dev/null
++++ b/src/ToolBox/SOS/NETCore/project.lock.json
+@@ -0,0 +1,6544 @@
++{
++ "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.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "System.Collections/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.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.2.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Globalization": "4.0.11",
++ "System.Linq": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.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.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.native.System": "4.0.0",
++ "runtime.native.System.IO.Compression": "4.1.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.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.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.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Collections.Immutable": "1.2.0",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.Compression": "4.1.0",
++ "System.Linq": "4.1.0",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Extensions": "4.0.1",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.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.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/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.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.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.Text.Encoding.Extensions/4.0.11": {
++ "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"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0",
++ "System.Threading.Tasks": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "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": {}
++ }
++ }
++ },
++ ".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.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.any.System.Collections/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "runtime.any.System.IO/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ },
++ "runtime.native.System/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.rhel.7-x64.runtime.native.System": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.Security.Cryptography/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.rhel.7-x64.runtime.native.System/1.0.1": {
++ "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/1.0.1": {
++ "type": "package",
++ "native": {
++ "runtimes/rhel.7-x64/native/System.IO.Compression.Native.so": {}
++ }
++ },
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography/1.0.1": {
++ "type": "package",
++ "native": {
++ "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.so": {}
++ }
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "runtime.unix.System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "runtime.unix.System.Private.Uri/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
++ }
++ },
++ "runtime.unix.System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.0.1",
++ "runtime.native.System": "4.0.0",
++ "runtime.native.System.Security.Cryptography": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Collections/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Collections": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.2.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Globalization": "4.0.11",
++ "System.Linq": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.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",
++ "runtime.unix.System.Diagnostics.Debug": "4.0.11"
++ },
++ "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",
++ "runtime.any.System.Globalization": "4.0.11"
++ },
++ "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",
++ "runtime.any.System.IO": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.native.System": "4.0.0",
++ "runtime.native.System.IO.Compression": "4.1.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.0.1"
++ },
++ "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.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Private.Uri/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.unix.System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ }
++ },
++ "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",
++ "runtime.any.System.Reflection": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Reflection.Extensions": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Collections.Immutable": "1.2.0",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.Compression": "4.1.0",
++ "System.Linq": "4.1.0",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Extensions": "4.0.1",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.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",
++ "runtime.any.System.Reflection.Primitives": "4.0.1"
++ },
++ "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",
++ "runtime.any.System.Resources.ResourceManager": "4.0.1"
++ },
++ "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",
++ "runtime.any.System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.unix.System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Runtime.Handles": "4.0.1"
++ },
++ "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.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.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",
++ "runtime.any.System.Text.Encoding": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.0.11": {
++ "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",
++ "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0",
++ "System.Threading.Tasks": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "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",
++ "runtime.any.System.Threading.Tasks": "4.0.11"
++ },
++ "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.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.any.System.Collections/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "runtime.any.System.IO/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ },
++ "runtime.debian.8-x64.runtime.native.System/1.0.1": {
++ "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/1.0.1": {
++ "type": "package",
++ "native": {
++ "runtimes/debian.8-x64/native/System.IO.Compression.Native.so": {}
++ }
++ },
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography/1.0.1": {
++ "type": "package",
++ "native": {
++ "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.so": {}
++ }
++ },
++ "runtime.native.System/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.debian.8-x64.runtime.native.System": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.debian.8-x64.runtime.native.System.IO.Compression": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.Security.Cryptography/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "runtime.unix.System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "runtime.unix.System.Private.Uri/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
++ }
++ },
++ "runtime.unix.System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.0.1",
++ "runtime.native.System": "4.0.0",
++ "runtime.native.System.Security.Cryptography": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Collections/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Collections": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.2.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Globalization": "4.0.11",
++ "System.Linq": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.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",
++ "runtime.unix.System.Diagnostics.Debug": "4.0.11"
++ },
++ "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",
++ "runtime.any.System.Globalization": "4.0.11"
++ },
++ "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",
++ "runtime.any.System.IO": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.native.System": "4.0.0",
++ "runtime.native.System.IO.Compression": "4.1.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.0.1"
++ },
++ "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.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Private.Uri/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.unix.System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ }
++ },
++ "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",
++ "runtime.any.System.Reflection": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Reflection.Extensions": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Collections.Immutable": "1.2.0",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.Compression": "4.1.0",
++ "System.Linq": "4.1.0",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Extensions": "4.0.1",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.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",
++ "runtime.any.System.Reflection.Primitives": "4.0.1"
++ },
++ "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",
++ "runtime.any.System.Resources.ResourceManager": "4.0.1"
++ },
++ "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",
++ "runtime.any.System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.unix.System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Runtime.Handles": "4.0.1"
++ },
++ "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.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.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",
++ "runtime.any.System.Text.Encoding": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.0.11": {
++ "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",
++ "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0",
++ "System.Threading.Tasks": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "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",
++ "runtime.any.System.Threading.Tasks": "4.0.11"
++ },
++ "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.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.any.System.Collections/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "runtime.any.System.IO/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ },
++ "runtime.native.System/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.osx.10.10-x64.runtime.native.System": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.Security.Cryptography/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.osx.10.10-x64.runtime.native.System/1.0.1": {
++ "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/1.0.1": {
++ "type": "package",
++ "native": {
++ "runtimes/osx.10.10-x64/native/System.IO.Compression.Native.dylib": {}
++ }
++ },
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography/1.0.1": {
++ "type": "package",
++ "native": {
++ "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.dylib": {}
++ }
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "runtime.unix.System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "runtime.unix.System.Private.Uri/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
++ }
++ },
++ "runtime.unix.System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.0.1",
++ "runtime.native.System": "4.0.0",
++ "runtime.native.System.Security.Cryptography": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Collections/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Collections": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.2.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Globalization": "4.0.11",
++ "System.Linq": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.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",
++ "runtime.unix.System.Diagnostics.Debug": "4.0.11"
++ },
++ "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",
++ "runtime.any.System.Globalization": "4.0.11"
++ },
++ "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",
++ "runtime.any.System.IO": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.native.System": "4.0.0",
++ "runtime.native.System.IO.Compression": "4.1.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.0.1"
++ },
++ "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.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Private.Uri/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.unix.System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ }
++ },
++ "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",
++ "runtime.any.System.Reflection": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Reflection.Extensions": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Collections.Immutable": "1.2.0",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.Compression": "4.1.0",
++ "System.Linq": "4.1.0",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Extensions": "4.0.1",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.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",
++ "runtime.any.System.Reflection.Primitives": "4.0.1"
++ },
++ "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",
++ "runtime.any.System.Resources.ResourceManager": "4.0.1"
++ },
++ "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",
++ "runtime.any.System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.unix.System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Runtime.Handles": "4.0.1"
++ },
++ "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.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.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",
++ "runtime.any.System.Text.Encoding": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.0.11": {
++ "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",
++ "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0",
++ "System.Threading.Tasks": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "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",
++ "runtime.any.System.Threading.Tasks": "4.0.11"
++ },
++ "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.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.any.System.Collections/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "runtime.any.System.IO/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ },
++ "runtime.native.System/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.rhel.7-x64.runtime.native.System": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.Security.Cryptography/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.rhel.7-x64.runtime.native.System/1.0.1": {
++ "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/1.0.1": {
++ "type": "package",
++ "native": {
++ "runtimes/rhel.7-x64/native/System.IO.Compression.Native.so": {}
++ }
++ },
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography/1.0.1": {
++ "type": "package",
++ "native": {
++ "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.so": {}
++ }
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "runtime.unix.System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "runtime.unix.System.Private.Uri/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
++ }
++ },
++ "runtime.unix.System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.0.1",
++ "runtime.native.System": "4.0.0",
++ "runtime.native.System.Security.Cryptography": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Collections/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Collections": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.2.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Globalization": "4.0.11",
++ "System.Linq": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.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",
++ "runtime.unix.System.Diagnostics.Debug": "4.0.11"
++ },
++ "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",
++ "runtime.any.System.Globalization": "4.0.11"
++ },
++ "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",
++ "runtime.any.System.IO": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.native.System": "4.0.0",
++ "runtime.native.System.IO.Compression": "4.1.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.0.1"
++ },
++ "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.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Private.Uri/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.unix.System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ }
++ },
++ "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",
++ "runtime.any.System.Reflection": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Reflection.Extensions": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Collections.Immutable": "1.2.0",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.Compression": "4.1.0",
++ "System.Linq": "4.1.0",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Extensions": "4.0.1",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.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",
++ "runtime.any.System.Reflection.Primitives": "4.0.1"
++ },
++ "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",
++ "runtime.any.System.Resources.ResourceManager": "4.0.1"
++ },
++ "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",
++ "runtime.any.System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.unix.System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Runtime.Handles": "4.0.1"
++ },
++ "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.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.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",
++ "runtime.any.System.Text.Encoding": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.0.11": {
++ "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",
++ "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0",
++ "System.Threading.Tasks": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "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",
++ "runtime.any.System.Threading.Tasks": "4.0.11"
++ },
++ "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.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.any.System.Collections/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "runtime.any.System.IO/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ },
++ "runtime.native.System/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.ubuntu.14.04-x64.runtime.native.System": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.Security.Cryptography/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System/1.0.1": {
++ "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/1.0.1": {
++ "type": "package",
++ "native": {
++ "runtimes/ubuntu.14.04-x64/native/System.IO.Compression.Native.so": {}
++ }
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography/1.0.1": {
++ "type": "package",
++ "native": {
++ "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.so": {}
++ }
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "runtime.unix.System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "runtime.unix.System.Private.Uri/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "runtime.native.System": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
++ }
++ },
++ "runtime.unix.System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.0.1",
++ "runtime.native.System": "4.0.0",
++ "runtime.native.System.Security.Cryptography": "4.0.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Collections/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Collections": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.2.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Globalization": "4.0.11",
++ "System.Linq": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.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",
++ "runtime.unix.System.Diagnostics.Debug": "4.0.11"
++ },
++ "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",
++ "runtime.any.System.Globalization": "4.0.11"
++ },
++ "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",
++ "runtime.any.System.IO": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.native.System": "4.0.0",
++ "runtime.native.System.IO.Compression": "4.1.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.0.1"
++ },
++ "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.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Private.Uri/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.unix.System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ }
++ },
++ "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",
++ "runtime.any.System.Reflection": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Reflection.Extensions": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Collections.Immutable": "1.2.0",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.Compression": "4.1.0",
++ "System.Linq": "4.1.0",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Extensions": "4.0.1",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.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",
++ "runtime.any.System.Reflection.Primitives": "4.0.1"
++ },
++ "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",
++ "runtime.any.System.Resources.ResourceManager": "4.0.1"
++ },
++ "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",
++ "runtime.any.System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.unix.System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Runtime.Handles": "4.0.1"
++ },
++ "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.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.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",
++ "runtime.any.System.Text.Encoding": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.0.11": {
++ "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",
++ "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0",
++ "System.Threading.Tasks": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "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",
++ "runtime.any.System.Threading.Tasks": "4.0.11"
++ },
++ "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.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.any.System.Collections/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "runtime.any.System.IO/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ },
++ "runtime.native.System/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.win7-x64.runtime.native.System.IO.Compression": "4.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.win.System.Diagnostics.Debug/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "runtime.win.System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Overlapped": "4.0.1",
++ "System.Threading.Tasks": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "runtime.win.System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "runtime.win7-x64.runtime.native.System.IO.Compression/4.0.1": {
++ "type": "package",
++ "native": {
++ "runtimes/win7-x64/native/clrcompression.dll": {}
++ }
++ },
++ "runtime.win7.System.Private.Uri/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.0/System.Private.Uri.dll": {}
++ }
++ },
++ "System.Collections/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Collections": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.2.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Globalization": "4.0.11",
++ "System.Linq": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.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",
++ "runtime.win.System.Diagnostics.Debug": "4.0.11"
++ },
++ "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",
++ "runtime.any.System.Globalization": "4.0.11"
++ },
++ "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",
++ "runtime.any.System.IO": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.native.System": "4.0.0",
++ "runtime.native.System.IO.Compression": "4.1.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.0.1"
++ },
++ "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.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Private.Uri/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.win7.System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ }
++ },
++ "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",
++ "runtime.any.System.Reflection": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Reflection.Extensions": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Collections.Immutable": "1.2.0",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.Compression": "4.1.0",
++ "System.Linq": "4.1.0",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Extensions": "4.0.1",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.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",
++ "runtime.any.System.Reflection.Primitives": "4.0.1"
++ },
++ "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",
++ "runtime.any.System.Resources.ResourceManager": "4.0.1"
++ },
++ "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",
++ "runtime.any.System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.win.System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Runtime.Handles": "4.0.1"
++ },
++ "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.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.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",
++ "runtime.any.System.Text.Encoding": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.0.11": {
++ "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",
++ "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0",
++ "System.Threading.Tasks": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.dll": {}
++ }
++ },
++ "System.Threading.Overlapped/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.Overlapped.dll": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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",
++ "runtime.any.System.Threading.Tasks": "4.0.11"
++ },
++ "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.0.1": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.any.System.Collections/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Globalization.dll": {}
++ }
++ },
++ "runtime.any.System.IO/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
++ }
++ },
++ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
++ }
++ },
++ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
++ }
++ },
++ "runtime.native.System/4.0.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.native.System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.win7-x86.runtime.native.System.IO.Compression": "4.0.1"
++ },
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ },
++ "runtime.win.System.Diagnostics.Debug/4.0.11": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ }
++ },
++ "runtime.win.System.IO.FileSystem/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.FileSystem.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Overlapped": "4.0.1",
++ "System.Threading.Tasks": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {}
++ }
++ },
++ "runtime.win.System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "runtime.win7-x86.runtime.native.System.IO.Compression/4.0.1": {
++ "type": "package",
++ "native": {
++ "runtimes/win7-x86/native/clrcompression.dll": {}
++ }
++ },
++ "runtime.win7.System.Private.Uri/4.0.1": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.0/System.Private.Uri.dll": {}
++ }
++ },
++ "System.Collections/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Collections": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Collections.dll": {}
++ }
++ },
++ "System.Collections.Immutable/1.2.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Globalization": "4.0.11",
++ "System.Linq": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/System.Collections.Immutable.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",
++ "runtime.win.System.Diagnostics.Debug": "4.0.11"
++ },
++ "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",
++ "runtime.any.System.Globalization": "4.0.11"
++ },
++ "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",
++ "runtime.any.System.IO": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.IO.dll": {}
++ }
++ },
++ "System.IO.Compression/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.Handles": "4.0.1",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Threading": "4.0.11",
++ "System.Threading.Tasks": "4.0.11",
++ "runtime.native.System": "4.0.0",
++ "runtime.native.System.IO.Compression": "4.1.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.0.1"
++ },
++ "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.1.0": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.6/System.Linq.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.6/System.Linq.dll": {}
++ }
++ },
++ "System.Private.Uri/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "runtime.win7.System.Private.Uri": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard/_._": {}
++ }
++ },
++ "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",
++ "runtime.any.System.Reflection": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Reflection.dll": {}
++ }
++ },
++ "System.Reflection.Extensions/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Reflection": "4.1.0",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Reflection.Extensions": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ }
++ },
++ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "type": "package",
++ "dependencies": {
++ "System.Collections": "4.0.11",
++ "System.Collections.Immutable": "1.2.0",
++ "System.Diagnostics.Debug": "4.0.11",
++ "System.IO": "4.1.0",
++ "System.IO.Compression": "4.1.0",
++ "System.Linq": "4.1.0",
++ "System.Reflection": "4.1.0",
++ "System.Reflection.Extensions": "4.0.1",
++ "System.Reflection.Primitives": "4.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Extensions": "4.1.0",
++ "System.Runtime.InteropServices": "4.1.0",
++ "System.Text.Encoding": "4.0.11",
++ "System.Text.Encoding.Extensions": "4.0.11",
++ "System.Threading": "4.0.11"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Reflection.Metadata.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",
++ "runtime.any.System.Reflection.Primitives": "4.0.1"
++ },
++ "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",
++ "runtime.any.System.Resources.ResourceManager": "4.0.1"
++ },
++ "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",
++ "runtime.any.System.Runtime": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.dll": {}
++ }
++ },
++ "System.Runtime.Extensions/4.1.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.win.System.Runtime.Extensions": "4.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ }
++ },
++ "System.Runtime.Handles/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "Microsoft.NETCore.Targets": "1.0.1",
++ "System.Runtime": "4.1.0",
++ "runtime.any.System.Runtime.Handles": "4.0.1"
++ },
++ "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.1.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Runtime.InteropServices.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",
++ "runtime.any.System.Text.Encoding": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ }
++ },
++ "System.Text.Encoding.Extensions/4.0.11": {
++ "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",
++ "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ }
++ },
++ "System.Threading/4.0.11": {
++ "type": "package",
++ "dependencies": {
++ "System.Runtime": "4.1.0",
++ "System.Threading.Tasks": "4.0.11"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.3/System.Threading.dll": {}
++ }
++ },
++ "System.Threading.Overlapped/4.0.1": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.0.1",
++ "System.Resources.ResourceManager": "4.0.1",
++ "System.Runtime": "4.1.0",
++ "System.Runtime.Handles": "4.0.1"
++ },
++ "compile": {
++ "ref/netstandard1.3/System.Threading.Overlapped.dll": {}
++ },
++ "runtime": {
++ "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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",
++ "runtime.any.System.Threading.Tasks": "4.0.11"
++ },
++ "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"
++ ]
++ },
++ "runtime.any.System.Collections/4.0.11": {
++ "sha512": "MTBT/hu37Dm2042H1JjWSaMd8w+oPJ4ZWAbDNeLzC4ZHdqwHloP07KvD6+4VbwipDqY5obfFFy90mZYCaPDh5Q==",
++ "type": "package",
++ "path": "runtime.any.System.Collections/4.0.11",
++ "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.0.11.nupkg.sha512",
++ "runtime.any.System.Collections.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Globalization/4.0.11": {
++ "sha512": "cjJ3+b83Tpf02AIc5FkGj1vzY68RnsVHiGLrOCc5n7gpNVg1JnZrt1mcY99ykQ/wr3nCdvSP2pYvdxbYsxZdlA==",
++ "type": "package",
++ "path": "runtime.any.System.Globalization/4.0.11",
++ "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.0.11.nupkg.sha512",
++ "runtime.any.System.Globalization.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.IO/4.1.0": {
++ "sha512": "sC7zKVdhYQEtrREKBJf4zkUwNdi6fsbkzrhJLDIAxIxD+YA5PABAQJps13zxpA1Ke3AgzOA9551JDymAfmRuTg==",
++ "type": "package",
++ "path": "runtime.any.System.IO/4.1.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.1.0.nupkg.sha512",
++ "runtime.any.System.IO.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Reflection/4.1.0": {
++ "sha512": "eKq6/GprEINYbugjWf2V9cjkyuAH/y+Raed28PJQ35zd30oR/pvKEHNN8JbPAgzYpI09TCd1yuhXN/Rb8PM8GA==",
++ "type": "package",
++ "path": "runtime.any.System.Reflection/4.1.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.1.0.nupkg.sha512",
++ "runtime.any.System.Reflection.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "sha512": "ajAAD1MHX4KSNq/CW0d1IMlq5seVTuzTMMhA5EFWagMejfamzljIL92/wD19eK/1mPuux5nb16K4PFBYQrZOrQ==",
++ "type": "package",
++ "path": "runtime.any.System.Reflection.Extensions/4.0.1",
++ "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.0.1.nupkg.sha512",
++ "runtime.any.System.Reflection.Extensions.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "sha512": "oKs78h11WDhCGFNpxT26IqL8Oo8OBzr6YOW0WG+R14FGaB/WDM5UHiK/jr6dipdnO8Wxlg/U48ka6uaPM6l53w==",
++ "type": "package",
++ "path": "runtime.any.System.Reflection.Primitives/4.0.1",
++ "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.0.1.nupkg.sha512",
++ "runtime.any.System.Reflection.Primitives.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "sha512": "hes7WFTOERydB/hLGmLj66NbK7I2AnjLHEeTpf7EmPZOIrRWeuC1dPoFYC9XRVIVzfCcOZI7oXM7KXe4vakt9Q==",
++ "type": "package",
++ "path": "runtime.any.System.Resources.ResourceManager/4.0.1",
++ "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.0.1.nupkg.sha512",
++ "runtime.any.System.Resources.ResourceManager.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Runtime/4.1.0": {
++ "sha512": "0QVLwEGXROl0Trt2XosEjly9uqXcjHKStoZyZG9twJYFZJqq2JJXcBMXl/fnyQAgYEEODV8lUsU+t7NCCY0nUQ==",
++ "type": "package",
++ "path": "runtime.any.System.Runtime/4.1.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.1.0.nupkg.sha512",
++ "runtime.any.System.Runtime.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "sha512": "MZ5fVmAE/3S11wt3hPfn3RsAHppj5gUz+VZuLQkRjLCMSlX0krOI601IZsMWc3CoxUb+wMt3gZVb/mEjblw6Mg==",
++ "type": "package",
++ "path": "runtime.any.System.Runtime.Handles/4.0.1",
++ "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.0.1.nupkg.sha512",
++ "runtime.any.System.Runtime.Handles.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "sha512": "gmibdZ9x/eB6hf5le33DWLCQbhcIUD2vqoc0tBgqSUWlB8YjEzVJXyTPDO+ypKLlL90Kv3ZDrK7yPCNqcyhqCA==",
++ "type": "package",
++ "path": "runtime.any.System.Runtime.InteropServices/4.1.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/win8/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Runtime.InteropServices.4.1.0.nupkg.sha512",
++ "runtime.any.System.Runtime.InteropServices.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Text.Encoding/4.0.11": {
++ "sha512": "uweRMRDD4O8Iy8m4h1cJvoFIHNCzHMpipuxkRNAMML6EMzAhDCQTjgvRwki7PlUg8RGY1ctXnBZjT1rXvMZuRw==",
++ "type": "package",
++ "path": "runtime.any.System.Text.Encoding/4.0.11",
++ "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.0.11.nupkg.sha512",
++ "runtime.any.System.Text.Encoding.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "sha512": "3n6qbf59NMgA7F9S+q9gmqFV7T/CtAZw2pa6aprfdZxUinR2mDvVchsgthoacpQvAQu6e3ok8WWeypSu/yjXrA==",
++ "type": "package",
++ "path": "runtime.any.System.Text.Encoding.Extensions/4.0.11",
++ "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.0.11.nupkg.sha512",
++ "runtime.any.System.Text.Encoding.Extensions.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "sha512": "CEvWO0IwtdCAsmCb9aAl59psy0hzx+whYh4DzbjNb0GsQmxw/G7bZEcrBtE8c9QupNVbu87c2xaMi6p4r1bpjA==",
++ "type": "package",
++ "path": "runtime.any.System.Threading.Tasks/4.0.11",
++ "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.0.11.nupkg.sha512",
++ "runtime.any.System.Threading.Tasks.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.debian.8-x64.runtime.native.System/1.0.1": {
++ "sha512": "8jA4c/raoXC5aeDm9N5fTOMCwpCfY5zQu9vRnKrXmwfwPeQ9OJDI1Wp8SC1HmicanCI88kKZXd3jJFdPs+YArw==",
++ "type": "package",
++ "path": "runtime.debian.8-x64.runtime.native.System/1.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.debian.8-x64.runtime.native.System.1.0.1.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/1.0.1": {
++ "sha512": "NDdY1DA9feOOeje9eTyD8PojdvHJ5eaEfbVS+iU4RH5eKvWRPcHYfUJ4+m9R79igHf1I2//rsIh6rPHUQceZHw==",
++ "type": "package",
++ "path": "runtime.debian.8-x64.runtime.native.System.IO.Compression/1.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.debian.8-x64.runtime.native.System.IO.Compression.1.0.1.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/1.0.1": {
++ "sha512": "od2d9GBAtPqquyNn4wauzRlwQ+QOhcR9ijd34vdH84dm5qDtc/LBGTRSvzoxEhgFmUkJQZaP6qN7gWk9o5CZYQ==",
++ "type": "package",
++ "path": "runtime.debian.8-x64.runtime.native.System.Security.Cryptography/1.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.1.0.1.nupkg.sha512",
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.nuspec",
++ "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.so"
++ ]
++ },
++ "runtime.native.System/4.0.0": {
++ "sha512": "QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==",
++ "type": "package",
++ "path": "runtime.native.System/4.0.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.0/_._",
++ "runtime.native.System.4.0.0.nupkg.sha512",
++ "runtime.native.System.nuspec"
++ ]
++ },
++ "runtime.native.System.IO.Compression/4.1.0": {
++ "sha512": "Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==",
++ "type": "package",
++ "path": "runtime.native.System.IO.Compression/4.1.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.0/_._",
++ "runtime.native.System.IO.Compression.4.1.0.nupkg.sha512",
++ "runtime.native.System.IO.Compression.nuspec"
++ ]
++ },
++ "runtime.native.System.Security.Cryptography/4.0.0": {
++ "sha512": "2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==",
++ "type": "package",
++ "path": "runtime.native.System.Security.Cryptography/4.0.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.0/_._",
++ "runtime.native.System.Security.Cryptography.4.0.0.nupkg.sha512",
++ "runtime.native.System.Security.Cryptography.nuspec"
++ ]
++ },
++ "runtime.osx.10.10-x64.runtime.native.System/1.0.1": {
++ "sha512": "8HTIxJfs2nHQHTc4KLrTXCbR9illzE4MjEA9nQryvFZl+WIggCClPPkO646MyeBK2PhyNq5fm7EN8ZZNyXuTjg==",
++ "type": "package",
++ "path": "runtime.osx.10.10-x64.runtime.native.System/1.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.osx.10.10-x64.runtime.native.System.1.0.1.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/1.0.1": {
++ "sha512": "q1cK47wFzHFzMUrfSuBpAgkOL+YaV57A/uLbM1XIc0HQAEtCLZMdIyIlyLnFL04Qn7spVWcNksJIKuyOfObEng==",
++ "type": "package",
++ "path": "runtime.osx.10.10-x64.runtime.native.System.IO.Compression/1.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression.1.0.1.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/1.0.1": {
++ "sha512": "lmQUKSYs2CASw2ZDYNEoKjBUyS+r30ZzalhuiKewVVVGU8NBWp2EKg5HuMhFys6gdFnA8b7XIsixRdZGkP466Q==",
++ "type": "package",
++ "path": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography/1.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.1.0.1.nupkg.sha512",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.nuspec",
++ "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.dylib"
++ ]
++ },
++ "runtime.rhel.7-x64.runtime.native.System/1.0.1": {
++ "sha512": "JRSCN3EAsYlYm4jRn16MmkLOxcNXbYNB/AulxiSFQN7R7OY6Q9nFUyyeKCxFe1OmuVr0mJ5Tiz58eGborgKWKA==",
++ "type": "package",
++ "path": "runtime.rhel.7-x64.runtime.native.System/1.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.rhel.7-x64.runtime.native.System.1.0.1.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/1.0.1": {
++ "sha512": "mgwS56RkQSyF3ylDaBkt58t40aT+eQxU4aBBqaANljL8bH+MPEP6PzpaAcGSjELjcFbGu/p6VAu4wMem/4Rl5w==",
++ "type": "package",
++ "path": "runtime.rhel.7-x64.runtime.native.System.IO.Compression/1.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression.1.0.1.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/1.0.1": {
++ "sha512": "gvowpzqCOR/g8+4k9SF/8wG+u6fNIve5eJz3jnQr4VxE4FOxzice+UMtjX3sRYgw7F4w7SB79NDLjczJZOkaWA==",
++ "type": "package",
++ "path": "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography/1.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.1.0.1.nupkg.sha512",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.nuspec",
++ "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.so"
++ ]
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System/1.0.1": {
++ "sha512": "Z7wS5B/4iAznHIyw+IQ7vVZaHfAxw2Cb94pH7q6YeDGtVB2/ZJd0SD82vyJTyN8QOyotJKw2VNwC6jbskVke5Q==",
++ "type": "package",
++ "path": "runtime.ubuntu.14.04-x64.runtime.native.System/1.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.1.0.1.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/1.0.1": {
++ "sha512": "vOIO+t4REjRgzrbz0tYxzs+k0Dh7hOdTK3hoJ5oVxUH9mXXd38TkVRonGfOkveeLWZ+Et/VMiV6SFAgbVpN0/Q==",
++ "type": "package",
++ "path": "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression/1.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression.1.0.1.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/1.0.1": {
++ "sha512": "4zHsNaTtFixPNi6YHFYuGIOWSzYt77HoehRe1N+sByrF6bxIc/Ad9rdA6NYOG7JbMgzZ7fb04xJWQ2wswhCIDg==",
++ "type": "package",
++ "path": "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography/1.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.1.0.1.nupkg.sha512",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.nuspec",
++ "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.so"
++ ]
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.0.11": {
++ "sha512": "dGIYWbyqSlMlZrsqtU/TdvVNp8lieqowdGBVMi6nFTIiCqrL+RbdiJORguexXNjHtFZR30eE6zPWGxuL60NYFw==",
++ "type": "package",
++ "path": "runtime.unix.System.Diagnostics.Debug/4.0.11",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.unix.System.Diagnostics.Debug.4.0.11.nupkg.sha512",
++ "runtime.unix.System.Diagnostics.Debug.nuspec",
++ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll"
++ ]
++ },
++ "runtime.unix.System.IO.FileSystem/4.0.1": {
++ "sha512": "7dft+dHYKOXOAnXExVE6OGmifNnSDCrJymApD0l6t2bZUdpai66La9dNqT2eqPhiQXVR3eV61gzkfaIEsuK0pA==",
++ "type": "package",
++ "path": "runtime.unix.System.IO.FileSystem/4.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.unix.System.IO.FileSystem.4.0.1.nupkg.sha512",
++ "runtime.unix.System.IO.FileSystem.nuspec",
++ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll"
++ ]
++ },
++ "runtime.unix.System.Private.Uri/4.0.1": {
++ "sha512": "m+7TLWWw4cA44vGxcKpMdV2Lgx6HWOe5rUb5RIADE04S6fJNEwXO6u+KY7oWFJQYn5644NyhSxB9oV28fF94NQ==",
++ "type": "package",
++ "path": "runtime.unix.System.Private.Uri/4.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.unix.System.Private.Uri.4.0.1.nupkg.sha512",
++ "runtime.unix.System.Private.Uri.nuspec",
++ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll"
++ ]
++ },
++ "runtime.unix.System.Runtime.Extensions/4.1.0": {
++ "sha512": "ouVt2t9k22LcC9HeNX4mu3Ebvp1h+IPKaYiU3tDtOW9YcMR62XQyHsPq5BjBjMHuxjBRL5Hz+BwhSdrY6HjacA==",
++ "type": "package",
++ "path": "runtime.unix.System.Runtime.Extensions/4.1.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.unix.System.Runtime.Extensions.4.1.0.nupkg.sha512",
++ "runtime.unix.System.Runtime.Extensions.nuspec",
++ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll"
++ ]
++ },
++ "runtime.win.System.Diagnostics.Debug/4.0.11": {
++ "sha512": "q8Fm954ezFLfmG0tHNUmsNy+qaEjWtWqYhWh3cGSVjtJwkcBsfigWCh+fdaIVZ9K7m+6lgb3ElL2BBU6G+RijA==",
++ "type": "package",
++ "path": "runtime.win.System.Diagnostics.Debug/4.0.11",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.win.System.Diagnostics.Debug.4.0.11.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.0.1": {
++ "sha512": "4FG9RK8J5CsUpXjkiZWS07aJu+H+vTIeQkFKXyjwibfBedUM168SCEaqV3Bjkbv4b3pUuf5Gy1RaqX/HnmKlZw==",
++ "type": "package",
++ "path": "runtime.win.System.IO.FileSystem/4.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.win.System.IO.FileSystem.4.0.1.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.1.0": {
++ "sha512": "U3F/M+djxVXuKJaoW2AGpAE2ZWAp372140jsX4d/ctqki+Qb61HuyQY4yUPSA/gdKGbbq6HXzZ6oxB6/G3MYPA==",
++ "type": "package",
++ "path": "runtime.win.System.Runtime.Extensions/4.1.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.win.System.Runtime.Extensions.4.1.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.0.1": {
++ "sha512": "4LLiT65shsAsGc+mUKV3vUw1SXfOaQWGWoblOYpYuZJSVkA3/LPx92M2GSYyn2sHR/XOFtY5TZmxJKgGlZOLFw==",
++ "type": "package",
++ "path": "runtime.win7-x64.runtime.native.System.IO.Compression/4.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.win7-x64.runtime.native.System.IO.Compression.4.0.1.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.0.1": {
++ "sha512": "3jgpS2GhE76QqeoTxCakx6jlX7EIeXvxHnFFDa03Jf++s9+EGnRD38R6GDb1ism73xo6IHe0iev7zd5y+oD3BA==",
++ "type": "package",
++ "path": "runtime.win7-x86.runtime.native.System.IO.Compression/4.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.win7-x86.runtime.native.System.IO.Compression.4.0.1.nupkg.sha512",
++ "runtime.win7-x86.runtime.native.System.IO.Compression.nuspec",
++ "runtimes/win7-x86/native/clrcompression.dll"
++ ]
++ },
++ "runtime.win7.System.Private.Uri/4.0.1": {
++ "sha512": "LPOuwNel9nJ+G751J/yb64zkodFzVUwYYukQ8vysjiHRBrnvsZOhIxvqKhG6od1szrBNkl8pw8VGvvcfQ/2VOA==",
++ "type": "package",
++ "path": "runtime.win7.System.Private.Uri/4.0.1",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._",
++ "runtime.win7.System.Private.Uri.4.0.1.nupkg.sha512",
++ "runtime.win7.System.Private.Uri.nuspec",
++ "runtimes/aot/lib/netcore50/System.Private.Uri.dll",
++ "runtimes/win/lib/netstandard1.0/System.Private.Uri.dll"
++ ]
++ },
++ "System.Collections/4.0.11": {
++ "sha512": "YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
++ "type": "package",
++ "path": "System.Collections/4.0.11",
++ "files": [
++ "System.Collections.4.0.11.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.2.0": {
++ "sha512": "Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==",
++ "type": "package",
++ "path": "System.Collections.Immutable/1.2.0",
++ "files": [
++ "System.Collections.Immutable.1.2.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.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.IO.Compression/4.1.0": {
++ "sha512": "TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==",
++ "type": "package",
++ "path": "System.IO.Compression/4.1.0",
++ "files": [
++ "System.IO.Compression.4.1.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.1.0": {
++ "sha512": "bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
++ "type": "package",
++ "path": "System.Linq/4.1.0",
++ "files": [
++ "System.Linq.4.1.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.0.1": {
++ "sha512": "OltceAn9yyNf9LZIqvf80DhdRH55iVu1fxowdR79018w1CWIRNojUZBStsiRHvADeKI5pXcM9EftOFikBQh5AA==",
++ "type": "package",
++ "path": "System.Private.Uri/4.0.1",
++ "files": [
++ "System.Private.Uri.4.0.1.nupkg.sha512",
++ "System.Private.Uri.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "ref/netstandard/_._"
++ ]
++ },
++ "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.Extensions/4.0.1": {
++ "sha512": "GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
++ "type": "package",
++ "path": "System.Reflection.Extensions/4.0.1",
++ "files": [
++ "System.Reflection.Extensions.4.0.1.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-beta-24417-02": {
++ "sha512": "4+jdX3rr37vs6PNGNxM2LZRkGXNdVujuYG5tRb8NLz8d169KoAVLYZ3K5aHkMR/Hsxfhmr7IK94QYEZ9rVea1A==",
++ "type": "package",
++ "path": "System.Reflection.Metadata/1.4.1-beta-24417-02",
++ "files": [
++ "System.Reflection.Metadata.1.4.1-beta-24417-02.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.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.1.0": {
++ "sha512": "CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
++ "type": "package",
++ "path": "System.Runtime.Extensions/4.1.0",
++ "files": [
++ "System.Runtime.Extensions.4.1.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.0.1": {
++ "sha512": "nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==",
++ "type": "package",
++ "path": "System.Runtime.Handles/4.0.1",
++ "files": [
++ "System.Runtime.Handles.4.0.1.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.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.Text.Encoding.Extensions/4.0.11": {
++ "sha512": "jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",
++ "type": "package",
++ "path": "System.Text.Encoding.Extensions/4.0.11",
++ "files": [
++ "System.Text.Encoding.Extensions.4.0.11.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.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.Overlapped/4.0.1": {
++ "sha512": "f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg==",
++ "type": "package",
++ "path": "System.Threading.Overlapped/4.0.1",
++ "files": [
++ "System.Threading.Overlapped.4.0.1.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.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": {
++ "": [
++ "Microsoft.NETCore.Platforms >= 1.0.1",
++ "System.IO.FileSystem >= 4.0.1",
++ "System.Reflection.Metadata >= 1.4.1-beta-24417-02",
++ "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..55ae917
+--- /dev/null
++++ b/src/mscorlib/facade/project.lock.json
+@@ -0,0 +1,1174 @@
++{
++ "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.Security.Claims >= 4.0.0",
++ "System.Security.Cryptography.Primitives >= 4.0.0"
++ ],
++ ".NETStandard,Version=v1.3": []
++ },
++ "tools": {},
++ "projectFileToolGroups": {}
++}
+\ No newline at end of file
+--
+1.9.1
+
diff --git a/packaging/Support-managed-build-on-armv7l-env.patch b/packaging/Support-managed-build-on-armv7l-env.patch
new file mode 100644
index 0000000000..3448f41f17
--- /dev/null
+++ b/packaging/Support-managed-build-on-armv7l-env.patch
@@ -0,0 +1,36 @@
+From 5ffb89604aeddd2692fb06f79f329db629dfb3e0 Mon Sep 17 00:00:00 2001
+From: Jiyoung Yun <jy910.yun@samsung.com>
+Date: Tue, 15 Nov 2016 15:01:51 +0900
+Subject: [PATCH] Support managed build on armv7l env.
+
+Change-Id: I5157b351f4ef4b92a5bd7bdb5d7d3204f042af0a
+Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
+---
+ build.sh | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/build.sh b/build.sh
+index c9ef04f..78fc91a 100755
+--- a/build.sh
++++ b/build.sh
+@@ -266,6 +266,8 @@ isMSBuildOnNETCoreSupported()
+ elif [ "$__HostOS" == "OSX" ]; then
+ __isMSBuildOnNETCoreSupported=1
+ fi
++ elif [ "$__HostArch" == "arm" ]; then
++ __isMSBuildOnNETCoreSupported=1
+ fi
+ }
+
+@@ -329,6 +331,8 @@ build_CoreLib()
+ build_CoreLib_ni
+ elif [[ ( "$__HostArch" == "arm64" ) && ( "$__BuildArch" == "arm" ) ]]; then
+ build_CoreLib_ni
++ elif [[ ( "$__HostArch" == "arm" ) && ( "$__BuildArch" == "arm-softfp" ) ]]; then
++ build_CoreLib_ni
+ else
+ exit 1
+ fi
+--
+1.9.1
+
diff --git a/packaging/coreclr-rpmlintrc b/packaging/coreclr-rpmlintrc
new file mode 100644
index 0000000000..edcdd8ed1d
--- /dev/null
+++ b/packaging/coreclr-rpmlintrc
@@ -0,0 +1,2 @@
+# This package should install an ELF binary in the /usr/share hierarchy.
+addFilter("E: arch-dependent-file-in-usr-share")
diff --git a/packaging/coreclr.manifest b/packaging/coreclr.manifest
new file mode 100644
index 0000000000..017d22d3af
--- /dev/null
+++ b/packaging/coreclr.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
new file mode 100644
index 0000000000..e8f5a0aa97
--- /dev/null
+++ b/packaging/coreclr.spec
@@ -0,0 +1,350 @@
+%{!?dotnet_buildtype: %define dotnet_buildtype Release}
+
+%ifarch x86_64
+%define support_test 1
+%define skipnative 0
+%define skipmscorlib 0
+%endif
+
+%ifarch armv7l
+%define support_test 1
+%define skipnative 0
+%define skipmscorlib 0
+%endif
+
+Name: coreclr
+Version: 1.1.0
+Release: 0
+Summary: Microsoft .NET Runtime, Coreclr
+Group: Development/Languages
+License: MIT
+URL: http://github.com/dotnet/coreclr
+Source0: %{name}-%{version}.tar.gz
+Source1000: downloaded_files.tar.gz
+Source1001: %{name}.manifest
+# Gbp-Ignore-Patches: 0 1 2
+Patch0: Add-Tizen-distro.patch
+Patch1: Do-not-ignore-project.lock.json.patch
+Patch2: Support-managed-build-on-armv7l-env.patch
+
+BuildRequires: python
+BuildRequires: python-xml
+# libcoreclr.so
+BuildRequires: pkgconfig(libunwind)
+BuildRequires: pkgconfig(uuid)
+# System.Globalization.Native.so
+BuildRequires: libicu-devel
+BuildRequires: tizen-release
+
+%if 0%{skipnative}
+%else
+BuildRequires: cmake
+BuildRequires: llvm >= 3.8
+BuildRequires: llvm-devel >= 3.8
+#BuildRequires: libllvm >= 3.8
+BuildRequires: clang >= 3.8
+BuildRequires: clang-devel >= 3.8
+BuildRequires: lldb >= 3.8
+BuildRequires: lldb-devel >= 3.8
+BuildRequires: gettext-tools
+BuildRequires: libopenssl-devel
+# C include headers
+BuildRequires: libstdc++-devel
+%ifarch x86_64
+BuildRequires: pkgconfig(lttng-ust)
+%endif
+
+# The followings are suggested by Jan Kotas
+Requires: libunwind
+#(if you are debugging)
+#Requires: lldb >= 3.8
+%endif
+
+%if 0%{skipmscorlib}
+%else
+%ifarch armv7l
+BuildRequires: patchelf
+%endif
+%endif
+
+%description
+The CoreCLR repo contains the complete runtime implementation for .NET Core. It includes RyuJIT, the .NET GC, native interop and many other components. It is cross-platform, with multiple OS and CPU ports in progress.
+
+%package extra
+Summary: Dotnet Core Extra Files
+Requires: coreclr
+
+%description extra
+Libsosplugin and others
+
+%package test
+Summary: Dotnet Core Unit Test
+Requires: coreclr
+
+%description test
+Unit Test objs
+
+%package -n mscorlib
+Summary: Core Library for MS .NET
+Requires: coreclr
+
+%description -n mscorlib
+The MSCORLIB.DLL for .NET Core Runtime (coreclr)
+
+%prep
+%setup -q -n %{name}-%{version}
+cp %{SOURCE1001} .
+%if 0%{skipmscorlib}
+%else
+# Gbp-Patch-Macros
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+cp %{SOURCE1000} ./
+tar xf %{SOURCE1000}
+%ifarch armv7l
+patchelf --set-interpreter /emul/lib64/ld-linux-x86-64.so.2 ./Tools/dotnetcli/dotnet
+patchelf --set-rpath /emul/usr/lib64/ ./Tools/dotnetcli/dotnet
+patchelf --set-interpreter /emul/lib64/ld-linux-x86-64.so.2 ./Tools/dotnetcli/shared/Microsoft.NETCore.App/1.0.0-rc3-002733/dotnet
+patchelf --set-rpath /emul/usr/lib64/ ./Tools/dotnetcli/shared/Microsoft.NETCore.App/1.0.0-rc3-002733/dotnet
+for file in $( find ./Tools -iname "*.so" )
+do
+ patchelf --set-rpath /emul/usr/lib64/ $file
+done
+%endif
+%endif
+
+%build
+# NOTHING to build
+%ifarch x86_64
+# Even though build architectur is x86_64, it will be running on arm board.
+# So we need to pass the arch argument as arm.
+%define _barch %{?cross:%{cross}}%{!?cross:x64}
+
+%if 0%{skipnative}
+%else
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib64/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/
+export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/lib64/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/
+export CFLAGS="-B/usr/local/lib64/ -B/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/"
+export CPPFLAGS="-B/usr/local/lib64/ -B/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/"
+export CXXFLAGS="-B/usr/local/lib64/ -B/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/"
+export CPLUS_INCLUDE_PATH="/usr/local/include/llvm/:/usr/local/include/llvm-c/:/usr/local/lib64/clang/3.8.1/include/:/usr/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/c++/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/c++/x86_64-tizen-linux-gnu/"
+export C_INCLUDE_PATH="/usr/local/include/llvm-c/:/usr/include/"
+%endif
+
+%else
+%ifarch aarch64
+%define _barch arm64
+
+%if 0%{skipnative}
+%else
+# BEWARE: NOT EVER TESTED.
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/gcc/aarch64-tizen-linux/4.9
+export LIBRARY_PATH=$LIBRARY_PATH:/usr/lib64/gcc/aarch64-tizen-linux-gnueabi/4.9
+export CFLAGS="-B/usr/lib64/llvm/ -B/usr/lib64/gcc/aarch64-tizen-linux-gnueabi/4.9/"
+export CPPFLAGS="-B/usr/lib64/llvm/ -B/usr/lib64/gcc/aarch64-tizen-linux-gnueabi/4.9/"
+export CXXFLAGS="-B/usr/lib64/llvm/ -B/usr/lib64/gcc/aarch64-tizen-linux-gnueabi/4.9/"
+export CPLUS_INCLUDE_PATH="/usr/include/llvm/:/usr/include/llvm-c/:/usr/include/c++/4.9/:/usr/include/c++/4.9/backward:/usr/include/c++/4.9/aarch64-tizen-linux-gnueabi/:/usr/local/include:/usr/lib/clang/3.6.0/include/:/usr/include/"
+export C_INCLUDE_PATH="/usr/include/llvm-c/:/usr/include/"
+%endif
+
+%else
+%ifarch i586
+%define _barch x86
+
+%if 0%{skipnative}
+%else
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/gcc/i586-tizen-linux/4.9
+export LIBRARY_PATH=$LIBRARY_PATH:/usr/lib/gcc/i586-tizen-linux/4.9
+export CFLAGS="-B/usr/lib/llvm/ -B/usr/lib/gcc/i586-tizen-linux/4.9/"
+export CPPFLAGS="-B/usr/lib/llvm/ -B/usr/lib/gcc/i586-tizen-linux/4.9/"
+export CXXFLAGS="-B/usr/lib/llvm/ -B/usr/lib/gcc/i586-tizen-linux/4.9/"
+export CPLUS_INCLUDE_PATH="/usr/include/llvm/:/usr/include/llvm-c/:/usr/include/c++/4.9/:/usr/include/c++/4.9/backward:/usr/include/c++/4.9/i586-tizen-linux/:/usr/local/include:/usr/lib/clang/3.6.0/include/:/usr/include/"
+export C_INCLUDE_PATH="/usr/include/llvm-c/:/usr/include/"
+%endif
+
+%else
+%ifarch armv7l
+%define _barch arm-softfp
+
+%if 0%{skipnative}
+%else
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.9.2
+export LIBRARY_PATH=$LIBRARY_PATH:/usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.9.2
+export CFLAGS="-U__GNUC_MINOR__ -D__GNUC_MINOR__=3 -B/usr/local/lib/ -B/usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.9.2/ -O2 --param=ssp-buffer-size=32 -fdiagnostics-color=never -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=softfp -Wp,-D__SOFTFP__ -Wno-error=inline-asm -integrated-as -Wno-ignored-attributes -Wno-switch-enum -Wno-switch -Wno-error=switch -Wno-error=switch-enum -w"
+export CPPFLAGS="-U__GNUC_MINOR__ -D__GNUC_MINOR__=3 -B/usr/local/lib/ -B/usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.9.2/ -O2 --param=ssp-buffer-size=32 -fdiagnostics-color=never -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=softfp -Wp,-D__SOFTFP__ -Wno-error=inline-asm -integrated-as -Wno-ignored-attributes -Wno-switch-enum -Wno-switch -Wno-error=switch -Wno-error=switch-enum -w"
+export CXXFLAGS="-U__GNUC_MINOR__ -D__GNUC_MINOR__=3 -B/usr/local/lib/ -B/usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.9.2/ -O2 --param=ssp-buffer-size=32 -fdiagnostics-color=never -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=softfp -Wp,-D__SOFTFP__ -Wno-error=inline-asm -integrated-as -Wno-ignored-attributes -Wno-switch-enum -Wno-switch -Wno-error=switch -Wno-error=switch-enum -w"
+export CPLUS_INCLUDE_PATH="/usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.9.2/include/c++/:/usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.9.2/include/c++/armv7l-tizen-linux-gnueabi/:/usr/local/include/llvm/:/usr/local/include/llvm-c/:/usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.9.2/include/c++/:/usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.9.2/include/c++/backward:/usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.9.2/include/c++/armv7l-tizen-linux-gnueabi/:/usr/local/include:/usr/include/"
+export C_INCLUDE_PATH="/usr/local/include/llvm-c/:/usr/include/"
+%endif
+
+%else
+# write the paths in general!
+
+%endif
+%endif
+%endif
+%endif
+
+%define _buildtype %{dotnet_buildtype}
+%define _reldir bin/Product/Linux.%{_barch}.%{_buildtype}
+%define _clrdebug 0
+%define _paldebug 0
+
+%if 0%{support_test}
+%define testopt ''
+%else
+%define testopt 'skiptests'
+%endif
+
+%if 0%{_clrdebug}
+export COMPlus_LogEnable=1
+export COMPlus_LogLevel=10
+export COMPlus_LogToFile=1
+export COMPlus_LogFile="clr.log"
+%else
+export COMPlus_LogEnable=0
+%endif
+
+%if 0%{_paldebug}
+export PAL_DBG_CHANNELS="+all.all"
+export PAL_DBG_CHANNELS="+PAL.TRACE:-FILE.ERROR"
+export PAL_API_TRACING="pal.log"
+%else
+export PAL_DBG_CHANNELS=""
+%endif
+
+%if 0%{skipmscorlib}
+%if 0%{skipnative}
+# No build native and mscorlib.
+%else
+# Build native only.
+./build.sh %{_barch} %{_buildtype} clang3.8 skipmscorlib skipgenerateversion skipnuget %{testopt} cmakeargs -DFEATURE_GDBJIT=TRUE
+%endif
+%else
+%if 0%{skipnative}
+# Build mscorlib only.
+./build.sh %{_barch} %{_buildtype} -skiprestore skipnative skipnuget %{testopt}
+%else
+# Build native and mscorlib.
+./build.sh %{_barch} %{_buildtype} clang3.8 skipgenerateversion -skiprestore skipnuget %{testopt} cmakeargs -DFEATURE_GDBJIT=TRUE
+%endif
+%endif
+
+%install
+# .NET Core Runtime
+%define dotnetdir dotnet
+%define netshareddir %{dotnetdir}/shared
+%define netcoreappdir %{netshareddir}/Microsoft.NETCore.App/1.1.0
+mkdir -p %{buildroot}/opt/usr/share/%{netcoreappdir}
+
+# .NET Tizen Runtime
+%define dotnettizendir dotnet.tizen
+%define dotnetfwdir %{dotnettizendir}/framework
+%define dotnettestdir %{dotnettizendir}/test
+mkdir -p %{buildroot}/opt/usr/share/%{dotnettizendir}
+mkdir -p %{buildroot}/opt/usr/share/%{dotnetfwdir}
+mkdir -p %{buildroot}/opt/usr/share/%{dotnettestdir}
+
+# .NET & Mono CoreOverlay
+%define tizennetdir tizen.net
+%define tizenmonodir tizen.mono
+mkdir -p %{buildroot}/opt/usr/share/%{tizennetdir}
+mkdir -p %{buildroot}/opt/usr/share/%{tizenmonodir}
+
+%if 0%{skipnative}
+%else
+cp %{_reldir}/corerun %{buildroot}/opt/usr/share/%{netcoreappdir}
+cp %{_reldir}/libclrjit.so %{buildroot}/opt/usr/share/%{netcoreappdir}
+cp %{_reldir}/libcoreclr.so %{buildroot}/opt/usr/share/%{netcoreappdir}
+cp %{_reldir}/libdbgshim.so %{buildroot}/opt/usr/share/%{netcoreappdir}
+cp %{_reldir}/libmscordaccore.so %{buildroot}/opt/usr/share/%{netcoreappdir}
+cp %{_reldir}/libmscordbi.so %{buildroot}/opt/usr/share/%{netcoreappdir}
+cp %{_reldir}/libsos.so %{buildroot}/opt/usr/share/%{netcoreappdir}
+cp %{_reldir}/libsosplugin.so %{buildroot}/opt/usr/share/%{netcoreappdir}
+cp %{_reldir}/System.Globalization.Native.so %{buildroot}/opt/usr/share/%{netcoreappdir}
+ln -sf ../%{netcoreappdir}/corerun %{buildroot}/opt/usr/share/%{dotnetdir}/corerun
+
+# make link for .NET CoreOverlay
+ln -sf ../%{netcoreappdir}/corerun %{buildroot}/opt/usr/share/%{tizennetdir}
+ln -sf ../%{netcoreappdir}/libclrjit.so %{buildroot}/opt/usr/share/%{tizennetdir}
+ln -sf ../%{netcoreappdir}/libcoreclr.so %{buildroot}/opt/usr/share/%{tizennetdir}
+ln -sf ../%{netcoreappdir}/libdbgshim.so %{buildroot}/opt/usr/share/%{tizennetdir}
+ln -sf ../%{netcoreappdir}/libmscordaccore.so %{buildroot}/opt/usr/share/%{tizennetdir}
+ln -sf ../%{netcoreappdir}/libmscordbi.so %{buildroot}/opt/usr/share/%{tizennetdir}
+ln -sf ../%{netcoreappdir}/libsos.so %{buildroot}/opt/usr/share/%{tizennetdir}
+ln -sf ../%{netcoreappdir}/libsosplugin.so %{buildroot}/opt/usr/share/%{tizennetdir}
+ln -sf ../%{netcoreappdir}/System.Globalization.Native.so %{buildroot}/opt/usr/share/%{tizennetdir}
+
+# extra
+cp %{_reldir}/coreconsole %{buildroot}/opt/usr/share/%{dotnetfwdir}
+cp %{_reldir}/crossgen %{buildroot}/opt/usr/share/%{dotnetfwdir}
+cp %{_reldir}/ilasm %{buildroot}/opt/usr/share/%{dotnetfwdir}
+cp %{_reldir}/ildasm %{buildroot}/opt/usr/share/%{dotnetfwdir}
+
+# test
+cp -rf bin/obj/Linux.%{_barch}.%{_buildtype}/tests/src %{buildroot}/opt/usr/share/%{dotnettestdir}
+
+# make linke to /usr/share
+mkdir -p %{buildroot}%{_datadir}
+ln -sf /opt/usr/share/%{dotnetdir} %{buildroot}%{_datadir}/
+ln -sf /opt/usr/share/%{dotnettizendir} %{buildroot}%{_datadir}/
+ln -sf /opt/usr/share/%{tizennetdir} %{buildroot}%{_datadir}/
+%endif
+
+%if 0%{skipmscorlib}
+%else
+cp %{_reldir}/mscorlib.dll %{buildroot}/opt/usr/share/%{netcoreappdir}
+#cp %{_reldir}/mscorlib.ni.dll %{buildroot}/opt/usr/share/%{netcoreappdir}
+cp %{_reldir}/System.Private.CoreLib.dll %{buildroot}/opt/usr/share/%{netcoreappdir}
+#cp %{_reldir}/System.Private.CoreLib.ni.dll %{buildroot}/opt/usr/share/%{netcoreappdir}
+cp %{_reldir}/SOS.NETCore.dll %{buildroot}/opt/usr/share/%{netcoreappdir}
+
+# make link for .NET CoreOverlay
+ln -sf ../%{netcoreappdir}/mscorlib.dll %{buildroot}/opt/usr/share/%{tizennetdir}
+#ln -sf ../%{netcoreappdir}/mscorlib.ni.dll %{buildroot}/opt/usr/share/%{tizennetdir}
+ln -sf ../%{netcoreappdir}/System.Private.CoreLib.dll %{buildroot}/opt/usr/share/%{tizennetdir}
+#ln -sf ../%{netcoreappdir}/System.Private.CoreLib.ni.dll %{buildroot}/opt/usr/share/%{tizennetdir}
+ln -sf ../%{netcoreappdir}/SOS.NETCore.dll %{buildroot}/opt/usr/share/%{tizennetdir}
+%endif
+
+%if 0%{skipnative}
+%else
+%files
+%manifest %{name}.manifest
+%dir /opt/usr/share/%{dotnetdir}
+%dir /opt/usr/share/%{netcoreappdir}
+%dir /opt/usr/share/%{tizennetdir}
+/opt/usr/share/%{netcoreappdir}/corerun
+/opt/usr/share/%{netcoreappdir}/*.so
+/opt/usr/share/%{tizennetdir}/*
+/opt/usr/share/%{dotnetdir}/corerun
+%dir %{_datadir}/%{dotnetdir}
+%dir %{_datadir}/%{dotnettizendir}
+%dir %{_datadir}/%{tizennetdir}
+
+%files extra
+%manifest %{name}.manifest
+%dir /opt/usr/share/%{dotnetfwdir}
+/opt/usr/share/%{dotnetfwdir}/*
+
+%files test
+%manifest %{name}.manifest
+%dir /opt/usr/share/%{dotnettestdir}
+/opt/usr/share/%{dotnettestdir}/*
+%endif
+
+%if 0%{skipmscorlib}
+%else
+%files -n mscorlib
+%manifest %{name}.manifest
+%dir /opt/usr/share/%{dotnetdir}
+%dir /opt/usr/share/%{netcoreappdir}
+%dir /opt/usr/share/%{tizennetdir}
+/opt/usr/share/%{netcoreappdir}/*.dll
+/opt/usr/share/%{tizennetdir}/*.dll
+%endif
+
+%changelog
+* Fri Jan 22 2016 MyungJoo Ham <myungjoo.ham@samsung.com> - 0.0.1-1
+- Initial spec file for corerun
diff --git a/packaging/downloaded_files.tar.gz b/packaging/downloaded_files.tar.gz
new file mode 100644
index 0000000000..56a4954627
--- /dev/null
+++ b/packaging/downloaded_files.tar.gz
Binary files differ