summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2017-04-13 17:46:38 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-06-13 18:53:23 +0900
commit50f5b30128eed8941ad7c905a02d0fc3d9a7e55c (patch)
treee493082fdb6ac01a2e569933aa7e5e87c4721021
parent672ac8c17e67d727c2ecf63b44df35807e95e7e2 (diff)
downloadcoreclr-50f5b30128eed8941ad7c905a02d0fc3d9a7e55c.tar.gz
coreclr-50f5b30128eed8941ad7c905a02d0fc3d9a7e55c.tar.bz2
coreclr-50f5b30128eed8941ad7c905a02d0fc3d9a7e55c.zip
CoreCLR vesion up to 2.0.0.11353
Change-Id: I06e34b9e8b4da5d528a7066450912bef3a0f999b Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
-rw-r--r--packaging/Add-Tizen-RuntimeID-case.patch9
-rw-r--r--packaging/Add-project.lock.json-files.patch1561
-rw-r--r--packaging/coreclr.spec10
-rw-r--r--packaging/downloaded_files.tar.gzbin206045973 -> 222986057 bytes
4 files changed, 379 insertions, 1201 deletions
diff --git a/packaging/Add-Tizen-RuntimeID-case.patch b/packaging/Add-Tizen-RuntimeID-case.patch
index 852adb4139..091d55fd38 100644
--- a/packaging/Add-Tizen-RuntimeID-case.patch
+++ b/packaging/Add-Tizen-RuntimeID-case.patch
@@ -1,4 +1,4 @@
-From 59b6394308dd795db0409d0aecc6790f0bee4103 Mon Sep 17 00:00:00 2001
+From a512a1f58a98a5611178e356ae217af1ffb11d72 Mon Sep 17 00:00:00 2001
From: Jiyoung Yun <jy910.yun@samsung.com>
Date: Tue, 14 Feb 2017 17:57:48 +0900
Subject: [PATCH] Add Tizen RuntimeID case
@@ -10,10 +10,10 @@ Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
1 file changed, 13 insertions(+)
diff --git a/build.sh b/build.sh
-index 8d03121..f18a1e8 100755
+index ae5e436..6da18d9 100755
--- a/build.sh
+++ b/build.sh
-@@ -338,11 +338,18 @@ isMSBuildOnNETCoreSupported()
+@@ -358,12 +358,19 @@ isMSBuildOnNETCoreSupported()
"alpine.3.4.3-x64")
__isMSBuildOnNETCoreSupported=1
;;
@@ -21,6 +21,7 @@ index 8d03121..f18a1e8 100755
+ __isMSBuildOnNETCoreSupported=1
+ ;;
*)
+ __isMSBuildOnNETCoreSupported=$__msbuildonunsupportedplatform
esac
elif [ "$__HostOS" == "OSX" ]; then
__isMSBuildOnNETCoreSupported=1
@@ -32,7 +33,7 @@ index 8d03121..f18a1e8 100755
fi
}
-@@ -400,12 +407,18 @@ build_CoreLib()
+@@ -419,12 +426,18 @@ build_CoreLib()
# The cross build generates a crossgen with the target architecture.
if [ $__CrossBuild != 1 ]; then
# The architecture of host pc must be same architecture with target.
diff --git a/packaging/Add-project.lock.json-files.patch b/packaging/Add-project.lock.json-files.patch
index 043134c040..8e0737a779 100644
--- a/packaging/Add-project.lock.json-files.patch
+++ b/packaging/Add-project.lock.json-files.patch
@@ -1,17 +1,14 @@
-From 64402873b4f203052bbc2144264b9ae682c9907f Mon Sep 17 00:00:00 2001
+From 018702e8b4fe0dcffbb24ee3d808cca3ee5c5dc3 Mon Sep 17 00:00:00 2001
From: Jiyoung Yun <jy910.yun@samsung.com>
-Date: Fri, 10 Feb 2017 19:32:10 +0900
+Date: Thu, 13 Apr 2017 14:13:21 +0900
Subject: [PATCH] Add project.lock.json files
-Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
---
src/.nuget/init/project.lock.json | 40 +
- src/ToolBox/SOS/NETCore/project.lock.json | 7217 +++++++++++++++++++++++++++++
- src/mscorlib/facade/project.lock.json | 1176 +++++
- 3 files changed, 8433 insertions(+)
+ src/ToolBox/SOS/NETCore/project.lock.json | 7580 +++++++++++++++++++++++++++++
+ 2 files changed, 7620 insertions(+)
create mode 100755 src/.nuget/init/project.lock.json
create mode 100755 src/ToolBox/SOS/NETCore/project.lock.json
- create mode 100755 src/mscorlib/facade/project.lock.json
diff --git a/src/.nuget/init/project.lock.json b/src/.nuget/init/project.lock.json
new file mode 100755
@@ -62,10 +59,10 @@ index 0000000..d70dc13
\ No newline at end of file
diff --git a/src/ToolBox/SOS/NETCore/project.lock.json b/src/ToolBox/SOS/NETCore/project.lock.json
new file mode 100755
-index 0000000..c4f1621
+index 0000000..296d1db
--- /dev/null
+++ b/src/ToolBox/SOS/NETCore/project.lock.json
-@@ -0,0 +1,7217 @@
+@@ -0,0 +1,7580 @@
+{
+ "locked": false,
+ "version": 2,
@@ -140,6 +137,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Collections.Immutable/1.3.0": {
@@ -170,6 +170,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Diagnostics.Tracing/4.3.0": {
@@ -181,6 +184,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/_._": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Globalization/4.3.0": {
@@ -192,6 +198,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO/4.3.0": {
@@ -205,6 +214,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO.Compression/4.3.0": {
@@ -229,6 +241,9 @@ index 0000000..c4f1621
+ "compile": {
+ "ref/netstandard1.3/System.IO.Compression.dll": {}
+ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
++ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {
+ "assetType": "runtime",
@@ -295,6 +310,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Extensions/4.3.0": {
@@ -307,6 +325,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Metadata/1.4.1": {
@@ -345,6 +366,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Resources.ResourceManager/4.3.0": {
@@ -358,6 +382,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime/4.3.0": {
@@ -368,6 +395,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp80+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Extensions/4.3.0": {
@@ -379,6 +409,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Handles/4.3.0": {
@@ -404,6 +437,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding/4.3.0": {
@@ -415,6 +451,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding.Extensions/4.3.0": {
@@ -427,6 +466,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Threading/4.3.0": {
@@ -451,6 +493,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ }
+ },
@@ -790,6 +835,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Collections.Immutable/1.3.0": {
@@ -821,6 +869,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Diagnostics.Tracing/4.3.0": {
@@ -833,6 +884,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Globalization/4.3.0": {
@@ -845,6 +899,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO/4.3.0": {
@@ -859,6 +916,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO.Compression/4.3.0": {
@@ -955,6 +1015,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Extensions/4.3.0": {
@@ -968,6 +1031,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Metadata/1.4.1": {
@@ -1007,6 +1073,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Resources.ResourceManager/4.3.0": {
@@ -1021,6 +1090,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime/4.3.0": {
@@ -1032,6 +1104,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp80+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Extensions/4.3.0": {
@@ -1044,6 +1119,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Handles/4.3.0": {
@@ -1071,6 +1149,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding/4.3.0": {
@@ -1083,6 +1164,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding.Extensions/4.3.0": {
@@ -1096,6 +1180,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Threading/4.3.0": {
@@ -1121,6 +1208,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ }
+ },
@@ -1460,6 +1550,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Collections.Immutable/1.3.0": {
@@ -1491,6 +1584,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Diagnostics.Tracing/4.3.0": {
@@ -1503,6 +1599,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Globalization/4.3.0": {
@@ -1515,6 +1614,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO/4.3.0": {
@@ -1529,6 +1631,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO.Compression/4.3.0": {
@@ -1625,6 +1730,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Extensions/4.3.0": {
@@ -1638,6 +1746,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Metadata/1.4.1": {
@@ -1677,6 +1788,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Resources.ResourceManager/4.3.0": {
@@ -1691,6 +1805,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime/4.3.0": {
@@ -1702,6 +1819,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp80+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Extensions/4.3.0": {
@@ -1714,6 +1834,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Handles/4.3.0": {
@@ -1741,6 +1864,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding/4.3.0": {
@@ -1753,6 +1879,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding.Extensions/4.3.0": {
@@ -1766,6 +1895,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Threading/4.3.0": {
@@ -1791,6 +1923,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ }
+ },
@@ -2130,6 +2265,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Collections.Immutable/1.3.0": {
@@ -2161,6 +2299,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Diagnostics.Tracing/4.3.0": {
@@ -2173,6 +2314,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Globalization/4.3.0": {
@@ -2185,6 +2329,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO/4.3.0": {
@@ -2199,6 +2346,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO.Compression/4.3.0": {
@@ -2295,6 +2445,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Extensions/4.3.0": {
@@ -2308,6 +2461,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Metadata/1.4.1": {
@@ -2347,6 +2503,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Resources.ResourceManager/4.3.0": {
@@ -2361,6 +2520,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime/4.3.0": {
@@ -2372,6 +2534,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp80+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Extensions/4.3.0": {
@@ -2384,6 +2549,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Handles/4.3.0": {
@@ -2411,6 +2579,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding/4.3.0": {
@@ -2423,6 +2594,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding.Extensions/4.3.0": {
@@ -2436,6 +2610,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Threading/4.3.0": {
@@ -2461,6 +2638,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ }
+ },
@@ -2800,6 +2980,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Collections.Immutable/1.3.0": {
@@ -2831,6 +3014,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Diagnostics.Tracing/4.3.0": {
@@ -2843,6 +3029,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Globalization/4.3.0": {
@@ -2855,6 +3044,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO/4.3.0": {
@@ -2869,6 +3061,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO.Compression/4.3.0": {
@@ -2965,6 +3160,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Extensions/4.3.0": {
@@ -2978,6 +3176,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Metadata/1.4.1": {
@@ -3017,6 +3218,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Resources.ResourceManager/4.3.0": {
@@ -3031,6 +3235,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime/4.3.0": {
@@ -3042,6 +3249,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp80+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Extensions/4.3.0": {
@@ -3054,6 +3264,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Handles/4.3.0": {
@@ -3081,6 +3294,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding/4.3.0": {
@@ -3093,6 +3309,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding.Extensions/4.3.0": {
@@ -3106,6 +3325,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Threading/4.3.0": {
@@ -3131,6 +3353,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ }
+ },
@@ -3470,6 +3695,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Collections.Immutable/1.3.0": {
@@ -3501,6 +3729,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Diagnostics.Tracing/4.3.0": {
@@ -3513,6 +3744,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Globalization/4.3.0": {
@@ -3525,6 +3759,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO/4.3.0": {
@@ -3539,6 +3776,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO.Compression/4.3.0": {
@@ -3635,6 +3875,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Extensions/4.3.0": {
@@ -3648,6 +3891,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Metadata/1.4.1": {
@@ -3687,6 +3933,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Resources.ResourceManager/4.3.0": {
@@ -3701,6 +3950,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime/4.3.0": {
@@ -3712,6 +3964,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp80+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Extensions/4.3.0": {
@@ -3724,6 +3979,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Handles/4.3.0": {
@@ -3751,6 +4009,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding/4.3.0": {
@@ -3763,6 +4024,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding.Extensions/4.3.0": {
@@ -3776,6 +4040,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Threading/4.3.0": {
@@ -3801,6 +4068,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ }
+ },
@@ -4070,6 +4340,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Collections.Immutable/1.3.0": {
@@ -4101,6 +4374,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Diagnostics.Tracing/4.3.0": {
@@ -4113,6 +4389,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Globalization/4.3.0": {
@@ -4125,6 +4404,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO/4.3.0": {
@@ -4139,6 +4421,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO.Compression/4.3.0": {
@@ -4235,6 +4520,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Extensions/4.3.0": {
@@ -4248,6 +4536,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Metadata/1.4.1": {
@@ -4287,6 +4578,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Resources.ResourceManager/4.3.0": {
@@ -4301,6 +4595,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime/4.3.0": {
@@ -4312,6 +4609,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp80+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Extensions/4.3.0": {
@@ -4324,6 +4624,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Handles/4.3.0": {
@@ -4351,6 +4654,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding/4.3.0": {
@@ -4363,6 +4669,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding.Extensions/4.3.0": {
@@ -4376,6 +4685,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Threading/4.3.0": {
@@ -4416,6 +4728,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ }
+ },
@@ -4685,6 +5000,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Collections.Immutable/1.3.0": {
@@ -4716,6 +5034,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Diagnostics.Tracing/4.3.0": {
@@ -4728,6 +5049,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Globalization/4.3.0": {
@@ -4740,6 +5064,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO/4.3.0": {
@@ -4754,6 +5081,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.IO.Compression/4.3.0": {
@@ -4850,6 +5180,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Extensions/4.3.0": {
@@ -4863,6 +5196,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Reflection.Metadata/1.4.1": {
@@ -4902,6 +5238,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Resources.ResourceManager/4.3.0": {
@@ -4916,6 +5255,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime/4.3.0": {
@@ -4927,6 +5269,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp80+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Extensions/4.3.0": {
@@ -4939,6 +5284,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Runtime.Handles/4.3.0": {
@@ -4966,6 +5314,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding/4.3.0": {
@@ -4978,6 +5329,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Text.Encoding.Extensions/4.3.0": {
@@ -4991,6 +5345,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ },
+ "System.Threading/4.3.0": {
@@ -5031,6 +5388,9 @@ index 0000000..c4f1621
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
++ },
++ "runtime": {
++ "lib/portable-net45+win8+wp8+wpa81/_._": {}
+ }
+ }
+ }
@@ -7284,1189 +7644,6 @@ index 0000000..c4f1621
+ "projectFileToolGroups": {}
+}
\ No newline at end of file
-diff --git a/src/mscorlib/facade/project.lock.json b/src/mscorlib/facade/project.lock.json
-new file mode 100755
-index 0000000..d44d585
---- /dev/null
-+++ b/src/mscorlib/facade/project.lock.json
-@@ -0,0 +1,1176 @@
-+{
-+ "locked": false,
-+ "version": 2,
-+ "targets": {
-+ ".NETStandard,Version=v1.3": {
-+ "Microsoft.NETCore.Platforms/1.0.1": {
-+ "type": "package",
-+ "compile": {
-+ "lib/netstandard1.0/_._": {}
-+ },
-+ "runtime": {
-+ "lib/netstandard1.0/_._": {}
-+ }
-+ },
-+ "Microsoft.NETCore.Targets/1.0.1": {
-+ "type": "package",
-+ "compile": {
-+ "lib/netstandard1.0/_._": {}
-+ },
-+ "runtime": {
-+ "lib/netstandard1.0/_._": {}
-+ }
-+ },
-+ "System.Collections/4.0.0": {
-+ "type": "package",
-+ "dependencies": {
-+ "System.Runtime": "4.0.0"
-+ },
-+ "compile": {
-+ "ref/dotnet/System.Collections.dll": {}
-+ }
-+ },
-+ "System.Console/4.0.0": {
-+ "type": "package",
-+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.IO": "4.1.0",
-+ "System.Runtime": "4.1.0",
-+ "System.Text.Encoding": "4.0.11"
-+ },
-+ "compile": {
-+ "ref/netstandard1.3/System.Console.dll": {}
-+ }
-+ },
-+ "System.Diagnostics.Debug/4.0.11": {
-+ "type": "package",
-+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Runtime": "4.1.0"
-+ },
-+ "compile": {
-+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
-+ }
-+ },
-+ "System.Globalization/4.0.11": {
-+ "type": "package",
-+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Runtime": "4.1.0"
-+ },
-+ "compile": {
-+ "ref/netstandard1.3/System.Globalization.dll": {}
-+ }
-+ },
-+ "System.IO/4.1.0": {
-+ "type": "package",
-+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Runtime": "4.1.0",
-+ "System.Text.Encoding": "4.0.11",
-+ "System.Threading.Tasks": "4.0.11"
-+ },
-+ "compile": {
-+ "ref/netstandard1.3/System.IO.dll": {}
-+ }
-+ },
-+ "System.Reflection/4.1.0": {
-+ "type": "package",
-+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.IO": "4.1.0",
-+ "System.Reflection.Primitives": "4.0.1",
-+ "System.Runtime": "4.1.0"
-+ },
-+ "compile": {
-+ "ref/netstandard1.3/System.Reflection.dll": {}
-+ }
-+ },
-+ "System.Reflection.Primitives/4.0.1": {
-+ "type": "package",
-+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Runtime": "4.1.0"
-+ },
-+ "compile": {
-+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
-+ }
-+ },
-+ "System.Resources.ResourceManager/4.0.1": {
-+ "type": "package",
-+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Globalization": "4.0.11",
-+ "System.Reflection": "4.1.0",
-+ "System.Runtime": "4.1.0"
-+ },
-+ "compile": {
-+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
-+ }
-+ },
-+ "System.Runtime/4.1.0": {
-+ "type": "package",
-+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1"
-+ },
-+ "compile": {
-+ "ref/netstandard1.3/System.Runtime.dll": {}
-+ }
-+ },
-+ "System.Runtime.Extensions/4.0.0": {
-+ "type": "package",
-+ "dependencies": {
-+ "System.Runtime": "4.0.0"
-+ },
-+ "compile": {
-+ "ref/dotnet/System.Runtime.Extensions.dll": {}
-+ }
-+ },
-+ "System.Security.Claims/4.0.0": {
-+ "type": "package",
-+ "dependencies": {
-+ "System.Collections": "4.0.0",
-+ "System.Diagnostics.Debug": "4.0.0",
-+ "System.Globalization": "4.0.0",
-+ "System.IO": "4.0.0",
-+ "System.Resources.ResourceManager": "4.0.0",
-+ "System.Runtime": "4.0.20",
-+ "System.Runtime.Extensions": "4.0.0",
-+ "System.Security.Principal": "4.0.0"
-+ },
-+ "compile": {
-+ "ref/dotnet/System.Security.Claims.dll": {}
-+ },
-+ "runtime": {
-+ "lib/dotnet/System.Security.Claims.dll": {}
-+ }
-+ },
-+ "System.Security.Cryptography.Primitives/4.0.0": {
-+ "type": "package",
-+ "dependencies": {
-+ "System.Diagnostics.Debug": "4.0.11",
-+ "System.Globalization": "4.0.11",
-+ "System.IO": "4.1.0",
-+ "System.Resources.ResourceManager": "4.0.1",
-+ "System.Runtime": "4.1.0",
-+ "System.Threading": "4.0.11",
-+ "System.Threading.Tasks": "4.0.11"
-+ },
-+ "compile": {
-+ "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
-+ },
-+ "runtime": {
-+ "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
-+ }
-+ },
-+ "System.Security.Principal/4.0.0": {
-+ "type": "package",
-+ "dependencies": {
-+ "System.Runtime": "4.0.0"
-+ },
-+ "compile": {
-+ "ref/dotnet/System.Security.Principal.dll": {}
-+ },
-+ "runtime": {
-+ "lib/dotnet/System.Security.Principal.dll": {}
-+ }
-+ },
-+ "System.Text.Encoding/4.0.11": {
-+ "type": "package",
-+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Runtime": "4.1.0"
-+ },
-+ "compile": {
-+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
-+ }
-+ },
-+ "System.Threading/4.0.11": {
-+ "type": "package",
-+ "dependencies": {
-+ "System.Runtime": "4.1.0",
-+ "System.Threading.Tasks": "4.0.11"
-+ },
-+ "compile": {
-+ "ref/netstandard1.3/_._": {}
-+ },
-+ "runtime": {
-+ "lib/netstandard1.3/System.Threading.dll": {}
-+ }
-+ },
-+ "System.Threading.Tasks/4.0.11": {
-+ "type": "package",
-+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Runtime": "4.1.0"
-+ },
-+ "compile": {
-+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
-+ }
-+ }
-+ }
-+ },
-+ "libraries": {
-+ "Microsoft.NETCore.Platforms/1.0.1": {
-+ "sha512": "2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==",
-+ "type": "package",
-+ "path": "Microsoft.NETCore.Platforms/1.0.1",
-+ "files": [
-+ "Microsoft.NETCore.Platforms.1.0.1.nupkg.sha512",
-+ "Microsoft.NETCore.Platforms.nuspec",
-+ "ThirdPartyNotices.txt",
-+ "dotnet_library_license.txt",
-+ "lib/netstandard1.0/_._",
-+ "runtime.json"
-+ ]
-+ },
-+ "Microsoft.NETCore.Targets/1.0.1": {
-+ "sha512": "rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",
-+ "type": "package",
-+ "path": "Microsoft.NETCore.Targets/1.0.1",
-+ "files": [
-+ "Microsoft.NETCore.Targets.1.0.1.nupkg.sha512",
-+ "Microsoft.NETCore.Targets.nuspec",
-+ "ThirdPartyNotices.txt",
-+ "dotnet_library_license.txt",
-+ "lib/netstandard1.0/_._",
-+ "runtime.json"
-+ ]
-+ },
-+ "System.Collections/4.0.0": {
-+ "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==",
-+ "type": "package",
-+ "path": "System.Collections/4.0.0",
-+ "files": [
-+ "License.rtf",
-+ "System.Collections.4.0.0.nupkg.sha512",
-+ "System.Collections.nuspec",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/net45/_._",
-+ "lib/win8/_._",
-+ "lib/wp80/_._",
-+ "lib/wpa81/_._",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/dotnet/System.Collections.dll",
-+ "ref/dotnet/System.Collections.xml",
-+ "ref/dotnet/de/System.Collections.xml",
-+ "ref/dotnet/es/System.Collections.xml",
-+ "ref/dotnet/fr/System.Collections.xml",
-+ "ref/dotnet/it/System.Collections.xml",
-+ "ref/dotnet/ja/System.Collections.xml",
-+ "ref/dotnet/ko/System.Collections.xml",
-+ "ref/dotnet/ru/System.Collections.xml",
-+ "ref/dotnet/zh-hans/System.Collections.xml",
-+ "ref/dotnet/zh-hant/System.Collections.xml",
-+ "ref/net45/_._",
-+ "ref/netcore50/System.Collections.dll",
-+ "ref/netcore50/System.Collections.xml",
-+ "ref/netcore50/de/System.Collections.xml",
-+ "ref/netcore50/es/System.Collections.xml",
-+ "ref/netcore50/fr/System.Collections.xml",
-+ "ref/netcore50/it/System.Collections.xml",
-+ "ref/netcore50/ja/System.Collections.xml",
-+ "ref/netcore50/ko/System.Collections.xml",
-+ "ref/netcore50/ru/System.Collections.xml",
-+ "ref/netcore50/zh-hans/System.Collections.xml",
-+ "ref/netcore50/zh-hant/System.Collections.xml",
-+ "ref/win8/_._",
-+ "ref/wp80/_._",
-+ "ref/wpa81/_._",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._"
-+ ]
-+ },
-+ "System.Console/4.0.0": {
-+ "sha512": "qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",
-+ "type": "package",
-+ "path": "System.Console/4.0.0",
-+ "files": [
-+ "System.Console.4.0.0.nupkg.sha512",
-+ "System.Console.nuspec",
-+ "ThirdPartyNotices.txt",
-+ "dotnet_library_license.txt",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/net46/System.Console.dll",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "lib/xamarintvos10/_._",
-+ "lib/xamarinwatchos10/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/net46/System.Console.dll",
-+ "ref/netstandard1.3/System.Console.dll",
-+ "ref/netstandard1.3/System.Console.xml",
-+ "ref/netstandard1.3/de/System.Console.xml",
-+ "ref/netstandard1.3/es/System.Console.xml",
-+ "ref/netstandard1.3/fr/System.Console.xml",
-+ "ref/netstandard1.3/it/System.Console.xml",
-+ "ref/netstandard1.3/ja/System.Console.xml",
-+ "ref/netstandard1.3/ko/System.Console.xml",
-+ "ref/netstandard1.3/ru/System.Console.xml",
-+ "ref/netstandard1.3/zh-hans/System.Console.xml",
-+ "ref/netstandard1.3/zh-hant/System.Console.xml",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._",
-+ "ref/xamarintvos10/_._",
-+ "ref/xamarinwatchos10/_._"
-+ ]
-+ },
-+ "System.Diagnostics.Debug/4.0.11": {
-+ "sha512": "w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
-+ "type": "package",
-+ "path": "System.Diagnostics.Debug/4.0.11",
-+ "files": [
-+ "System.Diagnostics.Debug.4.0.11.nupkg.sha512",
-+ "System.Diagnostics.Debug.nuspec",
-+ "ThirdPartyNotices.txt",
-+ "dotnet_library_license.txt",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/net45/_._",
-+ "lib/portable-net45+win8+wp8+wpa81/_._",
-+ "lib/win8/_._",
-+ "lib/wp80/_._",
-+ "lib/wpa81/_._",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "lib/xamarintvos10/_._",
-+ "lib/xamarinwatchos10/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/net45/_._",
-+ "ref/netcore50/System.Diagnostics.Debug.dll",
-+ "ref/netcore50/System.Diagnostics.Debug.xml",
-+ "ref/netcore50/de/System.Diagnostics.Debug.xml",
-+ "ref/netcore50/es/System.Diagnostics.Debug.xml",
-+ "ref/netcore50/fr/System.Diagnostics.Debug.xml",
-+ "ref/netcore50/it/System.Diagnostics.Debug.xml",
-+ "ref/netcore50/ja/System.Diagnostics.Debug.xml",
-+ "ref/netcore50/ko/System.Diagnostics.Debug.xml",
-+ "ref/netcore50/ru/System.Diagnostics.Debug.xml",
-+ "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",
-+ "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.0/System.Diagnostics.Debug.dll",
-+ "ref/netstandard1.0/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.0/de/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.0/es/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.0/it/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.3/System.Diagnostics.Debug.dll",
-+ "ref/netstandard1.3/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.3/de/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.3/es/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.3/it/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml",
-+ "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml",
-+ "ref/portable-net45+win8+wp8+wpa81/_._",
-+ "ref/win8/_._",
-+ "ref/wp80/_._",
-+ "ref/wpa81/_._",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._",
-+ "ref/xamarintvos10/_._",
-+ "ref/xamarinwatchos10/_._"
-+ ]
-+ },
-+ "System.Globalization/4.0.11": {
-+ "sha512": "B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
-+ "type": "package",
-+ "path": "System.Globalization/4.0.11",
-+ "files": [
-+ "System.Globalization.4.0.11.nupkg.sha512",
-+ "System.Globalization.nuspec",
-+ "ThirdPartyNotices.txt",
-+ "dotnet_library_license.txt",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/net45/_._",
-+ "lib/portable-net45+win8+wp8+wpa81/_._",
-+ "lib/win8/_._",
-+ "lib/wp80/_._",
-+ "lib/wpa81/_._",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "lib/xamarintvos10/_._",
-+ "lib/xamarinwatchos10/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/net45/_._",
-+ "ref/netcore50/System.Globalization.dll",
-+ "ref/netcore50/System.Globalization.xml",
-+ "ref/netcore50/de/System.Globalization.xml",
-+ "ref/netcore50/es/System.Globalization.xml",
-+ "ref/netcore50/fr/System.Globalization.xml",
-+ "ref/netcore50/it/System.Globalization.xml",
-+ "ref/netcore50/ja/System.Globalization.xml",
-+ "ref/netcore50/ko/System.Globalization.xml",
-+ "ref/netcore50/ru/System.Globalization.xml",
-+ "ref/netcore50/zh-hans/System.Globalization.xml",
-+ "ref/netcore50/zh-hant/System.Globalization.xml",
-+ "ref/netstandard1.0/System.Globalization.dll",
-+ "ref/netstandard1.0/System.Globalization.xml",
-+ "ref/netstandard1.0/de/System.Globalization.xml",
-+ "ref/netstandard1.0/es/System.Globalization.xml",
-+ "ref/netstandard1.0/fr/System.Globalization.xml",
-+ "ref/netstandard1.0/it/System.Globalization.xml",
-+ "ref/netstandard1.0/ja/System.Globalization.xml",
-+ "ref/netstandard1.0/ko/System.Globalization.xml",
-+ "ref/netstandard1.0/ru/System.Globalization.xml",
-+ "ref/netstandard1.0/zh-hans/System.Globalization.xml",
-+ "ref/netstandard1.0/zh-hant/System.Globalization.xml",
-+ "ref/netstandard1.3/System.Globalization.dll",
-+ "ref/netstandard1.3/System.Globalization.xml",
-+ "ref/netstandard1.3/de/System.Globalization.xml",
-+ "ref/netstandard1.3/es/System.Globalization.xml",
-+ "ref/netstandard1.3/fr/System.Globalization.xml",
-+ "ref/netstandard1.3/it/System.Globalization.xml",
-+ "ref/netstandard1.3/ja/System.Globalization.xml",
-+ "ref/netstandard1.3/ko/System.Globalization.xml",
-+ "ref/netstandard1.3/ru/System.Globalization.xml",
-+ "ref/netstandard1.3/zh-hans/System.Globalization.xml",
-+ "ref/netstandard1.3/zh-hant/System.Globalization.xml",
-+ "ref/portable-net45+win8+wp8+wpa81/_._",
-+ "ref/win8/_._",
-+ "ref/wp80/_._",
-+ "ref/wpa81/_._",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._",
-+ "ref/xamarintvos10/_._",
-+ "ref/xamarinwatchos10/_._"
-+ ]
-+ },
-+ "System.IO/4.1.0": {
-+ "sha512": "3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
-+ "type": "package",
-+ "path": "System.IO/4.1.0",
-+ "files": [
-+ "System.IO.4.1.0.nupkg.sha512",
-+ "System.IO.nuspec",
-+ "ThirdPartyNotices.txt",
-+ "dotnet_library_license.txt",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/net45/_._",
-+ "lib/net462/System.IO.dll",
-+ "lib/portable-net45+win8+wp8+wpa81/_._",
-+ "lib/win8/_._",
-+ "lib/wp80/_._",
-+ "lib/wpa81/_._",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "lib/xamarintvos10/_._",
-+ "lib/xamarinwatchos10/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/net45/_._",
-+ "ref/net462/System.IO.dll",
-+ "ref/netcore50/System.IO.dll",
-+ "ref/netcore50/System.IO.xml",
-+ "ref/netcore50/de/System.IO.xml",
-+ "ref/netcore50/es/System.IO.xml",
-+ "ref/netcore50/fr/System.IO.xml",
-+ "ref/netcore50/it/System.IO.xml",
-+ "ref/netcore50/ja/System.IO.xml",
-+ "ref/netcore50/ko/System.IO.xml",
-+ "ref/netcore50/ru/System.IO.xml",
-+ "ref/netcore50/zh-hans/System.IO.xml",
-+ "ref/netcore50/zh-hant/System.IO.xml",
-+ "ref/netstandard1.0/System.IO.dll",
-+ "ref/netstandard1.0/System.IO.xml",
-+ "ref/netstandard1.0/de/System.IO.xml",
-+ "ref/netstandard1.0/es/System.IO.xml",
-+ "ref/netstandard1.0/fr/System.IO.xml",
-+ "ref/netstandard1.0/it/System.IO.xml",
-+ "ref/netstandard1.0/ja/System.IO.xml",
-+ "ref/netstandard1.0/ko/System.IO.xml",
-+ "ref/netstandard1.0/ru/System.IO.xml",
-+ "ref/netstandard1.0/zh-hans/System.IO.xml",
-+ "ref/netstandard1.0/zh-hant/System.IO.xml",
-+ "ref/netstandard1.3/System.IO.dll",
-+ "ref/netstandard1.3/System.IO.xml",
-+ "ref/netstandard1.3/de/System.IO.xml",
-+ "ref/netstandard1.3/es/System.IO.xml",
-+ "ref/netstandard1.3/fr/System.IO.xml",
-+ "ref/netstandard1.3/it/System.IO.xml",
-+ "ref/netstandard1.3/ja/System.IO.xml",
-+ "ref/netstandard1.3/ko/System.IO.xml",
-+ "ref/netstandard1.3/ru/System.IO.xml",
-+ "ref/netstandard1.3/zh-hans/System.IO.xml",
-+ "ref/netstandard1.3/zh-hant/System.IO.xml",
-+ "ref/netstandard1.5/System.IO.dll",
-+ "ref/netstandard1.5/System.IO.xml",
-+ "ref/netstandard1.5/de/System.IO.xml",
-+ "ref/netstandard1.5/es/System.IO.xml",
-+ "ref/netstandard1.5/fr/System.IO.xml",
-+ "ref/netstandard1.5/it/System.IO.xml",
-+ "ref/netstandard1.5/ja/System.IO.xml",
-+ "ref/netstandard1.5/ko/System.IO.xml",
-+ "ref/netstandard1.5/ru/System.IO.xml",
-+ "ref/netstandard1.5/zh-hans/System.IO.xml",
-+ "ref/netstandard1.5/zh-hant/System.IO.xml",
-+ "ref/portable-net45+win8+wp8+wpa81/_._",
-+ "ref/win8/_._",
-+ "ref/wp80/_._",
-+ "ref/wpa81/_._",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._",
-+ "ref/xamarintvos10/_._",
-+ "ref/xamarinwatchos10/_._"
-+ ]
-+ },
-+ "System.Reflection/4.1.0": {
-+ "sha512": "JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
-+ "type": "package",
-+ "path": "System.Reflection/4.1.0",
-+ "files": [
-+ "System.Reflection.4.1.0.nupkg.sha512",
-+ "System.Reflection.nuspec",
-+ "ThirdPartyNotices.txt",
-+ "dotnet_library_license.txt",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/net45/_._",
-+ "lib/net462/System.Reflection.dll",
-+ "lib/portable-net45+win8+wp8+wpa81/_._",
-+ "lib/win8/_._",
-+ "lib/wp80/_._",
-+ "lib/wpa81/_._",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "lib/xamarintvos10/_._",
-+ "lib/xamarinwatchos10/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/net45/_._",
-+ "ref/net462/System.Reflection.dll",
-+ "ref/netcore50/System.Reflection.dll",
-+ "ref/netcore50/System.Reflection.xml",
-+ "ref/netcore50/de/System.Reflection.xml",
-+ "ref/netcore50/es/System.Reflection.xml",
-+ "ref/netcore50/fr/System.Reflection.xml",
-+ "ref/netcore50/it/System.Reflection.xml",
-+ "ref/netcore50/ja/System.Reflection.xml",
-+ "ref/netcore50/ko/System.Reflection.xml",
-+ "ref/netcore50/ru/System.Reflection.xml",
-+ "ref/netcore50/zh-hans/System.Reflection.xml",
-+ "ref/netcore50/zh-hant/System.Reflection.xml",
-+ "ref/netstandard1.0/System.Reflection.dll",
-+ "ref/netstandard1.0/System.Reflection.xml",
-+ "ref/netstandard1.0/de/System.Reflection.xml",
-+ "ref/netstandard1.0/es/System.Reflection.xml",
-+ "ref/netstandard1.0/fr/System.Reflection.xml",
-+ "ref/netstandard1.0/it/System.Reflection.xml",
-+ "ref/netstandard1.0/ja/System.Reflection.xml",
-+ "ref/netstandard1.0/ko/System.Reflection.xml",
-+ "ref/netstandard1.0/ru/System.Reflection.xml",
-+ "ref/netstandard1.0/zh-hans/System.Reflection.xml",
-+ "ref/netstandard1.0/zh-hant/System.Reflection.xml",
-+ "ref/netstandard1.3/System.Reflection.dll",
-+ "ref/netstandard1.3/System.Reflection.xml",
-+ "ref/netstandard1.3/de/System.Reflection.xml",
-+ "ref/netstandard1.3/es/System.Reflection.xml",
-+ "ref/netstandard1.3/fr/System.Reflection.xml",
-+ "ref/netstandard1.3/it/System.Reflection.xml",
-+ "ref/netstandard1.3/ja/System.Reflection.xml",
-+ "ref/netstandard1.3/ko/System.Reflection.xml",
-+ "ref/netstandard1.3/ru/System.Reflection.xml",
-+ "ref/netstandard1.3/zh-hans/System.Reflection.xml",
-+ "ref/netstandard1.3/zh-hant/System.Reflection.xml",
-+ "ref/netstandard1.5/System.Reflection.dll",
-+ "ref/netstandard1.5/System.Reflection.xml",
-+ "ref/netstandard1.5/de/System.Reflection.xml",
-+ "ref/netstandard1.5/es/System.Reflection.xml",
-+ "ref/netstandard1.5/fr/System.Reflection.xml",
-+ "ref/netstandard1.5/it/System.Reflection.xml",
-+ "ref/netstandard1.5/ja/System.Reflection.xml",
-+ "ref/netstandard1.5/ko/System.Reflection.xml",
-+ "ref/netstandard1.5/ru/System.Reflection.xml",
-+ "ref/netstandard1.5/zh-hans/System.Reflection.xml",
-+ "ref/netstandard1.5/zh-hant/System.Reflection.xml",
-+ "ref/portable-net45+win8+wp8+wpa81/_._",
-+ "ref/win8/_._",
-+ "ref/wp80/_._",
-+ "ref/wpa81/_._",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._",
-+ "ref/xamarintvos10/_._",
-+ "ref/xamarinwatchos10/_._"
-+ ]
-+ },
-+ "System.Reflection.Primitives/4.0.1": {
-+ "sha512": "4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
-+ "type": "package",
-+ "path": "System.Reflection.Primitives/4.0.1",
-+ "files": [
-+ "System.Reflection.Primitives.4.0.1.nupkg.sha512",
-+ "System.Reflection.Primitives.nuspec",
-+ "ThirdPartyNotices.txt",
-+ "dotnet_library_license.txt",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/net45/_._",
-+ "lib/portable-net45+win8+wp8+wpa81/_._",
-+ "lib/win8/_._",
-+ "lib/wp80/_._",
-+ "lib/wpa81/_._",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "lib/xamarintvos10/_._",
-+ "lib/xamarinwatchos10/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/net45/_._",
-+ "ref/netcore50/System.Reflection.Primitives.dll",
-+ "ref/netcore50/System.Reflection.Primitives.xml",
-+ "ref/netcore50/de/System.Reflection.Primitives.xml",
-+ "ref/netcore50/es/System.Reflection.Primitives.xml",
-+ "ref/netcore50/fr/System.Reflection.Primitives.xml",
-+ "ref/netcore50/it/System.Reflection.Primitives.xml",
-+ "ref/netcore50/ja/System.Reflection.Primitives.xml",
-+ "ref/netcore50/ko/System.Reflection.Primitives.xml",
-+ "ref/netcore50/ru/System.Reflection.Primitives.xml",
-+ "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
-+ "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
-+ "ref/netstandard1.0/System.Reflection.Primitives.dll",
-+ "ref/netstandard1.0/System.Reflection.Primitives.xml",
-+ "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
-+ "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
-+ "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
-+ "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
-+ "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
-+ "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
-+ "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
-+ "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
-+ "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
-+ "ref/portable-net45+win8+wp8+wpa81/_._",
-+ "ref/win8/_._",
-+ "ref/wp80/_._",
-+ "ref/wpa81/_._",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._",
-+ "ref/xamarintvos10/_._",
-+ "ref/xamarinwatchos10/_._"
-+ ]
-+ },
-+ "System.Resources.ResourceManager/4.0.1": {
-+ "sha512": "TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
-+ "type": "package",
-+ "path": "System.Resources.ResourceManager/4.0.1",
-+ "files": [
-+ "System.Resources.ResourceManager.4.0.1.nupkg.sha512",
-+ "System.Resources.ResourceManager.nuspec",
-+ "ThirdPartyNotices.txt",
-+ "dotnet_library_license.txt",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/net45/_._",
-+ "lib/portable-net45+win8+wp8+wpa81/_._",
-+ "lib/win8/_._",
-+ "lib/wp80/_._",
-+ "lib/wpa81/_._",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "lib/xamarintvos10/_._",
-+ "lib/xamarinwatchos10/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/net45/_._",
-+ "ref/netcore50/System.Resources.ResourceManager.dll",
-+ "ref/netcore50/System.Resources.ResourceManager.xml",
-+ "ref/netcore50/de/System.Resources.ResourceManager.xml",
-+ "ref/netcore50/es/System.Resources.ResourceManager.xml",
-+ "ref/netcore50/fr/System.Resources.ResourceManager.xml",
-+ "ref/netcore50/it/System.Resources.ResourceManager.xml",
-+ "ref/netcore50/ja/System.Resources.ResourceManager.xml",
-+ "ref/netcore50/ko/System.Resources.ResourceManager.xml",
-+ "ref/netcore50/ru/System.Resources.ResourceManager.xml",
-+ "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",
-+ "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",
-+ "ref/netstandard1.0/System.Resources.ResourceManager.dll",
-+ "ref/netstandard1.0/System.Resources.ResourceManager.xml",
-+ "ref/netstandard1.0/de/System.Resources.ResourceManager.xml",
-+ "ref/netstandard1.0/es/System.Resources.ResourceManager.xml",
-+ "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",
-+ "ref/netstandard1.0/it/System.Resources.ResourceManager.xml",
-+ "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",
-+ "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",
-+ "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",
-+ "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",
-+ "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",
-+ "ref/portable-net45+win8+wp8+wpa81/_._",
-+ "ref/win8/_._",
-+ "ref/wp80/_._",
-+ "ref/wpa81/_._",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._",
-+ "ref/xamarintvos10/_._",
-+ "ref/xamarinwatchos10/_._"
-+ ]
-+ },
-+ "System.Runtime/4.1.0": {
-+ "sha512": "v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
-+ "type": "package",
-+ "path": "System.Runtime/4.1.0",
-+ "files": [
-+ "System.Runtime.4.1.0.nupkg.sha512",
-+ "System.Runtime.nuspec",
-+ "ThirdPartyNotices.txt",
-+ "dotnet_library_license.txt",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/net45/_._",
-+ "lib/net462/System.Runtime.dll",
-+ "lib/portable-net45+win8+wp80+wpa81/_._",
-+ "lib/win8/_._",
-+ "lib/wp80/_._",
-+ "lib/wpa81/_._",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "lib/xamarintvos10/_._",
-+ "lib/xamarinwatchos10/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/net45/_._",
-+ "ref/net462/System.Runtime.dll",
-+ "ref/netcore50/System.Runtime.dll",
-+ "ref/netcore50/System.Runtime.xml",
-+ "ref/netcore50/de/System.Runtime.xml",
-+ "ref/netcore50/es/System.Runtime.xml",
-+ "ref/netcore50/fr/System.Runtime.xml",
-+ "ref/netcore50/it/System.Runtime.xml",
-+ "ref/netcore50/ja/System.Runtime.xml",
-+ "ref/netcore50/ko/System.Runtime.xml",
-+ "ref/netcore50/ru/System.Runtime.xml",
-+ "ref/netcore50/zh-hans/System.Runtime.xml",
-+ "ref/netcore50/zh-hant/System.Runtime.xml",
-+ "ref/netstandard1.0/System.Runtime.dll",
-+ "ref/netstandard1.0/System.Runtime.xml",
-+ "ref/netstandard1.0/de/System.Runtime.xml",
-+ "ref/netstandard1.0/es/System.Runtime.xml",
-+ "ref/netstandard1.0/fr/System.Runtime.xml",
-+ "ref/netstandard1.0/it/System.Runtime.xml",
-+ "ref/netstandard1.0/ja/System.Runtime.xml",
-+ "ref/netstandard1.0/ko/System.Runtime.xml",
-+ "ref/netstandard1.0/ru/System.Runtime.xml",
-+ "ref/netstandard1.0/zh-hans/System.Runtime.xml",
-+ "ref/netstandard1.0/zh-hant/System.Runtime.xml",
-+ "ref/netstandard1.2/System.Runtime.dll",
-+ "ref/netstandard1.2/System.Runtime.xml",
-+ "ref/netstandard1.2/de/System.Runtime.xml",
-+ "ref/netstandard1.2/es/System.Runtime.xml",
-+ "ref/netstandard1.2/fr/System.Runtime.xml",
-+ "ref/netstandard1.2/it/System.Runtime.xml",
-+ "ref/netstandard1.2/ja/System.Runtime.xml",
-+ "ref/netstandard1.2/ko/System.Runtime.xml",
-+ "ref/netstandard1.2/ru/System.Runtime.xml",
-+ "ref/netstandard1.2/zh-hans/System.Runtime.xml",
-+ "ref/netstandard1.2/zh-hant/System.Runtime.xml",
-+ "ref/netstandard1.3/System.Runtime.dll",
-+ "ref/netstandard1.3/System.Runtime.xml",
-+ "ref/netstandard1.3/de/System.Runtime.xml",
-+ "ref/netstandard1.3/es/System.Runtime.xml",
-+ "ref/netstandard1.3/fr/System.Runtime.xml",
-+ "ref/netstandard1.3/it/System.Runtime.xml",
-+ "ref/netstandard1.3/ja/System.Runtime.xml",
-+ "ref/netstandard1.3/ko/System.Runtime.xml",
-+ "ref/netstandard1.3/ru/System.Runtime.xml",
-+ "ref/netstandard1.3/zh-hans/System.Runtime.xml",
-+ "ref/netstandard1.3/zh-hant/System.Runtime.xml",
-+ "ref/netstandard1.5/System.Runtime.dll",
-+ "ref/netstandard1.5/System.Runtime.xml",
-+ "ref/netstandard1.5/de/System.Runtime.xml",
-+ "ref/netstandard1.5/es/System.Runtime.xml",
-+ "ref/netstandard1.5/fr/System.Runtime.xml",
-+ "ref/netstandard1.5/it/System.Runtime.xml",
-+ "ref/netstandard1.5/ja/System.Runtime.xml",
-+ "ref/netstandard1.5/ko/System.Runtime.xml",
-+ "ref/netstandard1.5/ru/System.Runtime.xml",
-+ "ref/netstandard1.5/zh-hans/System.Runtime.xml",
-+ "ref/netstandard1.5/zh-hant/System.Runtime.xml",
-+ "ref/portable-net45+win8+wp80+wpa81/_._",
-+ "ref/win8/_._",
-+ "ref/wp80/_._",
-+ "ref/wpa81/_._",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._",
-+ "ref/xamarintvos10/_._",
-+ "ref/xamarinwatchos10/_._"
-+ ]
-+ },
-+ "System.Runtime.Extensions/4.0.0": {
-+ "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==",
-+ "type": "package",
-+ "path": "System.Runtime.Extensions/4.0.0",
-+ "files": [
-+ "License.rtf",
-+ "System.Runtime.Extensions.4.0.0.nupkg.sha512",
-+ "System.Runtime.Extensions.nuspec",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/net45/_._",
-+ "lib/win8/_._",
-+ "lib/wp80/_._",
-+ "lib/wpa81/_._",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/dotnet/System.Runtime.Extensions.dll",
-+ "ref/dotnet/System.Runtime.Extensions.xml",
-+ "ref/dotnet/de/System.Runtime.Extensions.xml",
-+ "ref/dotnet/es/System.Runtime.Extensions.xml",
-+ "ref/dotnet/fr/System.Runtime.Extensions.xml",
-+ "ref/dotnet/it/System.Runtime.Extensions.xml",
-+ "ref/dotnet/ja/System.Runtime.Extensions.xml",
-+ "ref/dotnet/ko/System.Runtime.Extensions.xml",
-+ "ref/dotnet/ru/System.Runtime.Extensions.xml",
-+ "ref/dotnet/zh-hans/System.Runtime.Extensions.xml",
-+ "ref/dotnet/zh-hant/System.Runtime.Extensions.xml",
-+ "ref/net45/_._",
-+ "ref/netcore50/System.Runtime.Extensions.dll",
-+ "ref/netcore50/System.Runtime.Extensions.xml",
-+ "ref/netcore50/de/System.Runtime.Extensions.xml",
-+ "ref/netcore50/es/System.Runtime.Extensions.xml",
-+ "ref/netcore50/fr/System.Runtime.Extensions.xml",
-+ "ref/netcore50/it/System.Runtime.Extensions.xml",
-+ "ref/netcore50/ja/System.Runtime.Extensions.xml",
-+ "ref/netcore50/ko/System.Runtime.Extensions.xml",
-+ "ref/netcore50/ru/System.Runtime.Extensions.xml",
-+ "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
-+ "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
-+ "ref/win8/_._",
-+ "ref/wp80/_._",
-+ "ref/wpa81/_._",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._"
-+ ]
-+ },
-+ "System.Security.Claims/4.0.0": {
-+ "sha512": "94NFR/7JN3YdyTH7hl2iSvYmdA8aqShriTHectcK+EbizT71YczMaG6LuqJBQP/HWo66AQyikYYM9aw+4EzGXg==",
-+ "type": "package",
-+ "path": "System.Security.Claims/4.0.0",
-+ "files": [
-+ "System.Security.Claims.4.0.0.nupkg.sha512",
-+ "System.Security.Claims.nuspec",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/dotnet/System.Security.Claims.dll",
-+ "lib/net46/System.Security.Claims.dll",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/dotnet/System.Security.Claims.dll",
-+ "ref/dotnet/System.Security.Claims.xml",
-+ "ref/dotnet/de/System.Security.Claims.xml",
-+ "ref/dotnet/es/System.Security.Claims.xml",
-+ "ref/dotnet/fr/System.Security.Claims.xml",
-+ "ref/dotnet/it/System.Security.Claims.xml",
-+ "ref/dotnet/ja/System.Security.Claims.xml",
-+ "ref/dotnet/ko/System.Security.Claims.xml",
-+ "ref/dotnet/ru/System.Security.Claims.xml",
-+ "ref/dotnet/zh-hans/System.Security.Claims.xml",
-+ "ref/dotnet/zh-hant/System.Security.Claims.xml",
-+ "ref/net46/System.Security.Claims.dll",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._"
-+ ]
-+ },
-+ "System.Security.Cryptography.Primitives/4.0.0": {
-+ "sha512": "Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==",
-+ "type": "package",
-+ "path": "System.Security.Cryptography.Primitives/4.0.0",
-+ "files": [
-+ "System.Security.Cryptography.Primitives.4.0.0.nupkg.sha512",
-+ "System.Security.Cryptography.Primitives.nuspec",
-+ "ThirdPartyNotices.txt",
-+ "dotnet_library_license.txt",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/net46/System.Security.Cryptography.Primitives.dll",
-+ "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "lib/xamarintvos10/_._",
-+ "lib/xamarinwatchos10/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/net46/System.Security.Cryptography.Primitives.dll",
-+ "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._",
-+ "ref/xamarintvos10/_._",
-+ "ref/xamarinwatchos10/_._"
-+ ]
-+ },
-+ "System.Security.Principal/4.0.0": {
-+ "sha512": "FOhq3jUOONi6fp5j3nPYJMrKtSJlqAURpjiO3FaDIV4DJNEYymWW5uh1pfxySEB8dtAW+I66IypzNge/w9OzZQ==",
-+ "type": "package",
-+ "path": "System.Security.Principal/4.0.0",
-+ "files": [
-+ "System.Security.Principal.4.0.0.nupkg.sha512",
-+ "System.Security.Principal.nuspec",
-+ "lib/dotnet/System.Security.Principal.dll",
-+ "lib/net45/_._",
-+ "lib/netcore50/System.Security.Principal.dll",
-+ "lib/win8/_._",
-+ "lib/wp80/_._",
-+ "lib/wpa81/_._",
-+ "ref/dotnet/System.Security.Principal.dll",
-+ "ref/dotnet/System.Security.Principal.xml",
-+ "ref/dotnet/de/System.Security.Principal.xml",
-+ "ref/dotnet/es/System.Security.Principal.xml",
-+ "ref/dotnet/fr/System.Security.Principal.xml",
-+ "ref/dotnet/it/System.Security.Principal.xml",
-+ "ref/dotnet/ja/System.Security.Principal.xml",
-+ "ref/dotnet/ko/System.Security.Principal.xml",
-+ "ref/dotnet/ru/System.Security.Principal.xml",
-+ "ref/dotnet/zh-hans/System.Security.Principal.xml",
-+ "ref/dotnet/zh-hant/System.Security.Principal.xml",
-+ "ref/net45/_._",
-+ "ref/netcore50/System.Security.Principal.dll",
-+ "ref/netcore50/System.Security.Principal.xml",
-+ "ref/win8/_._",
-+ "ref/wp80/_._",
-+ "ref/wpa81/_._"
-+ ]
-+ },
-+ "System.Text.Encoding/4.0.11": {
-+ "sha512": "U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
-+ "type": "package",
-+ "path": "System.Text.Encoding/4.0.11",
-+ "files": [
-+ "System.Text.Encoding.4.0.11.nupkg.sha512",
-+ "System.Text.Encoding.nuspec",
-+ "ThirdPartyNotices.txt",
-+ "dotnet_library_license.txt",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/net45/_._",
-+ "lib/portable-net45+win8+wp8+wpa81/_._",
-+ "lib/win8/_._",
-+ "lib/wp80/_._",
-+ "lib/wpa81/_._",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "lib/xamarintvos10/_._",
-+ "lib/xamarinwatchos10/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/net45/_._",
-+ "ref/netcore50/System.Text.Encoding.dll",
-+ "ref/netcore50/System.Text.Encoding.xml",
-+ "ref/netcore50/de/System.Text.Encoding.xml",
-+ "ref/netcore50/es/System.Text.Encoding.xml",
-+ "ref/netcore50/fr/System.Text.Encoding.xml",
-+ "ref/netcore50/it/System.Text.Encoding.xml",
-+ "ref/netcore50/ja/System.Text.Encoding.xml",
-+ "ref/netcore50/ko/System.Text.Encoding.xml",
-+ "ref/netcore50/ru/System.Text.Encoding.xml",
-+ "ref/netcore50/zh-hans/System.Text.Encoding.xml",
-+ "ref/netcore50/zh-hant/System.Text.Encoding.xml",
-+ "ref/netstandard1.0/System.Text.Encoding.dll",
-+ "ref/netstandard1.0/System.Text.Encoding.xml",
-+ "ref/netstandard1.0/de/System.Text.Encoding.xml",
-+ "ref/netstandard1.0/es/System.Text.Encoding.xml",
-+ "ref/netstandard1.0/fr/System.Text.Encoding.xml",
-+ "ref/netstandard1.0/it/System.Text.Encoding.xml",
-+ "ref/netstandard1.0/ja/System.Text.Encoding.xml",
-+ "ref/netstandard1.0/ko/System.Text.Encoding.xml",
-+ "ref/netstandard1.0/ru/System.Text.Encoding.xml",
-+ "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
-+ "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
-+ "ref/netstandard1.3/System.Text.Encoding.dll",
-+ "ref/netstandard1.3/System.Text.Encoding.xml",
-+ "ref/netstandard1.3/de/System.Text.Encoding.xml",
-+ "ref/netstandard1.3/es/System.Text.Encoding.xml",
-+ "ref/netstandard1.3/fr/System.Text.Encoding.xml",
-+ "ref/netstandard1.3/it/System.Text.Encoding.xml",
-+ "ref/netstandard1.3/ja/System.Text.Encoding.xml",
-+ "ref/netstandard1.3/ko/System.Text.Encoding.xml",
-+ "ref/netstandard1.3/ru/System.Text.Encoding.xml",
-+ "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
-+ "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
-+ "ref/portable-net45+win8+wp8+wpa81/_._",
-+ "ref/win8/_._",
-+ "ref/wp80/_._",
-+ "ref/wpa81/_._",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._",
-+ "ref/xamarintvos10/_._",
-+ "ref/xamarinwatchos10/_._"
-+ ]
-+ },
-+ "System.Threading/4.0.11": {
-+ "sha512": "N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
-+ "type": "package",
-+ "path": "System.Threading/4.0.11",
-+ "files": [
-+ "System.Threading.4.0.11.nupkg.sha512",
-+ "System.Threading.nuspec",
-+ "ThirdPartyNotices.txt",
-+ "dotnet_library_license.txt",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/net45/_._",
-+ "lib/netcore50/System.Threading.dll",
-+ "lib/netstandard1.3/System.Threading.dll",
-+ "lib/portable-net45+win8+wp8+wpa81/_._",
-+ "lib/win8/_._",
-+ "lib/wp80/_._",
-+ "lib/wpa81/_._",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "lib/xamarintvos10/_._",
-+ "lib/xamarinwatchos10/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/net45/_._",
-+ "ref/netcore50/System.Threading.dll",
-+ "ref/netcore50/System.Threading.xml",
-+ "ref/netcore50/de/System.Threading.xml",
-+ "ref/netcore50/es/System.Threading.xml",
-+ "ref/netcore50/fr/System.Threading.xml",
-+ "ref/netcore50/it/System.Threading.xml",
-+ "ref/netcore50/ja/System.Threading.xml",
-+ "ref/netcore50/ko/System.Threading.xml",
-+ "ref/netcore50/ru/System.Threading.xml",
-+ "ref/netcore50/zh-hans/System.Threading.xml",
-+ "ref/netcore50/zh-hant/System.Threading.xml",
-+ "ref/netstandard1.0/System.Threading.dll",
-+ "ref/netstandard1.0/System.Threading.xml",
-+ "ref/netstandard1.0/de/System.Threading.xml",
-+ "ref/netstandard1.0/es/System.Threading.xml",
-+ "ref/netstandard1.0/fr/System.Threading.xml",
-+ "ref/netstandard1.0/it/System.Threading.xml",
-+ "ref/netstandard1.0/ja/System.Threading.xml",
-+ "ref/netstandard1.0/ko/System.Threading.xml",
-+ "ref/netstandard1.0/ru/System.Threading.xml",
-+ "ref/netstandard1.0/zh-hans/System.Threading.xml",
-+ "ref/netstandard1.0/zh-hant/System.Threading.xml",
-+ "ref/netstandard1.3/System.Threading.dll",
-+ "ref/netstandard1.3/System.Threading.xml",
-+ "ref/netstandard1.3/de/System.Threading.xml",
-+ "ref/netstandard1.3/es/System.Threading.xml",
-+ "ref/netstandard1.3/fr/System.Threading.xml",
-+ "ref/netstandard1.3/it/System.Threading.xml",
-+ "ref/netstandard1.3/ja/System.Threading.xml",
-+ "ref/netstandard1.3/ko/System.Threading.xml",
-+ "ref/netstandard1.3/ru/System.Threading.xml",
-+ "ref/netstandard1.3/zh-hans/System.Threading.xml",
-+ "ref/netstandard1.3/zh-hant/System.Threading.xml",
-+ "ref/portable-net45+win8+wp8+wpa81/_._",
-+ "ref/win8/_._",
-+ "ref/wp80/_._",
-+ "ref/wpa81/_._",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._",
-+ "ref/xamarintvos10/_._",
-+ "ref/xamarinwatchos10/_._",
-+ "runtimes/aot/lib/netcore50/System.Threading.dll"
-+ ]
-+ },
-+ "System.Threading.Tasks/4.0.11": {
-+ "sha512": "k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
-+ "type": "package",
-+ "path": "System.Threading.Tasks/4.0.11",
-+ "files": [
-+ "System.Threading.Tasks.4.0.11.nupkg.sha512",
-+ "System.Threading.Tasks.nuspec",
-+ "ThirdPartyNotices.txt",
-+ "dotnet_library_license.txt",
-+ "lib/MonoAndroid10/_._",
-+ "lib/MonoTouch10/_._",
-+ "lib/net45/_._",
-+ "lib/portable-net45+win8+wp8+wpa81/_._",
-+ "lib/win8/_._",
-+ "lib/wp80/_._",
-+ "lib/wpa81/_._",
-+ "lib/xamarinios10/_._",
-+ "lib/xamarinmac20/_._",
-+ "lib/xamarintvos10/_._",
-+ "lib/xamarinwatchos10/_._",
-+ "ref/MonoAndroid10/_._",
-+ "ref/MonoTouch10/_._",
-+ "ref/net45/_._",
-+ "ref/netcore50/System.Threading.Tasks.dll",
-+ "ref/netcore50/System.Threading.Tasks.xml",
-+ "ref/netcore50/de/System.Threading.Tasks.xml",
-+ "ref/netcore50/es/System.Threading.Tasks.xml",
-+ "ref/netcore50/fr/System.Threading.Tasks.xml",
-+ "ref/netcore50/it/System.Threading.Tasks.xml",
-+ "ref/netcore50/ja/System.Threading.Tasks.xml",
-+ "ref/netcore50/ko/System.Threading.Tasks.xml",
-+ "ref/netcore50/ru/System.Threading.Tasks.xml",
-+ "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
-+ "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
-+ "ref/netstandard1.0/System.Threading.Tasks.dll",
-+ "ref/netstandard1.0/System.Threading.Tasks.xml",
-+ "ref/netstandard1.0/de/System.Threading.Tasks.xml",
-+ "ref/netstandard1.0/es/System.Threading.Tasks.xml",
-+ "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
-+ "ref/netstandard1.0/it/System.Threading.Tasks.xml",
-+ "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
-+ "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
-+ "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
-+ "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
-+ "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
-+ "ref/netstandard1.3/System.Threading.Tasks.dll",
-+ "ref/netstandard1.3/System.Threading.Tasks.xml",
-+ "ref/netstandard1.3/de/System.Threading.Tasks.xml",
-+ "ref/netstandard1.3/es/System.Threading.Tasks.xml",
-+ "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
-+ "ref/netstandard1.3/it/System.Threading.Tasks.xml",
-+ "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
-+ "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
-+ "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
-+ "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
-+ "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
-+ "ref/portable-net45+win8+wp8+wpa81/_._",
-+ "ref/win8/_._",
-+ "ref/wp80/_._",
-+ "ref/wpa81/_._",
-+ "ref/xamarinios10/_._",
-+ "ref/xamarinmac20/_._",
-+ "ref/xamarintvos10/_._",
-+ "ref/xamarinwatchos10/_._"
-+ ]
-+ }
-+ },
-+ "projectFileDependencyGroups": {
-+ "": [
-+ "System.Console >= 4.0.0",
-+ "System.IO >= 4.1.0",
-+ "System.Security.Claims >= 4.0.0",
-+ "System.Security.Cryptography.Primitives >= 4.0.0",
-+ "System.Security.Principal >= 4.0.0"
-+ ],
-+ ".NETStandard,Version=v1.3": []
-+ },
-+ "tools": {},
-+ "projectFileToolGroups": {}
-+}
-\ No newline at end of file
--
1.9.1
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index ae7b038798..1a8596095a 100644
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -7,12 +7,12 @@
%define dotnet_buildtype Debug
%endif
-%define dotnet_version 1.0.0
+%define dotnet_version 2.0.0
# git rev-parse --verify HEAD
-%define CORECLR_GIT_HASH e62b0f82a9c5bb770ac27ad2616074a32dbf0325
+%define CORECLR_GIT_HASH 402cea75d76b210e7f061d0587d46daa27062e01
Name: coreclr
-Version: 1.0.0.9910
+Version: 2.0.0.11353
Release: 0
Summary: Microsoft .NET Runtime, Coreclr
Group: Development/Languages
@@ -24,8 +24,8 @@ Source1001: %{name}.manifest
Source1002: libicu.tar.gz
Source1003: dep_libs.tar.gz
# Gbp-Ignore-Patches: 0 1
-Patch0: Add-Tizen-RuntimeID-case.patch
-Patch1: Add-project.lock.json-files.patch
+Patch0: Add-project.lock.json-files.patch
+Patch1: Add-Tizen-RuntimeID-case.patch
ExcludeArch: aarch64
diff --git a/packaging/downloaded_files.tar.gz b/packaging/downloaded_files.tar.gz
index da496aa7d2..444478e6ad 100644
--- a/packaging/downloaded_files.tar.gz
+++ b/packaging/downloaded_files.tar.gz
Binary files differ