summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/Add-Tizen-RuntimeID-case.patch (renamed from packaging/Support-managed-build-on-armv7l-env.patch)28
-rw-r--r--packaging/Add-Tizen-distro.patch27
-rw-r--r--packaging/Add-project.lock.json-files.patch (renamed from packaging/Do-not-ignore-project.lock.json.patch)4102
-rw-r--r--packaging/coreclr.spec14
-rw-r--r--packaging/downloaded_files.tar.gzbin156518381 -> 206045973 bytes
5 files changed, 2436 insertions, 1735 deletions
diff --git a/packaging/Support-managed-build-on-armv7l-env.patch b/packaging/Add-Tizen-RuntimeID-case.patch
index 3448f41f17..ea8c2f55a7 100644
--- a/packaging/Support-managed-build-on-armv7l-env.patch
+++ b/packaging/Add-Tizen-RuntimeID-case.patch
@@ -1,19 +1,27 @@
-From 5ffb89604aeddd2692fb06f79f329db629dfb3e0 Mon Sep 17 00:00:00 2001
+From 318f341edd8d38ef7fef453a8724367bfb3debb6 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.
+Date: Tue, 14 Feb 2017 17:57:48 +0900
+Subject: [PATCH] Add Tizen RuntimeID case
-Change-Id: I5157b351f4ef4b92a5bd7bdb5d7d3204f042af0a
+Change-Id: I4d689e31f64143c3d0e2dac74b09aefc9d40de60
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
---
- build.sh | 4 ++++
- 1 file changed, 4 insertions(+)
+ build.sh | 7 +++++++
+ 1 file changed, 7 insertions(+)
diff --git a/build.sh b/build.sh
-index c9ef04f..78fc91a 100755
+index 8d03121..94d943e 100755
--- a/build.sh
+++ b/build.sh
-@@ -266,6 +266,8 @@ isMSBuildOnNETCoreSupported()
+@@ -338,11 +338,16 @@ isMSBuildOnNETCoreSupported()
+ "alpine.3.4.3-x64")
+ __isMSBuildOnNETCoreSupported=1
+ ;;
++ "tizen"*)
++ __isMSBuildOnNETCoreSupported=1
++ ;;
+ *)
+ esac
elif [ "$__HostOS" == "OSX" ]; then
__isMSBuildOnNETCoreSupported=1
fi
@@ -22,11 +30,11 @@ index c9ef04f..78fc91a 100755
fi
}
-@@ -329,6 +331,8 @@ build_CoreLib()
+@@ -406,6 +411,8 @@ build_CoreLib()
build_CoreLib_ni
elif [[ ( "$__HostArch" == "arm64" ) && ( "$__BuildArch" == "arm" ) ]]; then
build_CoreLib_ni
-+ elif [[ ( "$__HostArch" == "arm" ) && ( "$__BuildArch" == "arm-softfp" ) ]]; then
++ elif [[ ( "$__HostArch" == "arm" ) && ( "$__BuildArch" == "armel" ) ]]; then
+ build_CoreLib_ni
else
exit 1
diff --git a/packaging/Add-Tizen-distro.patch b/packaging/Add-Tizen-distro.patch
deleted file mode 100644
index fd3f1fdc58..0000000000
--- a/packaging/Add-Tizen-distro.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-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/Add-project.lock.json-files.patch
index afb65d282c..043134c040 100644
--- a/packaging/Do-not-ignore-project.lock.json.patch
+++ b/packaging/Add-project.lock.json-files.patch
@@ -1,24 +1,71 @@
-From 1cc7e755b261a241673803feb6587bc6bea47398 Mon Sep 17 00:00:00 2001
+From 64402873b4f203052bbc2144264b9ae682c9907f 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.
+Date: Fri, 10 Feb 2017 19:32:10 +0900
+Subject: [PATCH] Add project.lock.json files
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
---
- src/ToolBox/SOS/NETCore/project.lock.json | 6544 +++++++++++++++++++++++++++++
- src/mscorlib/facade/project.lock.json | 1174 ++++++
- 2 files changed, 7718 insertions(+)
+ src/.nuget/init/project.lock.json | 40 +
+ src/ToolBox/SOS/NETCore/project.lock.json | 7217 +++++++++++++++++++++++++++++
+ src/mscorlib/facade/project.lock.json | 1176 +++++
+ 3 files changed, 8433 insertions(+)
+ create mode 100755 src/.nuget/init/project.lock.json
create mode 100755 src/ToolBox/SOS/NETCore/project.lock.json
create mode 100755 src/mscorlib/facade/project.lock.json
+diff --git a/src/.nuget/init/project.lock.json b/src/.nuget/init/project.lock.json
+new file mode 100755
+index 0000000..d70dc13
+--- /dev/null
++++ b/src/.nuget/init/project.lock.json
+@@ -0,0 +1,40 @@
++{
++ "locked": false,
++ "version": 2,
++ "targets": {
++ "DNXCore,Version=v5.0": {
++ "Microsoft.NETCore.Platforms/1.0.2-beta-24224-02": {
++ "type": "package",
++ "compile": {
++ "lib/netstandard1.0/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.0/_._": {}
++ }
++ }
++ }
++ },
++ "libraries": {
++ "Microsoft.NETCore.Platforms/1.0.2-beta-24224-02": {
++ "sha512": "2iueL6ciB4i0waip9Y87I+bU9ObLCbucAcHfVBea2CsOeXljU5stmrqi48hgjHN/0v3Y2QAj7/6yWcjsmxpQTQ==",
++ "type": "package",
++ "path": "Microsoft.NETCore.Platforms/1.0.2-beta-24224-02",
++ "files": [
++ "Microsoft.NETCore.Platforms.1.0.2-beta-24224-02.nupkg.sha512",
++ "Microsoft.NETCore.Platforms.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.0/_._",
++ "runtime.json"
++ ]
++ }
++ },
++ "projectFileDependencyGroups": {
++ "": [
++ "Microsoft.NETCore.Platforms >= 1.0.2-beta-24224-02"
++ ],
++ "DNXCore,Version=v5.0": []
++ },
++ "tools": {},
++ "projectFileToolGroups": {}
++}
+\ No newline at end of file
diff --git a/src/ToolBox/SOS/NETCore/project.lock.json b/src/ToolBox/SOS/NETCore/project.lock.json
new file mode 100755
-index 0000000..3874216
+index 0000000..c4f1621
--- /dev/null
+++ b/src/ToolBox/SOS/NETCore/project.lock.json
-@@ -0,0 +1,6544 @@
+@@ -0,0 +1,7217 @@
+{
+ "locked": false,
+ "version": 2,
@@ -33,7 +80,7 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "Microsoft.NETCore.Targets/1.0.1": {
++ "Microsoft.NETCore.Targets/1.1.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -42,11 +89,11 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.native.System/4.0.0": {
++ "runtime.native.System/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -55,11 +102,11 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.native.System.IO.Compression/4.1.0": {
++ "runtime.native.System.IO.Compression/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -68,28 +115,44 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "System.Collections/4.0.11": {
++ "System.Buffers/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Runtime": "4.1.0"
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "System.Collections.Immutable/1.2.0": {
++ "System.Collections.Immutable/1.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
@@ -98,58 +161,70 @@ index 0000000..3874216
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
+ }
+ },
-+ "System.Diagnostics.Debug/4.0.11": {
++ "System.Diagnostics.Debug/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Runtime": "4.1.0"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "System.Globalization/4.0.11": {
++ "System.Diagnostics.Tracing/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Runtime": "4.1.0"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/_._": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "System.IO/4.1.0": {
++ "System.IO/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "System.IO.Compression/4.1.0": {
++ "System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.Compression.dll": {}
@@ -193,14 +268,14 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
+ }
+ },
-+ "System.Linq/4.1.0": {
++ "System.Linq/4.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.6/System.Linq.dll": {}
@@ -209,50 +284,50 @@ index 0000000..3874216
+ "lib/netstandard1.6/System.Linq.dll": {}
+ }
+ },
-+ "System.Reflection/4.1.0": {
++ "System.Reflection/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "System.Reflection.Extensions/4.0.1": {
++ "System.Reflection.Extensions/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "System.Reflection.Metadata/1.4.1": {
+ "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"
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
@@ -261,57 +336,57 @@ index 0000000..3874216
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
+ }
+ },
-+ "System.Reflection.Primitives/4.0.1": {
++ "System.Reflection.Primitives/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Runtime": "4.1.0"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "System.Resources.ResourceManager/4.0.1": {
++ "System.Resources.ResourceManager/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "System.Runtime/4.1.0": {
++ "System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "System.Runtime.Extensions/4.1.0": {
++ "System.Runtime.Extensions/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Runtime": "4.1.0"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "System.Runtime.Handles/4.0.1": {
++ "System.Runtime.Handles/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Runtime": "4.1.0"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
@@ -331,34 +406,34 @@ index 0000000..3874216
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "System.Text.Encoding/4.0.11": {
++ "System.Text.Encoding/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Runtime": "4.1.0"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "System.Text.Encoding.Extensions/4.0.11": {
++ "System.Text.Encoding.Extensions/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "System.Threading/4.0.11": {
++ "System.Threading/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0",
-+ "System.Threading.Tasks": "4.0.11"
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.dll": {}
@@ -367,12 +442,12 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.dll": {}
+ }
+ },
-+ "System.Threading.Tasks/4.0.11": {
++ "System.Threading.Tasks/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "System.Runtime": "4.1.0"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
@@ -389,7 +464,7 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "Microsoft.NETCore.Targets/1.0.1": {
++ "Microsoft.NETCore.Targets/1.1.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -398,10 +473,10 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.any.System.Collections/4.0.11": {
++ "runtime.any.System.Collections/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0"
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -410,7 +485,16 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "runtime.any.System.Globalization/4.0.11": {
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -419,7 +503,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "runtime.any.System.IO/4.1.0": {
++ "runtime.any.System.IO/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -428,7 +512,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection/4.1.0": {
++ "runtime.any.System.Reflection/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -437,7 +521,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -446,7 +530,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -455,7 +539,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -464,10 +548,10 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime/4.1.0": {
++ "runtime.any.System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Private.Uri": "4.0.1"
++ "System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -476,7 +560,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "runtime.any.System.Runtime.Handles/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -485,16 +569,16 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
+ },
+ "runtime": {
-+ "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "runtime.any.System.Text.Encoding/4.0.11": {
++ "runtime.any.System.Text.Encoding/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -503,7 +587,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -512,7 +596,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "runtime.any.System.Threading.Tasks/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -521,12 +605,21 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
+ }
+ },
-+ "runtime.native.System/4.0.0": {
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.native.System/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.rhel.7-x64.runtime.native.System": "1.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.rhel.7-x64.runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -535,12 +628,12 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.native.System.IO.Compression/4.1.0": {
++ "runtime.native.System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -549,12 +642,19 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.native.System.Security.Cryptography/4.0.0": {
++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.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"
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -563,29 +663,47 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.rhel.7-x64.runtime.native.System/1.0.1": {
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.rhel.7-x64.runtime.native.System/4.3.0": {
+ "type": "package",
+ "native": {
+ "runtimes/rhel.7-x64/native/System.Native.a": {},
+ "runtimes/rhel.7-x64/native/System.Native.so": {}
+ }
+ },
-+ "runtime.rhel.7-x64.runtime.native.System.IO.Compression/1.0.1": {
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression/4.3.0": {
+ "type": "package",
+ "native": {
+ "runtimes/rhel.7-x64/native/System.IO.Compression.Native.so": {}
+ }
+ },
-+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography/1.0.1": {
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
+ "type": "package",
+ "native": {
-+ "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.so": {}
++ "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {}
+ }
+ },
-+ "runtime.unix.System.Diagnostics.Debug/4.0.11": {
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "runtime.native.System": "4.0.0"
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -594,23 +712,24 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "runtime.unix.System.IO.FileSystem/4.0.1": {
++ "runtime.unix.System.IO.FileSystem/4.3.0": {
+ "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"
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.FileSystem.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -619,10 +738,10 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
+ }
+ },
-+ "runtime.unix.System.Private.Uri/4.0.1": {
++ "runtime.unix.System.Private.Uri/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "runtime.native.System": "4.0.0"
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -631,12 +750,12 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
+ }
+ },
-+ "runtime.unix.System.Runtime.Extensions/4.1.0": {
++ "runtime.unix.System.Runtime.Extensions/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Private.Uri": "4.0.1",
-+ "runtime.native.System": "4.0.0",
-+ "runtime.native.System.Security.Cryptography": "4.0.0"
++ "System.Private.Uri": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -645,29 +764,45 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "System.Collections/4.0.11": {
++ "System.Buffers/4.3.0": {
+ "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"
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Collections": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "System.Collections.Immutable/1.2.0": {
++ "System.Collections.Immutable/1.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
@@ -676,61 +811,74 @@ index 0000000..3874216
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
+ }
+ },
-+ "System.Diagnostics.Debug/4.0.11": {
++ "System.Diagnostics.Debug/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Diagnostics.Debug": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "System.Globalization/4.0.11": {
++ "System.Diagnostics.Tracing/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Diagnostics.Tracing": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Globalization": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "System.IO/4.1.0": {
++ "System.IO/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.any.System.IO": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "System.IO.Compression/4.1.0": {
++ "System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.Compression.dll": {}
@@ -750,7 +898,7 @@ index 0000000..3874216
+ "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"
++ "runtime.unix.System.IO.FileSystem": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
@@ -768,14 +916,14 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
+ }
+ },
-+ "System.Linq/4.1.0": {
++ "System.Linq/4.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.6/System.Linq.dll": {}
@@ -784,63 +932,63 @@ index 0000000..3874216
+ "lib/netstandard1.6/System.Linq.dll": {}
+ }
+ },
-+ "System.Private.Uri/4.0.1": {
++ "System.Private.Uri/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.unix.System.Private.Uri": "4.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.unix.System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
+ }
+ },
-+ "System.Reflection/4.1.0": {
++ "System.Reflection/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "System.Reflection.Extensions/4.0.1": {
++ "System.Reflection.Extensions/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "System.Reflection.Metadata/1.4.1": {
+ "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"
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
@@ -849,62 +997,62 @@ index 0000000..3874216
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
+ }
+ },
-+ "System.Reflection.Primitives/4.0.1": {
++ "System.Reflection.Primitives/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Primitives": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "System.Resources.ResourceManager/4.0.1": {
++ "System.Resources.ResourceManager/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Resources.ResourceManager": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "System.Runtime/4.1.0": {
++ "System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.any.System.Runtime": "4.1.0"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.any.System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "System.Runtime.Extensions/4.1.0": {
++ "System.Runtime.Extensions/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "System.Runtime.Handles/4.0.1": {
++ "System.Runtime.Handles/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Runtime.Handles": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
@@ -919,42 +1067,42 @@ index 0000000..3874216
+ "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"
++ "runtime.any.System.Runtime.InteropServices": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "System.Text.Encoding/4.0.11": {
++ "System.Text.Encoding/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Text.Encoding": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "System.Text.Encoding.Extensions/4.0.11": {
++ "System.Text.Encoding.Extensions/4.3.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",
-+ "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "System.Threading/4.0.11": {
++ "System.Threading/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0",
-+ "System.Threading.Tasks": "4.0.11"
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.dll": {}
@@ -963,13 +1111,13 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.dll": {}
+ }
+ },
-+ "System.Threading.Tasks/4.0.11": {
++ "System.Threading.Tasks/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
@@ -986,7 +1134,7 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "Microsoft.NETCore.Targets/1.0.1": {
++ "Microsoft.NETCore.Targets/1.1.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -995,10 +1143,10 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.any.System.Collections/4.0.11": {
++ "runtime.any.System.Collections/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0"
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1007,7 +1155,16 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "runtime.any.System.Globalization/4.0.11": {
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1016,7 +1173,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "runtime.any.System.IO/4.1.0": {
++ "runtime.any.System.IO/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1025,7 +1182,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection/4.1.0": {
++ "runtime.any.System.Reflection/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1034,7 +1191,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1043,7 +1200,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1052,7 +1209,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1061,10 +1218,10 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime/4.1.0": {
++ "runtime.any.System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Private.Uri": "4.0.1"
++ "System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1073,7 +1230,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "runtime.any.System.Runtime.Handles/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1082,16 +1239,16 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
+ },
+ "runtime": {
-+ "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "runtime.any.System.Text.Encoding/4.0.11": {
++ "runtime.any.System.Text.Encoding/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1100,7 +1257,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1109,7 +1266,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "runtime.any.System.Threading.Tasks/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1118,31 +1275,37 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
+ }
+ },
-+ "runtime.debian.8-x64.runtime.native.System/1.0.1": {
++ "runtime.debian.8-x64.runtime.native.System/4.3.0": {
+ "type": "package",
+ "native": {
+ "runtimes/debian.8-x64/native/System.Native.a": {},
+ "runtimes/debian.8-x64/native/System.Native.so": {}
+ }
+ },
-+ "runtime.debian.8-x64.runtime.native.System.IO.Compression/1.0.1": {
++ "runtime.debian.8-x64.runtime.native.System.IO.Compression/4.3.0": {
+ "type": "package",
+ "native": {
+ "runtimes/debian.8-x64/native/System.IO.Compression.Native.so": {}
+ }
+ },
-+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography/1.0.1": {
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
+ "type": "package",
+ "native": {
-+ "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.so": {}
++ "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {}
+ }
+ },
-+ "runtime.native.System/4.0.0": {
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.native.System/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.debian.8-x64.runtime.native.System": "1.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.debian.8-x64.runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -1151,12 +1314,12 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.native.System.IO.Compression/4.1.0": {
++ "runtime.native.System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.debian.8-x64.runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -1165,12 +1328,19 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.native.System.Security.Cryptography/4.0.0": {
++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.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"
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -1179,10 +1349,31 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.unix.System.Diagnostics.Debug/4.0.11": {
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "runtime.native.System": "4.0.0"
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1191,23 +1382,24 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "runtime.unix.System.IO.FileSystem/4.0.1": {
++ "runtime.unix.System.IO.FileSystem/4.3.0": {
+ "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"
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.FileSystem.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1216,10 +1408,10 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
+ }
+ },
-+ "runtime.unix.System.Private.Uri/4.0.1": {
++ "runtime.unix.System.Private.Uri/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "runtime.native.System": "4.0.0"
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1228,12 +1420,12 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
+ }
+ },
-+ "runtime.unix.System.Runtime.Extensions/4.1.0": {
++ "runtime.unix.System.Runtime.Extensions/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Private.Uri": "4.0.1",
-+ "runtime.native.System": "4.0.0",
-+ "runtime.native.System.Security.Cryptography": "4.0.0"
++ "System.Private.Uri": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1242,29 +1434,45 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "System.Collections/4.0.11": {
++ "System.Buffers/4.3.0": {
+ "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"
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Collections": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "System.Collections.Immutable/1.2.0": {
++ "System.Collections.Immutable/1.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
@@ -1273,61 +1481,74 @@ index 0000000..3874216
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
+ }
+ },
-+ "System.Diagnostics.Debug/4.0.11": {
++ "System.Diagnostics.Debug/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Diagnostics.Debug": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "System.Globalization/4.0.11": {
++ "System.Diagnostics.Tracing/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Diagnostics.Tracing": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Globalization": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "System.IO/4.1.0": {
++ "System.IO/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.any.System.IO": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "System.IO.Compression/4.1.0": {
++ "System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.Compression.dll": {}
@@ -1347,7 +1568,7 @@ index 0000000..3874216
+ "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"
++ "runtime.unix.System.IO.FileSystem": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
@@ -1365,14 +1586,14 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
+ }
+ },
-+ "System.Linq/4.1.0": {
++ "System.Linq/4.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.6/System.Linq.dll": {}
@@ -1381,63 +1602,63 @@ index 0000000..3874216
+ "lib/netstandard1.6/System.Linq.dll": {}
+ }
+ },
-+ "System.Private.Uri/4.0.1": {
++ "System.Private.Uri/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.unix.System.Private.Uri": "4.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.unix.System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
+ }
+ },
-+ "System.Reflection/4.1.0": {
++ "System.Reflection/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "System.Reflection.Extensions/4.0.1": {
++ "System.Reflection.Extensions/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "System.Reflection.Metadata/1.4.1": {
+ "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"
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
@@ -1446,62 +1667,62 @@ index 0000000..3874216
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
+ }
+ },
-+ "System.Reflection.Primitives/4.0.1": {
++ "System.Reflection.Primitives/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Primitives": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "System.Resources.ResourceManager/4.0.1": {
++ "System.Resources.ResourceManager/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Resources.ResourceManager": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "System.Runtime/4.1.0": {
++ "System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.any.System.Runtime": "4.1.0"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.any.System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "System.Runtime.Extensions/4.1.0": {
++ "System.Runtime.Extensions/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "System.Runtime.Handles/4.0.1": {
++ "System.Runtime.Handles/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Runtime.Handles": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
@@ -1516,42 +1737,42 @@ index 0000000..3874216
+ "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"
++ "runtime.any.System.Runtime.InteropServices": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "System.Text.Encoding/4.0.11": {
++ "System.Text.Encoding/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Text.Encoding": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "System.Text.Encoding.Extensions/4.0.11": {
++ "System.Text.Encoding.Extensions/4.3.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",
-+ "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "System.Threading/4.0.11": {
++ "System.Threading/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0",
-+ "System.Threading.Tasks": "4.0.11"
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.dll": {}
@@ -1560,13 +1781,13 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.dll": {}
+ }
+ },
-+ "System.Threading.Tasks/4.0.11": {
++ "System.Threading.Tasks/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
@@ -1583,7 +1804,7 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "Microsoft.NETCore.Targets/1.0.1": {
++ "Microsoft.NETCore.Targets/1.1.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -1592,10 +1813,10 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.any.System.Collections/4.0.11": {
++ "runtime.any.System.Collections/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0"
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1604,7 +1825,16 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "runtime.any.System.Globalization/4.0.11": {
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1613,7 +1843,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "runtime.any.System.IO/4.1.0": {
++ "runtime.any.System.IO/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1622,7 +1852,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection/4.1.0": {
++ "runtime.any.System.Reflection/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1631,7 +1861,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1640,7 +1870,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1649,7 +1879,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1658,10 +1888,10 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime/4.1.0": {
++ "runtime.any.System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Private.Uri": "4.0.1"
++ "System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1670,7 +1900,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "runtime.any.System.Runtime.Handles/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1679,16 +1909,16 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
+ },
+ "runtime": {
-+ "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "runtime.any.System.Text.Encoding/4.0.11": {
++ "runtime.any.System.Text.Encoding/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1697,7 +1927,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1706,7 +1936,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "runtime.any.System.Threading.Tasks/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1715,12 +1945,21 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
+ }
+ },
-+ "runtime.native.System/4.0.0": {
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.native.System/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.osx.10.10-x64.runtime.native.System": "1.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.osx.10.10-x64.runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -1729,12 +1968,12 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.native.System.IO.Compression/4.1.0": {
++ "runtime.native.System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -1743,12 +1982,19 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.native.System.Security.Cryptography/4.0.0": {
++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.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"
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -1757,29 +2003,47 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.osx.10.10-x64.runtime.native.System/1.0.1": {
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.osx.10.10-x64.runtime.native.System/4.3.0": {
+ "type": "package",
+ "native": {
+ "runtimes/osx.10.10-x64/native/System.Native.a": {},
+ "runtimes/osx.10.10-x64/native/System.Native.dylib": {}
+ }
+ },
-+ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression/1.0.1": {
++ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression/4.3.0": {
+ "type": "package",
+ "native": {
+ "runtimes/osx.10.10-x64/native/System.IO.Compression.Native.dylib": {}
+ }
+ },
-+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography/1.0.1": {
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
+ "type": "package",
+ "native": {
-+ "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.dylib": {}
++ "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": {}
+ }
+ },
-+ "runtime.unix.System.Diagnostics.Debug/4.0.11": {
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "runtime.native.System": "4.0.0"
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1788,23 +2052,24 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "runtime.unix.System.IO.FileSystem/4.0.1": {
++ "runtime.unix.System.IO.FileSystem/4.3.0": {
+ "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"
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.FileSystem.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1813,10 +2078,10 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
+ }
+ },
-+ "runtime.unix.System.Private.Uri/4.0.1": {
++ "runtime.unix.System.Private.Uri/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "runtime.native.System": "4.0.0"
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1825,12 +2090,12 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
+ }
+ },
-+ "runtime.unix.System.Runtime.Extensions/4.1.0": {
++ "runtime.unix.System.Runtime.Extensions/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Private.Uri": "4.0.1",
-+ "runtime.native.System": "4.0.0",
-+ "runtime.native.System.Security.Cryptography": "4.0.0"
++ "System.Private.Uri": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -1839,29 +2104,45 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "System.Collections/4.0.11": {
++ "System.Buffers/4.3.0": {
+ "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"
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Collections": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "System.Collections.Immutable/1.2.0": {
++ "System.Collections.Immutable/1.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
@@ -1870,61 +2151,74 @@ index 0000000..3874216
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
+ }
+ },
-+ "System.Diagnostics.Debug/4.0.11": {
++ "System.Diagnostics.Debug/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Diagnostics.Debug": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "System.Globalization/4.0.11": {
++ "System.Diagnostics.Tracing/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Diagnostics.Tracing": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Globalization": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "System.IO/4.1.0": {
++ "System.IO/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.any.System.IO": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "System.IO.Compression/4.1.0": {
++ "System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.Compression.dll": {}
@@ -1944,7 +2238,7 @@ index 0000000..3874216
+ "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"
++ "runtime.unix.System.IO.FileSystem": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
@@ -1962,14 +2256,14 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
+ }
+ },
-+ "System.Linq/4.1.0": {
++ "System.Linq/4.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.6/System.Linq.dll": {}
@@ -1978,63 +2272,63 @@ index 0000000..3874216
+ "lib/netstandard1.6/System.Linq.dll": {}
+ }
+ },
-+ "System.Private.Uri/4.0.1": {
++ "System.Private.Uri/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.unix.System.Private.Uri": "4.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.unix.System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
+ }
+ },
-+ "System.Reflection/4.1.0": {
++ "System.Reflection/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "System.Reflection.Extensions/4.0.1": {
++ "System.Reflection.Extensions/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "System.Reflection.Metadata/1.4.1": {
+ "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"
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
@@ -2043,62 +2337,62 @@ index 0000000..3874216
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
+ }
+ },
-+ "System.Reflection.Primitives/4.0.1": {
++ "System.Reflection.Primitives/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Primitives": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "System.Resources.ResourceManager/4.0.1": {
++ "System.Resources.ResourceManager/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Resources.ResourceManager": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "System.Runtime/4.1.0": {
++ "System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.any.System.Runtime": "4.1.0"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.any.System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "System.Runtime.Extensions/4.1.0": {
++ "System.Runtime.Extensions/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "System.Runtime.Handles/4.0.1": {
++ "System.Runtime.Handles/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Runtime.Handles": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
@@ -2113,42 +2407,42 @@ index 0000000..3874216
+ "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"
++ "runtime.any.System.Runtime.InteropServices": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "System.Text.Encoding/4.0.11": {
++ "System.Text.Encoding/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Text.Encoding": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "System.Text.Encoding.Extensions/4.0.11": {
++ "System.Text.Encoding.Extensions/4.3.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",
-+ "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "System.Threading/4.0.11": {
++ "System.Threading/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0",
-+ "System.Threading.Tasks": "4.0.11"
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.dll": {}
@@ -2157,13 +2451,13 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.dll": {}
+ }
+ },
-+ "System.Threading.Tasks/4.0.11": {
++ "System.Threading.Tasks/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
@@ -2180,7 +2474,7 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "Microsoft.NETCore.Targets/1.0.1": {
++ "Microsoft.NETCore.Targets/1.1.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -2189,10 +2483,10 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.any.System.Collections/4.0.11": {
++ "runtime.any.System.Collections/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0"
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2201,7 +2495,16 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "runtime.any.System.Globalization/4.0.11": {
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2210,7 +2513,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "runtime.any.System.IO/4.1.0": {
++ "runtime.any.System.IO/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2219,7 +2522,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection/4.1.0": {
++ "runtime.any.System.Reflection/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2228,7 +2531,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2237,7 +2540,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2246,7 +2549,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2255,10 +2558,10 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime/4.1.0": {
++ "runtime.any.System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Private.Uri": "4.0.1"
++ "System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2267,7 +2570,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "runtime.any.System.Runtime.Handles/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2276,16 +2579,16 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
+ },
+ "runtime": {
-+ "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "runtime.any.System.Text.Encoding/4.0.11": {
++ "runtime.any.System.Text.Encoding/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2294,7 +2597,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2303,7 +2606,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "runtime.any.System.Threading.Tasks/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2312,12 +2615,21 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
+ }
+ },
-+ "runtime.native.System/4.0.0": {
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.native.System/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.rhel.7-x64.runtime.native.System": "1.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.rhel.7-x64.runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -2326,12 +2638,12 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.native.System.IO.Compression/4.1.0": {
++ "runtime.native.System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -2340,12 +2652,19 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.native.System.Security.Cryptography/4.0.0": {
++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.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"
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -2354,29 +2673,47 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.rhel.7-x64.runtime.native.System/1.0.1": {
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.rhel.7-x64.runtime.native.System/4.3.0": {
+ "type": "package",
+ "native": {
+ "runtimes/rhel.7-x64/native/System.Native.a": {},
+ "runtimes/rhel.7-x64/native/System.Native.so": {}
+ }
+ },
-+ "runtime.rhel.7-x64.runtime.native.System.IO.Compression/1.0.1": {
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression/4.3.0": {
+ "type": "package",
+ "native": {
+ "runtimes/rhel.7-x64/native/System.IO.Compression.Native.so": {}
+ }
+ },
-+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography/1.0.1": {
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
+ "type": "package",
+ "native": {
-+ "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.so": {}
++ "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {}
+ }
+ },
-+ "runtime.unix.System.Diagnostics.Debug/4.0.11": {
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "runtime.native.System": "4.0.0"
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2385,23 +2722,24 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "runtime.unix.System.IO.FileSystem/4.0.1": {
++ "runtime.unix.System.IO.FileSystem/4.3.0": {
+ "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"
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.FileSystem.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2410,10 +2748,10 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
+ }
+ },
-+ "runtime.unix.System.Private.Uri/4.0.1": {
++ "runtime.unix.System.Private.Uri/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "runtime.native.System": "4.0.0"
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2422,12 +2760,12 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
+ }
+ },
-+ "runtime.unix.System.Runtime.Extensions/4.1.0": {
++ "runtime.unix.System.Runtime.Extensions/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Private.Uri": "4.0.1",
-+ "runtime.native.System": "4.0.0",
-+ "runtime.native.System.Security.Cryptography": "4.0.0"
++ "System.Private.Uri": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2436,29 +2774,45 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "System.Collections/4.0.11": {
++ "System.Buffers/4.3.0": {
+ "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"
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Collections": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "System.Collections.Immutable/1.2.0": {
++ "System.Collections.Immutable/1.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
@@ -2467,61 +2821,74 @@ index 0000000..3874216
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
+ }
+ },
-+ "System.Diagnostics.Debug/4.0.11": {
++ "System.Diagnostics.Debug/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Diagnostics.Debug": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "System.Globalization/4.0.11": {
++ "System.Diagnostics.Tracing/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Diagnostics.Tracing": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Globalization": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "System.IO/4.1.0": {
++ "System.IO/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.any.System.IO": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "System.IO.Compression/4.1.0": {
++ "System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.Compression.dll": {}
@@ -2541,7 +2908,7 @@ index 0000000..3874216
+ "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"
++ "runtime.unix.System.IO.FileSystem": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
@@ -2559,14 +2926,14 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
+ }
+ },
-+ "System.Linq/4.1.0": {
++ "System.Linq/4.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.6/System.Linq.dll": {}
@@ -2575,63 +2942,63 @@ index 0000000..3874216
+ "lib/netstandard1.6/System.Linq.dll": {}
+ }
+ },
-+ "System.Private.Uri/4.0.1": {
++ "System.Private.Uri/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.unix.System.Private.Uri": "4.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.unix.System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
+ }
+ },
-+ "System.Reflection/4.1.0": {
++ "System.Reflection/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "System.Reflection.Extensions/4.0.1": {
++ "System.Reflection.Extensions/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "System.Reflection.Metadata/1.4.1": {
+ "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"
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
@@ -2640,62 +3007,62 @@ index 0000000..3874216
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
+ }
+ },
-+ "System.Reflection.Primitives/4.0.1": {
++ "System.Reflection.Primitives/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Primitives": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "System.Resources.ResourceManager/4.0.1": {
++ "System.Resources.ResourceManager/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Resources.ResourceManager": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "System.Runtime/4.1.0": {
++ "System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.any.System.Runtime": "4.1.0"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.any.System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "System.Runtime.Extensions/4.1.0": {
++ "System.Runtime.Extensions/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "System.Runtime.Handles/4.0.1": {
++ "System.Runtime.Handles/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Runtime.Handles": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
@@ -2710,42 +3077,42 @@ index 0000000..3874216
+ "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"
++ "runtime.any.System.Runtime.InteropServices": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "System.Text.Encoding/4.0.11": {
++ "System.Text.Encoding/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Text.Encoding": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "System.Text.Encoding.Extensions/4.0.11": {
++ "System.Text.Encoding.Extensions/4.3.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",
-+ "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "System.Threading/4.0.11": {
++ "System.Threading/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0",
-+ "System.Threading.Tasks": "4.0.11"
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.dll": {}
@@ -2754,13 +3121,13 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.dll": {}
+ }
+ },
-+ "System.Threading.Tasks/4.0.11": {
++ "System.Threading.Tasks/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
@@ -2777,7 +3144,7 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "Microsoft.NETCore.Targets/1.0.1": {
++ "Microsoft.NETCore.Targets/1.1.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -2786,10 +3153,10 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.any.System.Collections/4.0.11": {
++ "runtime.any.System.Collections/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0"
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2798,7 +3165,16 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "runtime.any.System.Globalization/4.0.11": {
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2807,7 +3183,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "runtime.any.System.IO/4.1.0": {
++ "runtime.any.System.IO/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2816,7 +3192,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection/4.1.0": {
++ "runtime.any.System.Reflection/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2825,7 +3201,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2834,7 +3210,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2843,7 +3219,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2852,10 +3228,10 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime/4.1.0": {
++ "runtime.any.System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Private.Uri": "4.0.1"
++ "System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2864,7 +3240,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "runtime.any.System.Runtime.Handles/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2873,16 +3249,16 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
+ },
+ "runtime": {
-+ "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "runtime.any.System.Text.Encoding/4.0.11": {
++ "runtime.any.System.Text.Encoding/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2891,7 +3267,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2900,7 +3276,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "runtime.any.System.Threading.Tasks/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2909,12 +3285,21 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
+ }
+ },
-+ "runtime.native.System/4.0.0": {
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.native.System/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.ubuntu.14.04-x64.runtime.native.System": "1.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.ubuntu.14.04-x64.runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -2923,12 +3308,12 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.native.System.IO.Compression/4.1.0": {
++ "runtime.native.System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -2937,12 +3322,19 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.native.System.Security.Cryptography/4.0.0": {
++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.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"
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -2951,29 +3343,47 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.ubuntu.14.04-x64.runtime.native.System/1.0.1": {
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.14.04-x64.runtime.native.System/4.3.0": {
+ "type": "package",
+ "native": {
+ "runtimes/ubuntu.14.04-x64/native/System.Native.a": {},
+ "runtimes/ubuntu.14.04-x64/native/System.Native.so": {}
+ }
+ },
-+ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression/1.0.1": {
++ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression/4.3.0": {
+ "type": "package",
+ "native": {
+ "runtimes/ubuntu.14.04-x64/native/System.IO.Compression.Native.so": {}
+ }
+ },
-+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography/1.0.1": {
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
+ "type": "package",
+ "native": {
-+ "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.so": {}
++ "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {}
+ }
+ },
-+ "runtime.unix.System.Diagnostics.Debug/4.0.11": {
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "type": "package"
++ },
++ "runtime.unix.System.Diagnostics.Debug/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "runtime.native.System": "4.0.0"
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -2982,23 +3392,24 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "runtime.unix.System.IO.FileSystem/4.0.1": {
++ "runtime.unix.System.IO.FileSystem/4.3.0": {
+ "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"
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.FileSystem.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3007,10 +3418,10 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
+ }
+ },
-+ "runtime.unix.System.Private.Uri/4.0.1": {
++ "runtime.unix.System.Private.Uri/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "runtime.native.System": "4.0.0"
++ "runtime.native.System": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3019,12 +3430,12 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
+ }
+ },
-+ "runtime.unix.System.Runtime.Extensions/4.1.0": {
++ "runtime.unix.System.Runtime.Extensions/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Private.Uri": "4.0.1",
-+ "runtime.native.System": "4.0.0",
-+ "runtime.native.System.Security.Cryptography": "4.0.0"
++ "System.Private.Uri": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3033,29 +3444,45 @@ index 0000000..3874216
+ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "System.Collections/4.0.11": {
++ "System.Buffers/4.3.0": {
+ "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"
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Collections": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "System.Collections.Immutable/1.2.0": {
++ "System.Collections.Immutable/1.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
@@ -3064,61 +3491,74 @@ index 0000000..3874216
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
+ }
+ },
-+ "System.Diagnostics.Debug/4.0.11": {
++ "System.Diagnostics.Debug/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Diagnostics.Debug": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "System.Globalization/4.0.11": {
++ "System.Diagnostics.Tracing/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Diagnostics.Tracing": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Globalization": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "System.IO/4.1.0": {
++ "System.IO/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.any.System.IO": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "System.IO.Compression/4.1.0": {
++ "System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.Compression.dll": {}
@@ -3138,7 +3578,7 @@ index 0000000..3874216
+ "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"
++ "runtime.unix.System.IO.FileSystem": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
@@ -3156,14 +3596,14 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
+ }
+ },
-+ "System.Linq/4.1.0": {
++ "System.Linq/4.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.6/System.Linq.dll": {}
@@ -3172,63 +3612,63 @@ index 0000000..3874216
+ "lib/netstandard1.6/System.Linq.dll": {}
+ }
+ },
-+ "System.Private.Uri/4.0.1": {
++ "System.Private.Uri/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.unix.System.Private.Uri": "4.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.unix.System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
+ }
+ },
-+ "System.Reflection/4.1.0": {
++ "System.Reflection/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "System.Reflection.Extensions/4.0.1": {
++ "System.Reflection.Extensions/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "System.Reflection.Metadata/1.4.1": {
+ "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"
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
@@ -3237,62 +3677,62 @@ index 0000000..3874216
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
+ }
+ },
-+ "System.Reflection.Primitives/4.0.1": {
++ "System.Reflection.Primitives/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Primitives": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "System.Resources.ResourceManager/4.0.1": {
++ "System.Resources.ResourceManager/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Resources.ResourceManager": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "System.Runtime/4.1.0": {
++ "System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.any.System.Runtime": "4.1.0"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.any.System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "System.Runtime.Extensions/4.1.0": {
++ "System.Runtime.Extensions/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.unix.System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "System.Runtime.Handles/4.0.1": {
++ "System.Runtime.Handles/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Runtime.Handles": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
@@ -3307,42 +3747,42 @@ index 0000000..3874216
+ "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"
++ "runtime.any.System.Runtime.InteropServices": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "System.Text.Encoding/4.0.11": {
++ "System.Text.Encoding/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Text.Encoding": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "System.Text.Encoding.Extensions/4.0.11": {
++ "System.Text.Encoding.Extensions/4.3.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",
-+ "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "System.Threading/4.0.11": {
++ "System.Threading/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0",
-+ "System.Threading.Tasks": "4.0.11"
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.dll": {}
@@ -3351,13 +3791,13 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.dll": {}
+ }
+ },
-+ "System.Threading.Tasks/4.0.11": {
++ "System.Threading.Tasks/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
@@ -3374,7 +3814,7 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "Microsoft.NETCore.Targets/1.0.1": {
++ "Microsoft.NETCore.Targets/1.1.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -3383,10 +3823,10 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.any.System.Collections/4.0.11": {
++ "runtime.any.System.Collections/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0"
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3395,7 +3835,16 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "runtime.any.System.Globalization/4.0.11": {
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3404,7 +3853,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "runtime.any.System.IO/4.1.0": {
++ "runtime.any.System.IO/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3413,7 +3862,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection/4.1.0": {
++ "runtime.any.System.Reflection/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3422,7 +3871,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3431,7 +3880,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3440,7 +3889,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3449,10 +3898,10 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime/4.1.0": {
++ "runtime.any.System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Private.Uri": "4.0.1"
++ "System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3461,7 +3910,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "runtime.any.System.Runtime.Handles/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3470,16 +3919,16 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
+ },
+ "runtime": {
-+ "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "runtime.any.System.Text.Encoding/4.0.11": {
++ "runtime.any.System.Text.Encoding/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3488,7 +3937,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3497,7 +3946,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "runtime.any.System.Threading.Tasks/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3506,11 +3955,11 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
+ }
+ },
-+ "runtime.native.System/4.0.0": {
++ "runtime.native.System/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -3519,12 +3968,12 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.native.System.IO.Compression/4.1.0": {
++ "runtime.native.System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.win7-x64.runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -3533,7 +3982,7 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.win.System.Diagnostics.Debug/4.0.11": {
++ "runtime.win.System.Diagnostics.Debug/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3542,22 +3991,24 @@ index 0000000..3874216
+ "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "runtime.win.System.IO.FileSystem/4.0.1": {
++ "runtime.win.System.IO.FileSystem/4.3.0": {
+ "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"
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.FileSystem.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Overlapped": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3566,10 +4017,10 @@ index 0000000..3874216
+ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {}
+ }
+ },
-+ "runtime.win.System.Runtime.Extensions/4.1.0": {
++ "runtime.win.System.Runtime.Extensions/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Private.Uri": "4.0.1"
++ "System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3578,13 +4029,13 @@ index 0000000..3874216
+ "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "runtime.win7-x64.runtime.native.System.IO.Compression/4.0.1": {
++ "runtime.win7-x64.runtime.native.System.IO.Compression/4.3.0": {
+ "type": "package",
+ "native": {
+ "runtimes/win7-x64/native/clrcompression.dll": {}
+ }
+ },
-+ "runtime.win7.System.Private.Uri/4.0.1": {
++ "runtime.win7.System.Private.Uri/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3593,29 +4044,45 @@ index 0000000..3874216
+ "runtimes/win/lib/netstandard1.0/System.Private.Uri.dll": {}
+ }
+ },
-+ "System.Collections/4.0.11": {
++ "System.Buffers/4.3.0": {
+ "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"
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Collections": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "System.Collections.Immutable/1.2.0": {
++ "System.Collections.Immutable/1.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
@@ -3624,61 +4091,74 @@ index 0000000..3874216
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
+ }
+ },
-+ "System.Diagnostics.Debug/4.0.11": {
++ "System.Diagnostics.Debug/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.win.System.Diagnostics.Debug": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "System.Globalization/4.0.11": {
++ "System.Diagnostics.Tracing/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Diagnostics.Tracing": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Globalization": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "System.IO/4.1.0": {
++ "System.IO/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.any.System.IO": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "System.IO.Compression/4.1.0": {
++ "System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.Compression.dll": {}
@@ -3698,7 +4178,7 @@ index 0000000..3874216
+ "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"
++ "runtime.win.System.IO.FileSystem": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
@@ -3716,14 +4196,14 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
+ }
+ },
-+ "System.Linq/4.1.0": {
++ "System.Linq/4.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.6/System.Linq.dll": {}
@@ -3732,63 +4212,63 @@ index 0000000..3874216
+ "lib/netstandard1.6/System.Linq.dll": {}
+ }
+ },
-+ "System.Private.Uri/4.0.1": {
++ "System.Private.Uri/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.win7.System.Private.Uri": "4.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.win7.System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
+ }
+ },
-+ "System.Reflection/4.1.0": {
++ "System.Reflection/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "System.Reflection.Extensions/4.0.1": {
++ "System.Reflection.Extensions/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "System.Reflection.Metadata/1.4.1": {
+ "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"
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
@@ -3797,62 +4277,62 @@ index 0000000..3874216
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
+ }
+ },
-+ "System.Reflection.Primitives/4.0.1": {
++ "System.Reflection.Primitives/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Primitives": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "System.Resources.ResourceManager/4.0.1": {
++ "System.Resources.ResourceManager/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Resources.ResourceManager": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "System.Runtime/4.1.0": {
++ "System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.any.System.Runtime": "4.1.0"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.any.System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "System.Runtime.Extensions/4.1.0": {
++ "System.Runtime.Extensions/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.win.System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "System.Runtime.Handles/4.0.1": {
++ "System.Runtime.Handles/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Runtime.Handles": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
@@ -3867,42 +4347,42 @@ index 0000000..3874216
+ "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"
++ "runtime.any.System.Runtime.InteropServices": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "System.Text.Encoding/4.0.11": {
++ "System.Text.Encoding/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Text.Encoding": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "System.Text.Encoding.Extensions/4.0.11": {
++ "System.Text.Encoding.Extensions/4.3.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",
-+ "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "System.Threading/4.0.11": {
++ "System.Threading/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0",
-+ "System.Threading.Tasks": "4.0.11"
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.dll": {}
@@ -3911,13 +4391,13 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.dll": {}
+ }
+ },
-+ "System.Threading.Overlapped/4.0.1": {
++ "System.Threading.Overlapped/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Handles": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Overlapped.dll": {}
@@ -3926,13 +4406,13 @@ index 0000000..3874216
+ "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": {}
+ }
+ },
-+ "System.Threading.Tasks/4.0.11": {
++ "System.Threading.Tasks/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
@@ -3949,7 +4429,7 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "Microsoft.NETCore.Targets/1.0.1": {
++ "Microsoft.NETCore.Targets/1.1.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -3958,10 +4438,10 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.any.System.Collections/4.0.11": {
++ "runtime.any.System.Collections/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0"
++ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3970,7 +4450,16 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "runtime.any.System.Globalization/4.0.11": {
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "type": "package",
++ "compile": {
++ "ref/netstandard/_._": {}
++ },
++ "runtime": {
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "runtime.any.System.Globalization/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3979,7 +4468,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "runtime.any.System.IO/4.1.0": {
++ "runtime.any.System.IO/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3988,7 +4477,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection/4.1.0": {
++ "runtime.any.System.Reflection/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -3997,7 +4486,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection.Extensions/4.0.1": {
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -4006,7 +4495,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "runtime.any.System.Reflection.Primitives/4.0.1": {
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -4015,7 +4504,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "runtime.any.System.Resources.ResourceManager/4.0.1": {
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -4024,10 +4513,10 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime/4.1.0": {
++ "runtime.any.System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Private.Uri": "4.0.1"
++ "System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -4036,7 +4525,7 @@ index 0000000..3874216
+ "lib/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime.Handles/4.0.1": {
++ "runtime.any.System.Runtime.Handles/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -4045,16 +4534,16 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Runtime.Handles.dll": {}
+ }
+ },
-+ "runtime.any.System.Runtime.InteropServices/4.1.0": {
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
+ },
+ "runtime": {
-+ "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "runtime.any.System.Text.Encoding/4.0.11": {
++ "runtime.any.System.Text.Encoding/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -4063,7 +4552,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -4072,7 +4561,7 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "runtime.any.System.Threading.Tasks/4.0.11": {
++ "runtime.any.System.Threading.Tasks/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -4081,11 +4570,11 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.Tasks.dll": {}
+ }
+ },
-+ "runtime.native.System/4.0.0": {
++ "runtime.native.System/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -4094,12 +4583,12 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.native.System.IO.Compression/4.1.0": {
++ "runtime.native.System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.win7-x86.runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
@@ -4108,7 +4597,7 @@ index 0000000..3874216
+ "lib/netstandard1.0/_._": {}
+ }
+ },
-+ "runtime.win.System.Diagnostics.Debug/4.0.11": {
++ "runtime.win.System.Diagnostics.Debug/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -4117,22 +4606,24 @@ index 0000000..3874216
+ "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "runtime.win.System.IO.FileSystem/4.0.1": {
++ "runtime.win.System.IO.FileSystem/4.3.0": {
+ "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"
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.FileSystem.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Overlapped": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -4141,10 +4632,10 @@ index 0000000..3874216
+ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {}
+ }
+ },
-+ "runtime.win.System.Runtime.Extensions/4.1.0": {
++ "runtime.win.System.Runtime.Extensions/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Private.Uri": "4.0.1"
++ "System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -4153,13 +4644,13 @@ index 0000000..3874216
+ "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "runtime.win7-x86.runtime.native.System.IO.Compression/4.0.1": {
++ "runtime.win7-x86.runtime.native.System.IO.Compression/4.3.0": {
+ "type": "package",
+ "native": {
+ "runtimes/win7-x86/native/clrcompression.dll": {}
+ }
+ },
-+ "runtime.win7.System.Private.Uri/4.0.1": {
++ "runtime.win7.System.Private.Uri/4.3.0": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard/_._": {}
@@ -4168,29 +4659,45 @@ index 0000000..3874216
+ "runtimes/win/lib/netstandard1.0/System.Private.Uri.dll": {}
+ }
+ },
-+ "System.Collections/4.0.11": {
++ "System.Buffers/4.3.0": {
+ "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"
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Diagnostics.Tracing": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Threading": "4.3.0"
++ },
++ "compile": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ },
++ "runtime": {
++ "lib/netstandard1.1/System.Buffers.dll": {}
++ }
++ },
++ "System.Collections/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Collections": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.dll": {}
+ }
+ },
-+ "System.Collections.Immutable/1.2.0": {
++ "System.Collections.Immutable/1.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Globalization": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
@@ -4199,61 +4706,74 @@ index 0000000..3874216
+ "lib/netstandard1.0/System.Collections.Immutable.dll": {}
+ }
+ },
-+ "System.Diagnostics.Debug/4.0.11": {
++ "System.Diagnostics.Debug/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.win.System.Diagnostics.Debug": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
+ }
+ },
-+ "System.Globalization/4.0.11": {
++ "System.Diagnostics.Tracing/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Diagnostics.Tracing": "4.3.0"
++ },
++ "compile": {
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
++ }
++ },
++ "System.Globalization/4.3.0": {
++ "type": "package",
++ "dependencies": {
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Globalization": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Globalization.dll": {}
+ }
+ },
-+ "System.IO/4.1.0": {
++ "System.IO/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.any.System.IO": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.IO.dll": {}
+ }
+ },
-+ "System.IO.Compression/4.1.0": {
++ "System.IO.Compression/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Buffers": "4.3.0",
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.Handles": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Threading": "4.3.0",
++ "System.Threading.Tasks": "4.3.0",
++ "runtime.native.System": "4.3.0",
++ "runtime.native.System.IO.Compression": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.Compression.dll": {}
@@ -4273,7 +4793,7 @@ index 0000000..3874216
+ "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"
++ "runtime.win.System.IO.FileSystem": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.IO.FileSystem.dll": {}
@@ -4291,14 +4811,14 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
+ }
+ },
-+ "System.Linq/4.1.0": {
++ "System.Linq/4.3.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"
++ "System.Collections": "4.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.6/System.Linq.dll": {}
@@ -4307,63 +4827,63 @@ index 0000000..3874216
+ "lib/netstandard1.6/System.Linq.dll": {}
+ }
+ },
-+ "System.Private.Uri/4.0.1": {
++ "System.Private.Uri/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.win7.System.Private.Uri": "4.0.1"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.win7.System.Private.Uri": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard/_._": {}
+ }
+ },
-+ "System.Reflection/4.1.0": {
++ "System.Reflection/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.IO": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Reflection.dll": {}
+ }
+ },
-+ "System.Reflection.Extensions/4.0.1": {
++ "System.Reflection.Extensions/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
+ }
+ },
-+ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
++ "System.Reflection.Metadata/1.4.1": {
+ "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"
++ "System.Collections": "4.3.0",
++ "System.Collections.Immutable": "1.3.0",
++ "System.Diagnostics.Debug": "4.3.0",
++ "System.IO": "4.3.0",
++ "System.IO.Compression": "4.3.0",
++ "System.Linq": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Reflection.Extensions": "4.3.0",
++ "System.Reflection.Primitives": "4.3.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Extensions": "4.3.0",
++ "System.Runtime.InteropServices": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "System.Text.Encoding.Extensions": "4.3.0",
++ "System.Threading": "4.3.0"
+ },
+ "compile": {
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
@@ -4372,62 +4892,62 @@ index 0000000..3874216
+ "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
+ }
+ },
-+ "System.Reflection.Primitives/4.0.1": {
++ "System.Reflection.Primitives/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Reflection.Primitives": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
+ }
+ },
-+ "System.Resources.ResourceManager/4.0.1": {
++ "System.Resources.ResourceManager/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Globalization": "4.3.0",
++ "System.Reflection": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Resources.ResourceManager": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
+ }
+ },
-+ "System.Runtime/4.1.0": {
++ "System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "Microsoft.NETCore.Platforms": "1.0.1",
-+ "Microsoft.NETCore.Targets": "1.0.1",
-+ "runtime.any.System.Runtime": "4.1.0"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "runtime.any.System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {}
+ }
+ },
-+ "System.Runtime.Extensions/4.1.0": {
++ "System.Runtime.Extensions/4.3.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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.win.System.Runtime.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
+ }
+ },
-+ "System.Runtime.Handles/4.0.1": {
++ "System.Runtime.Handles/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Runtime.Handles": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Runtime.Handles.dll": {}
@@ -4442,42 +4962,42 @@ index 0000000..3874216
+ "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"
++ "runtime.any.System.Runtime.InteropServices": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {}
+ }
+ },
-+ "System.Text.Encoding/4.0.11": {
++ "System.Text.Encoding/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Text.Encoding": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {}
+ }
+ },
-+ "System.Text.Encoding.Extensions/4.0.11": {
++ "System.Text.Encoding.Extensions/4.3.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",
-+ "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "System.Text.Encoding": "4.3.0",
++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
-+ "System.Threading/4.0.11": {
++ "System.Threading/4.3.0": {
+ "type": "package",
+ "dependencies": {
-+ "System.Runtime": "4.1.0",
-+ "System.Threading.Tasks": "4.0.11"
++ "System.Runtime": "4.3.0",
++ "System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.dll": {}
@@ -4486,13 +5006,13 @@ index 0000000..3874216
+ "lib/netstandard1.3/System.Threading.dll": {}
+ }
+ },
-+ "System.Threading.Overlapped/4.0.1": {
++ "System.Threading.Overlapped/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "System.Resources.ResourceManager": "4.3.0",
++ "System.Runtime": "4.3.0",
++ "System.Runtime.Handles": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Overlapped.dll": {}
@@ -4501,13 +5021,13 @@ index 0000000..3874216
+ "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": {}
+ }
+ },
-+ "System.Threading.Tasks/4.0.11": {
++ "System.Threading.Tasks/4.3.0": {
+ "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"
++ "Microsoft.NETCore.Platforms": "1.1.0",
++ "Microsoft.NETCore.Targets": "1.1.0",
++ "System.Runtime": "4.3.0",
++ "runtime.any.System.Threading.Tasks": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Threading.Tasks.dll": {}
@@ -4529,12 +5049,12 @@ index 0000000..3874216
+ "runtime.json"
+ ]
+ },
-+ "Microsoft.NETCore.Targets/1.0.1": {
-+ "sha512": "rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",
++ "Microsoft.NETCore.Targets/1.1.0": {
++ "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
+ "type": "package",
-+ "path": "Microsoft.NETCore.Targets/1.0.1",
++ "path": "Microsoft.NETCore.Targets/1.1.0",
+ "files": [
-+ "Microsoft.NETCore.Targets.1.0.1.nupkg.sha512",
++ "Microsoft.NETCore.Targets.1.1.0.nupkg.sha512",
+ "Microsoft.NETCore.Targets.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -4542,10 +5062,10 @@ index 0000000..3874216
+ "runtime.json"
+ ]
+ },
-+ "runtime.any.System.Collections/4.0.11": {
-+ "sha512": "MTBT/hu37Dm2042H1JjWSaMd8w+oPJ4ZWAbDNeLzC4ZHdqwHloP07KvD6+4VbwipDqY5obfFFy90mZYCaPDh5Q==",
++ "runtime.any.System.Collections/4.3.0": {
++ "sha512": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==",
+ "type": "package",
-+ "path": "runtime.any.System.Collections/4.0.11",
++ "path": "runtime.any.System.Collections/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -4562,15 +5082,40 @@ index 0000000..3874216
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/netstandard/_._",
-+ "runtime.any.System.Collections.4.0.11.nupkg.sha512",
++ "runtime.any.System.Collections.4.3.0.nupkg.sha512",
+ "runtime.any.System.Collections.nuspec",
+ "runtimes/aot/lib/netcore50/_._"
+ ]
+ },
-+ "runtime.any.System.Globalization/4.0.11": {
-+ "sha512": "cjJ3+b83Tpf02AIc5FkGj1vzY68RnsVHiGLrOCc5n7gpNVg1JnZrt1mcY99ykQ/wr3nCdvSP2pYvdxbYsxZdlA==",
++ "runtime.any.System.Diagnostics.Tracing/4.3.0": {
++ "sha512": "1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==",
++ "type": "package",
++ "path": "runtime.any.System.Diagnostics.Tracing/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/netcore50/System.Diagnostics.Tracing.dll",
++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll",
++ "lib/win8/_._",
++ "lib/wp80/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/netstandard/_._",
++ "runtime.any.System.Diagnostics.Tracing.4.3.0.nupkg.sha512",
++ "runtime.any.System.Diagnostics.Tracing.nuspec",
++ "runtimes/aot/lib/netcore50/_._"
++ ]
++ },
++ "runtime.any.System.Globalization/4.3.0": {
++ "sha512": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==",
+ "type": "package",
-+ "path": "runtime.any.System.Globalization/4.0.11",
++ "path": "runtime.any.System.Globalization/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -4587,15 +5132,15 @@ index 0000000..3874216
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/netstandard/_._",
-+ "runtime.any.System.Globalization.4.0.11.nupkg.sha512",
++ "runtime.any.System.Globalization.4.3.0.nupkg.sha512",
+ "runtime.any.System.Globalization.nuspec",
+ "runtimes/aot/lib/netcore50/_._"
+ ]
+ },
-+ "runtime.any.System.IO/4.1.0": {
-+ "sha512": "sC7zKVdhYQEtrREKBJf4zkUwNdi6fsbkzrhJLDIAxIxD+YA5PABAQJps13zxpA1Ke3AgzOA9551JDymAfmRuTg==",
++ "runtime.any.System.IO/4.3.0": {
++ "sha512": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==",
+ "type": "package",
-+ "path": "runtime.any.System.IO/4.1.0",
++ "path": "runtime.any.System.IO/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -4612,15 +5157,15 @@ index 0000000..3874216
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/netstandard/_._",
-+ "runtime.any.System.IO.4.1.0.nupkg.sha512",
++ "runtime.any.System.IO.4.3.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==",
++ "runtime.any.System.Reflection/4.3.0": {
++ "sha512": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==",
+ "type": "package",
-+ "path": "runtime.any.System.Reflection/4.1.0",
++ "path": "runtime.any.System.Reflection/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -4637,15 +5182,15 @@ index 0000000..3874216
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/netstandard/_._",
-+ "runtime.any.System.Reflection.4.1.0.nupkg.sha512",
++ "runtime.any.System.Reflection.4.3.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==",
++ "runtime.any.System.Reflection.Extensions/4.3.0": {
++ "sha512": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==",
+ "type": "package",
-+ "path": "runtime.any.System.Reflection.Extensions/4.0.1",
++ "path": "runtime.any.System.Reflection.Extensions/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -4662,15 +5207,15 @@ index 0000000..3874216
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/netstandard/_._",
-+ "runtime.any.System.Reflection.Extensions.4.0.1.nupkg.sha512",
++ "runtime.any.System.Reflection.Extensions.4.3.0.nupkg.sha512",
+ "runtime.any.System.Reflection.Extensions.nuspec",
+ "runtimes/aot/lib/netcore50/_._"
+ ]
+ },
-+ "runtime.any.System.Reflection.Primitives/4.0.1": {
-+ "sha512": "oKs78h11WDhCGFNpxT26IqL8Oo8OBzr6YOW0WG+R14FGaB/WDM5UHiK/jr6dipdnO8Wxlg/U48ka6uaPM6l53w==",
++ "runtime.any.System.Reflection.Primitives/4.3.0": {
++ "sha512": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==",
+ "type": "package",
-+ "path": "runtime.any.System.Reflection.Primitives/4.0.1",
++ "path": "runtime.any.System.Reflection.Primitives/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -4687,15 +5232,15 @@ index 0000000..3874216
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/netstandard/_._",
-+ "runtime.any.System.Reflection.Primitives.4.0.1.nupkg.sha512",
++ "runtime.any.System.Reflection.Primitives.4.3.0.nupkg.sha512",
+ "runtime.any.System.Reflection.Primitives.nuspec",
+ "runtimes/aot/lib/netcore50/_._"
+ ]
+ },
-+ "runtime.any.System.Resources.ResourceManager/4.0.1": {
-+ "sha512": "hes7WFTOERydB/hLGmLj66NbK7I2AnjLHEeTpf7EmPZOIrRWeuC1dPoFYC9XRVIVzfCcOZI7oXM7KXe4vakt9Q==",
++ "runtime.any.System.Resources.ResourceManager/4.3.0": {
++ "sha512": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==",
+ "type": "package",
-+ "path": "runtime.any.System.Resources.ResourceManager/4.0.1",
++ "path": "runtime.any.System.Resources.ResourceManager/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -4712,15 +5257,15 @@ index 0000000..3874216
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/netstandard/_._",
-+ "runtime.any.System.Resources.ResourceManager.4.0.1.nupkg.sha512",
++ "runtime.any.System.Resources.ResourceManager.4.3.0.nupkg.sha512",
+ "runtime.any.System.Resources.ResourceManager.nuspec",
+ "runtimes/aot/lib/netcore50/_._"
+ ]
+ },
-+ "runtime.any.System.Runtime/4.1.0": {
-+ "sha512": "0QVLwEGXROl0Trt2XosEjly9uqXcjHKStoZyZG9twJYFZJqq2JJXcBMXl/fnyQAgYEEODV8lUsU+t7NCCY0nUQ==",
++ "runtime.any.System.Runtime/4.3.0": {
++ "sha512": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==",
+ "type": "package",
-+ "path": "runtime.any.System.Runtime/4.1.0",
++ "path": "runtime.any.System.Runtime/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -4737,15 +5282,15 @@ index 0000000..3874216
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/netstandard/_._",
-+ "runtime.any.System.Runtime.4.1.0.nupkg.sha512",
++ "runtime.any.System.Runtime.4.3.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==",
++ "runtime.any.System.Runtime.Handles/4.3.0": {
++ "sha512": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==",
+ "type": "package",
-+ "path": "runtime.any.System.Runtime.Handles/4.0.1",
++ "path": "runtime.any.System.Runtime.Handles/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -4758,15 +5303,15 @@ index 0000000..3874216
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/netstandard/_._",
-+ "runtime.any.System.Runtime.Handles.4.0.1.nupkg.sha512",
++ "runtime.any.System.Runtime.Handles.4.3.0.nupkg.sha512",
+ "runtime.any.System.Runtime.Handles.nuspec",
+ "runtimes/aot/lib/netcore50/_._"
+ ]
+ },
-+ "runtime.any.System.Runtime.InteropServices/4.1.0": {
-+ "sha512": "gmibdZ9x/eB6hf5le33DWLCQbhcIUD2vqoc0tBgqSUWlB8YjEzVJXyTPDO+ypKLlL90Kv3ZDrK7yPCNqcyhqCA==",
++ "runtime.any.System.Runtime.InteropServices/4.3.0": {
++ "sha512": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==",
+ "type": "package",
-+ "path": "runtime.any.System.Runtime.InteropServices/4.1.0",
++ "path": "runtime.any.System.Runtime.InteropServices/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -4775,6 +5320,7 @@ index 0000000..3874216
+ "lib/net45/_._",
+ "lib/netcore50/System.Runtime.InteropServices.dll",
+ "lib/netstandard1.5/System.Runtime.InteropServices.dll",
++ "lib/netstandard1.6/System.Runtime.InteropServices.dll",
+ "lib/win8/_._",
+ "lib/wpa81/_._",
+ "lib/xamarinios10/_._",
@@ -4782,15 +5328,15 @@ index 0000000..3874216
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/netstandard/_._",
-+ "runtime.any.System.Runtime.InteropServices.4.1.0.nupkg.sha512",
++ "runtime.any.System.Runtime.InteropServices.4.3.0.nupkg.sha512",
+ "runtime.any.System.Runtime.InteropServices.nuspec",
+ "runtimes/aot/lib/netcore50/_._"
+ ]
+ },
-+ "runtime.any.System.Text.Encoding/4.0.11": {
-+ "sha512": "uweRMRDD4O8Iy8m4h1cJvoFIHNCzHMpipuxkRNAMML6EMzAhDCQTjgvRwki7PlUg8RGY1ctXnBZjT1rXvMZuRw==",
++ "runtime.any.System.Text.Encoding/4.3.0": {
++ "sha512": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==",
+ "type": "package",
-+ "path": "runtime.any.System.Text.Encoding/4.0.11",
++ "path": "runtime.any.System.Text.Encoding/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -4806,15 +5352,15 @@ index 0000000..3874216
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/netstandard/_._",
-+ "runtime.any.System.Text.Encoding.4.0.11.nupkg.sha512",
++ "runtime.any.System.Text.Encoding.4.3.0.nupkg.sha512",
+ "runtime.any.System.Text.Encoding.nuspec",
+ "runtimes/aot/lib/netcore50/_._"
+ ]
+ },
-+ "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
-+ "sha512": "3n6qbf59NMgA7F9S+q9gmqFV7T/CtAZw2pa6aprfdZxUinR2mDvVchsgthoacpQvAQu6e3ok8WWeypSu/yjXrA==",
++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
++ "sha512": "NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==",
+ "type": "package",
-+ "path": "runtime.any.System.Text.Encoding.Extensions/4.0.11",
++ "path": "runtime.any.System.Text.Encoding.Extensions/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -4830,15 +5376,15 @@ index 0000000..3874216
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/netstandard/_._",
-+ "runtime.any.System.Text.Encoding.Extensions.4.0.11.nupkg.sha512",
++ "runtime.any.System.Text.Encoding.Extensions.4.3.0.nupkg.sha512",
+ "runtime.any.System.Text.Encoding.Extensions.nuspec",
+ "runtimes/aot/lib/netcore50/_._"
+ ]
+ },
-+ "runtime.any.System.Threading.Tasks/4.0.11": {
-+ "sha512": "CEvWO0IwtdCAsmCb9aAl59psy0hzx+whYh4DzbjNb0GsQmxw/G7bZEcrBtE8c9QupNVbu87c2xaMi6p4r1bpjA==",
++ "runtime.any.System.Threading.Tasks/4.3.0": {
++ "sha512": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==",
+ "type": "package",
-+ "path": "runtime.any.System.Threading.Tasks/4.0.11",
++ "path": "runtime.any.System.Threading.Tasks/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -4855,256 +5401,328 @@ index 0000000..3874216
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/netstandard/_._",
-+ "runtime.any.System.Threading.Tasks.4.0.11.nupkg.sha512",
++ "runtime.any.System.Threading.Tasks.4.3.0.nupkg.sha512",
+ "runtime.any.System.Threading.Tasks.nuspec",
+ "runtimes/aot/lib/netcore50/_._"
+ ]
+ },
-+ "runtime.debian.8-x64.runtime.native.System/1.0.1": {
-+ "sha512": "8jA4c/raoXC5aeDm9N5fTOMCwpCfY5zQu9vRnKrXmwfwPeQ9OJDI1Wp8SC1HmicanCI88kKZXd3jJFdPs+YArw==",
++ "runtime.debian.8-x64.runtime.native.System/4.3.0": {
++ "sha512": "DM8DCReQA9aFlr/JeB6hySp9uN/kRG019Z+0anR2F+PMQ+3OzXMR4hE6cVNob99JeVlGvY/Io6FBqx7JtjDt8Q==",
+ "type": "package",
-+ "path": "runtime.debian.8-x64.runtime.native.System/1.0.1",
++ "path": "runtime.debian.8-x64.runtime.native.System/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
-+ "runtime.debian.8-x64.runtime.native.System.1.0.1.nupkg.sha512",
++ "runtime.debian.8-x64.runtime.native.System.4.3.0.nupkg.sha512",
+ "runtime.debian.8-x64.runtime.native.System.nuspec",
+ "runtimes/debian.8-x64/native/System.Native.a",
+ "runtimes/debian.8-x64/native/System.Native.so"
+ ]
+ },
-+ "runtime.debian.8-x64.runtime.native.System.IO.Compression/1.0.1": {
-+ "sha512": "NDdY1DA9feOOeje9eTyD8PojdvHJ5eaEfbVS+iU4RH5eKvWRPcHYfUJ4+m9R79igHf1I2//rsIh6rPHUQceZHw==",
++ "runtime.debian.8-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "sha512": "dPU3OsTYGifNnfdr8G7wET59I53Jmk1qKeUJZszrWbv/ZlpkqSIkU1nuSpfmcBP0O31fAcnqDMK2wvnH8lYCbw==",
+ "type": "package",
-+ "path": "runtime.debian.8-x64.runtime.native.System.IO.Compression/1.0.1",
++ "path": "runtime.debian.8-x64.runtime.native.System.IO.Compression/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
-+ "runtime.debian.8-x64.runtime.native.System.IO.Compression.1.0.1.nupkg.sha512",
++ "runtime.debian.8-x64.runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
+ "runtime.debian.8-x64.runtime.native.System.IO.Compression.nuspec",
+ "runtimes/debian.8-x64/native/System.IO.Compression.Native.so"
+ ]
+ },
-+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography/1.0.1": {
-+ "sha512": "od2d9GBAtPqquyNn4wauzRlwQ+QOhcR9ijd34vdH84dm5qDtc/LBGTRSvzoxEhgFmUkJQZaP6qN7gWk9o5CZYQ==",
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
++ "type": "package",
++ "path": "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
+ "type": "package",
-+ "path": "runtime.debian.8-x64.runtime.native.System.Security.Cryptography/1.0.1",
++ "path": "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
-+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.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.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
+ ]
+ },
-+ "runtime.native.System/4.0.0": {
-+ "sha512": "QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
+ "type": "package",
-+ "path": "runtime.native.System/4.0.0",
++ "path": "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.native.System/4.3.0": {
++ "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
++ "type": "package",
++ "path": "runtime.native.System/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/netstandard1.0/_._",
-+ "runtime.native.System.4.0.0.nupkg.sha512",
++ "runtime.native.System.4.3.0.nupkg.sha512",
+ "runtime.native.System.nuspec"
+ ]
+ },
-+ "runtime.native.System.IO.Compression/4.1.0": {
-+ "sha512": "Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==",
++ "runtime.native.System.IO.Compression/4.3.0": {
++ "sha512": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
+ "type": "package",
-+ "path": "runtime.native.System.IO.Compression/4.1.0",
++ "path": "runtime.native.System.IO.Compression/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/netstandard1.0/_._",
-+ "runtime.native.System.IO.Compression.4.1.0.nupkg.sha512",
++ "runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
+ "runtime.native.System.IO.Compression.nuspec"
+ ]
+ },
-+ "runtime.native.System.Security.Cryptography/4.0.0": {
-+ "sha512": "2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==",
++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
+ "type": "package",
-+ "path": "runtime.native.System.Security.Cryptography/4.0.0",
++ "path": "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/netstandard1.0/_._",
-+ "runtime.native.System.Security.Cryptography.4.0.0.nupkg.sha512",
-+ "runtime.native.System.Security.Cryptography.nuspec"
++ "runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.native.System.Security.Cryptography.OpenSsl.nuspec"
+ ]
+ },
-+ "runtime.osx.10.10-x64.runtime.native.System/1.0.1": {
-+ "sha512": "8HTIxJfs2nHQHTc4KLrTXCbR9illzE4MjEA9nQryvFZl+WIggCClPPkO646MyeBK2PhyNq5fm7EN8ZZNyXuTjg==",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
+ "type": "package",
-+ "path": "runtime.osx.10.10-x64.runtime.native.System/1.0.1",
++ "path": "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
-+ "runtime.osx.10.10-x64.runtime.native.System.1.0.1.nupkg.sha512",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
++ "type": "package",
++ "path": "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.osx.10.10-x64.runtime.native.System/4.3.0": {
++ "sha512": "B6nUg4O4/e73fJJ0HQX3IWFYvMVZ0KOuXMtAn6A39l55576Zq1VrWAiGSOS0Pc2OwGz3hlgyjzzawbmlvmPMwg==",
++ "type": "package",
++ "path": "runtime.osx.10.10-x64.runtime.native.System/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.osx.10.10-x64.runtime.native.System.4.3.0.nupkg.sha512",
+ "runtime.osx.10.10-x64.runtime.native.System.nuspec",
+ "runtimes/osx.10.10-x64/native/System.Native.a",
+ "runtimes/osx.10.10-x64/native/System.Native.dylib"
+ ]
+ },
-+ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression/1.0.1": {
-+ "sha512": "q1cK47wFzHFzMUrfSuBpAgkOL+YaV57A/uLbM1XIc0HQAEtCLZMdIyIlyLnFL04Qn7spVWcNksJIKuyOfObEng==",
++ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "sha512": "aTYfREBR0YXLZ9Gmdd5o2bQ7NprKIITy7+z39f8AiUg8J8YbPLsk7/ZdY6ozD6r0IAiyvrwTFNSZp+COo7j3Rw==",
+ "type": "package",
-+ "path": "runtime.osx.10.10-x64.runtime.native.System.IO.Compression/1.0.1",
++ "path": "runtime.osx.10.10-x64.runtime.native.System.IO.Compression/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
-+ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression.1.0.1.nupkg.sha512",
++ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
+ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression.nuspec",
+ "runtimes/osx.10.10-x64/native/System.IO.Compression.Native.dylib"
+ ]
+ },
-+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography/1.0.1": {
-+ "sha512": "lmQUKSYs2CASw2ZDYNEoKjBUyS+r30ZzalhuiKewVVVGU8NBWp2EKg5HuMhFys6gdFnA8b7XIsixRdZGkP466Q==",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
+ "type": "package",
-+ "path": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography/1.0.1",
++ "path": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
-+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.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.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib"
+ ]
+ },
-+ "runtime.rhel.7-x64.runtime.native.System/1.0.1": {
-+ "sha512": "JRSCN3EAsYlYm4jRn16MmkLOxcNXbYNB/AulxiSFQN7R7OY6Q9nFUyyeKCxFe1OmuVr0mJ5Tiz58eGborgKWKA==",
++ "runtime.rhel.7-x64.runtime.native.System/4.3.0": {
++ "sha512": "FgYyVbr9KS9223IxpMTiFnjCN27sehWdnebTngl32eMX6qL6qaCrCjnBeoytG0oAGcNgBlz/CJw75dHVCGv3SQ==",
+ "type": "package",
-+ "path": "runtime.rhel.7-x64.runtime.native.System/1.0.1",
++ "path": "runtime.rhel.7-x64.runtime.native.System/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
-+ "runtime.rhel.7-x64.runtime.native.System.1.0.1.nupkg.sha512",
++ "runtime.rhel.7-x64.runtime.native.System.4.3.0.nupkg.sha512",
+ "runtime.rhel.7-x64.runtime.native.System.nuspec",
+ "runtimes/rhel.7-x64/native/System.Native.a",
+ "runtimes/rhel.7-x64/native/System.Native.so"
+ ]
+ },
-+ "runtime.rhel.7-x64.runtime.native.System.IO.Compression/1.0.1": {
-+ "sha512": "mgwS56RkQSyF3ylDaBkt58t40aT+eQxU4aBBqaANljL8bH+MPEP6PzpaAcGSjELjcFbGu/p6VAu4wMem/4Rl5w==",
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "sha512": "I1CSIJ9ZWrkegeTfOYvV/+pBolwy5wLipuPzlc223urJmrtifIWTZObbcupQWI2slIrtXkVUaUYVgZhq+HLQyQ==",
+ "type": "package",
-+ "path": "runtime.rhel.7-x64.runtime.native.System.IO.Compression/1.0.1",
++ "path": "runtime.rhel.7-x64.runtime.native.System.IO.Compression/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
-+ "runtime.rhel.7-x64.runtime.native.System.IO.Compression.1.0.1.nupkg.sha512",
++ "runtime.rhel.7-x64.runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
+ "runtime.rhel.7-x64.runtime.native.System.IO.Compression.nuspec",
+ "runtimes/rhel.7-x64/native/System.IO.Compression.Native.so"
+ ]
+ },
-+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography/1.0.1": {
-+ "sha512": "gvowpzqCOR/g8+4k9SF/8wG+u6fNIve5eJz3jnQr4VxE4FOxzice+UMtjX3sRYgw7F4w7SB79NDLjczJZOkaWA==",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
+ "type": "package",
-+ "path": "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography/1.0.1",
++ "path": "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
-+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.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.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
+ ]
+ },
-+ "runtime.ubuntu.14.04-x64.runtime.native.System/1.0.1": {
-+ "sha512": "Z7wS5B/4iAznHIyw+IQ7vVZaHfAxw2Cb94pH7q6YeDGtVB2/ZJd0SD82vyJTyN8QOyotJKw2VNwC6jbskVke5Q==",
++ "runtime.ubuntu.14.04-x64.runtime.native.System/4.3.0": {
++ "sha512": "5VGclG/uSCxMCWNLSAU2kliuHP2pv69XOwraRK9AXzVeJlQxNnCk43okuBxuw4bEXu9DFPXT7J1yiw1pJaEFDA==",
+ "type": "package",
-+ "path": "runtime.ubuntu.14.04-x64.runtime.native.System/1.0.1",
++ "path": "runtime.ubuntu.14.04-x64.runtime.native.System/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
-+ "runtime.ubuntu.14.04-x64.runtime.native.System.1.0.1.nupkg.sha512",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.4.3.0.nupkg.sha512",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.nuspec",
+ "runtimes/ubuntu.14.04-x64/native/System.Native.a",
+ "runtimes/ubuntu.14.04-x64/native/System.Native.so"
+ ]
+ },
-+ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression/1.0.1": {
-+ "sha512": "vOIO+t4REjRgzrbz0tYxzs+k0Dh7hOdTK3hoJ5oVxUH9mXXd38TkVRonGfOkveeLWZ+Et/VMiV6SFAgbVpN0/Q==",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "sha512": "wq6h8XVTmQShEd9Um+++ngnf1vaGefNVY693WQLEhmJ3RfeDPh7sRBcX/YrbKA5k/eZORgWEcjDJZBhd7Vb3jQ==",
+ "type": "package",
-+ "path": "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression/1.0.1",
++ "path": "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
-+ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression.1.0.1.nupkg.sha512",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression.nuspec",
+ "runtimes/ubuntu.14.04-x64/native/System.IO.Compression.Native.so"
+ ]
+ },
-+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography/1.0.1": {
-+ "sha512": "4zHsNaTtFixPNi6YHFYuGIOWSzYt77HoehRe1N+sByrF6bxIc/Ad9rdA6NYOG7JbMgzZ7fb04xJWQ2wswhCIDg==",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
++ "type": "package",
++ "path": "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
++ "type": "package",
++ "path": "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
++ "files": [
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
++ ]
++ },
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
++ "sha512": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
+ "type": "package",
-+ "path": "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography/1.0.1",
++ "path": "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
-+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.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.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
++ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
+ ]
+ },
-+ "runtime.unix.System.Diagnostics.Debug/4.0.11": {
-+ "sha512": "dGIYWbyqSlMlZrsqtU/TdvVNp8lieqowdGBVMi6nFTIiCqrL+RbdiJORguexXNjHtFZR30eE6zPWGxuL60NYFw==",
++ "runtime.unix.System.Diagnostics.Debug/4.3.0": {
++ "sha512": "WV8KLRHWVUVUDduFnvGMHt0FsEt2wK6xPl1EgDKlaMx2KnZ43A/O0GzP8wIuvAC7mq4T9V1mm90r+PXkL9FPdQ==",
+ "type": "package",
-+ "path": "runtime.unix.System.Diagnostics.Debug/4.0.11",
++ "path": "runtime.unix.System.Diagnostics.Debug/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "ref/netstandard/_._",
-+ "runtime.unix.System.Diagnostics.Debug.4.0.11.nupkg.sha512",
++ "runtime.unix.System.Diagnostics.Debug.4.3.0.nupkg.sha512",
+ "runtime.unix.System.Diagnostics.Debug.nuspec",
+ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll"
+ ]
+ },
-+ "runtime.unix.System.IO.FileSystem/4.0.1": {
-+ "sha512": "7dft+dHYKOXOAnXExVE6OGmifNnSDCrJymApD0l6t2bZUdpai66La9dNqT2eqPhiQXVR3eV61gzkfaIEsuK0pA==",
++ "runtime.unix.System.IO.FileSystem/4.3.0": {
++ "sha512": "ajmTcjrqc3vgV1TH54DRioshbEniaFbOAJ0kReGuNsp9uIcqYle0RmUo6+Qlwqe3JIs4TDxgnqs3UzX3gRJ1rA==",
+ "type": "package",
-+ "path": "runtime.unix.System.IO.FileSystem/4.0.1",
++ "path": "runtime.unix.System.IO.FileSystem/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "ref/netstandard/_._",
-+ "runtime.unix.System.IO.FileSystem.4.0.1.nupkg.sha512",
++ "runtime.unix.System.IO.FileSystem.4.3.0.nupkg.sha512",
+ "runtime.unix.System.IO.FileSystem.nuspec",
+ "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll"
+ ]
+ },
-+ "runtime.unix.System.Private.Uri/4.0.1": {
-+ "sha512": "m+7TLWWw4cA44vGxcKpMdV2Lgx6HWOe5rUb5RIADE04S6fJNEwXO6u+KY7oWFJQYn5644NyhSxB9oV28fF94NQ==",
++ "runtime.unix.System.Private.Uri/4.3.0": {
++ "sha512": "ooWzobr5RAq34r9uan1r/WPXJYG1XWy9KanrxNvEnBzbFdQbMG7Y3bVi4QxR7xZMNLOxLLTAyXvnSkfj5boZSg==",
+ "type": "package",
-+ "path": "runtime.unix.System.Private.Uri/4.0.1",
++ "path": "runtime.unix.System.Private.Uri/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "ref/netstandard/_._",
-+ "runtime.unix.System.Private.Uri.4.0.1.nupkg.sha512",
++ "runtime.unix.System.Private.Uri.4.3.0.nupkg.sha512",
+ "runtime.unix.System.Private.Uri.nuspec",
+ "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll"
+ ]
+ },
-+ "runtime.unix.System.Runtime.Extensions/4.1.0": {
-+ "sha512": "ouVt2t9k22LcC9HeNX4mu3Ebvp1h+IPKaYiU3tDtOW9YcMR62XQyHsPq5BjBjMHuxjBRL5Hz+BwhSdrY6HjacA==",
++ "runtime.unix.System.Runtime.Extensions/4.3.0": {
++ "sha512": "zQiTBVpiLftTQZW8GFsV0gjYikB1WMkEPIxF5O6RkUrSV/OgvRRTYgeFQha/0keBpuS0HYweraGRwhfhJ7dj7w==",
+ "type": "package",
-+ "path": "runtime.unix.System.Runtime.Extensions/4.1.0",
++ "path": "runtime.unix.System.Runtime.Extensions/4.3.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.4.3.0.nupkg.sha512",
+ "runtime.unix.System.Runtime.Extensions.nuspec",
+ "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll"
+ ]
+ },
-+ "runtime.win.System.Diagnostics.Debug/4.0.11": {
-+ "sha512": "q8Fm954ezFLfmG0tHNUmsNy+qaEjWtWqYhWh3cGSVjtJwkcBsfigWCh+fdaIVZ9K7m+6lgb3ElL2BBU6G+RijA==",
++ "runtime.win.System.Diagnostics.Debug/4.3.0": {
++ "sha512": "hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==",
+ "type": "package",
-+ "path": "runtime.win.System.Diagnostics.Debug/4.0.11",
++ "path": "runtime.win.System.Diagnostics.Debug/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "ref/netstandard/_._",
-+ "runtime.win.System.Diagnostics.Debug.4.0.11.nupkg.sha512",
++ "runtime.win.System.Diagnostics.Debug.4.3.0.nupkg.sha512",
+ "runtime.win.System.Diagnostics.Debug.nuspec",
+ "runtimes/aot/lib/netcore50/System.Diagnostics.Debug.dll",
+ "runtimes/win/lib/net45/_._",
@@ -5115,15 +5733,15 @@ index 0000000..3874216
+ "runtimes/win/lib/wpa81/_._"
+ ]
+ },
-+ "runtime.win.System.IO.FileSystem/4.0.1": {
-+ "sha512": "4FG9RK8J5CsUpXjkiZWS07aJu+H+vTIeQkFKXyjwibfBedUM168SCEaqV3Bjkbv4b3pUuf5Gy1RaqX/HnmKlZw==",
++ "runtime.win.System.IO.FileSystem/4.3.0": {
++ "sha512": "Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==",
+ "type": "package",
-+ "path": "runtime.win.System.IO.FileSystem/4.0.1",
++ "path": "runtime.win.System.IO.FileSystem/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "ref/netstandard/_._",
-+ "runtime.win.System.IO.FileSystem.4.0.1.nupkg.sha512",
++ "runtime.win.System.IO.FileSystem.4.3.0.nupkg.sha512",
+ "runtime.win.System.IO.FileSystem.nuspec",
+ "runtimes/win/lib/net/_._",
+ "runtimes/win/lib/netcore50/System.IO.FileSystem.dll",
@@ -5133,15 +5751,15 @@ index 0000000..3874216
+ "runtimes/win/lib/wpa81/_._"
+ ]
+ },
-+ "runtime.win.System.Runtime.Extensions/4.1.0": {
-+ "sha512": "U3F/M+djxVXuKJaoW2AGpAE2ZWAp372140jsX4d/ctqki+Qb61HuyQY4yUPSA/gdKGbbq6HXzZ6oxB6/G3MYPA==",
++ "runtime.win.System.Runtime.Extensions/4.3.0": {
++ "sha512": "RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==",
+ "type": "package",
-+ "path": "runtime.win.System.Runtime.Extensions/4.1.0",
++ "path": "runtime.win.System.Runtime.Extensions/4.3.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.4.3.0.nupkg.sha512",
+ "runtime.win.System.Runtime.Extensions.nuspec",
+ "runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll",
+ "runtimes/win/lib/net/_._",
@@ -5149,50 +5767,64 @@ index 0000000..3874216
+ "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==",
++ "runtime.win7-x64.runtime.native.System.IO.Compression/4.3.0": {
++ "sha512": "UamDlgSO/nIzc96M+g3wbvAGbAuXjvRYR5Ttm/FVJgt2iva8ouOqSJ0j6eGI7pZDLvD/ZISl9XRZOajE/Xvizg==",
+ "type": "package",
-+ "path": "runtime.win7-x64.runtime.native.System.IO.Compression/4.0.1",
++ "path": "runtime.win7-x64.runtime.native.System.IO.Compression/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
-+ "runtime.win7-x64.runtime.native.System.IO.Compression.4.0.1.nupkg.sha512",
++ "runtime.win7-x64.runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
+ "runtime.win7-x64.runtime.native.System.IO.Compression.nuspec",
+ "runtimes/win7-x64/native/clrcompression.dll"
+ ]
+ },
-+ "runtime.win7-x86.runtime.native.System.IO.Compression/4.0.1": {
-+ "sha512": "3jgpS2GhE76QqeoTxCakx6jlX7EIeXvxHnFFDa03Jf++s9+EGnRD38R6GDb1ism73xo6IHe0iev7zd5y+oD3BA==",
++ "runtime.win7-x86.runtime.native.System.IO.Compression/4.3.0": {
++ "sha512": "99pM1ZhX7dPNnr/dOxuAxnVl/2XNWRh1WAUfesV3ZKwbR6mnEzpfbz2GX69zrpGvKbEytsjMKCD+auvvH6f7kA==",
+ "type": "package",
-+ "path": "runtime.win7-x86.runtime.native.System.IO.Compression/4.0.1",
++ "path": "runtime.win7-x86.runtime.native.System.IO.Compression/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
-+ "runtime.win7-x86.runtime.native.System.IO.Compression.4.0.1.nupkg.sha512",
++ "runtime.win7-x86.runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
+ "runtime.win7-x86.runtime.native.System.IO.Compression.nuspec",
+ "runtimes/win7-x86/native/clrcompression.dll"
+ ]
+ },
-+ "runtime.win7.System.Private.Uri/4.0.1": {
-+ "sha512": "LPOuwNel9nJ+G751J/yb64zkodFzVUwYYukQ8vysjiHRBrnvsZOhIxvqKhG6od1szrBNkl8pw8VGvvcfQ/2VOA==",
++ "runtime.win7.System.Private.Uri/4.3.0": {
++ "sha512": "Q+IBgaPYicSQs2tBlmXqbS25c/JLIthWrgrpMwxKSOobW/OqIMVFruUGfuaz4QABVzV8iKdCAbN7APY7Tclbnw==",
+ "type": "package",
-+ "path": "runtime.win7.System.Private.Uri/4.0.1",
++ "path": "runtime.win7.System.Private.Uri/4.3.0",
+ "files": [
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "ref/netstandard/_._",
-+ "runtime.win7.System.Private.Uri.4.0.1.nupkg.sha512",
++ "runtime.win7.System.Private.Uri.4.3.0.nupkg.sha512",
+ "runtime.win7.System.Private.Uri.nuspec",
+ "runtimes/aot/lib/netcore50/System.Private.Uri.dll",
++ "runtimes/win/lib/netcore50/System.Private.Uri.dll",
+ "runtimes/win/lib/netstandard1.0/System.Private.Uri.dll"
+ ]
+ },
-+ "System.Collections/4.0.11": {
-+ "sha512": "YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
++ "System.Buffers/4.3.0": {
++ "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
++ "type": "package",
++ "path": "System.Buffers/4.3.0",
++ "files": [
++ "System.Buffers.4.3.0.nupkg.sha512",
++ "System.Buffers.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/netstandard1.1/.xml",
++ "lib/netstandard1.1/System.Buffers.dll"
++ ]
++ },
++ "System.Collections/4.3.0": {
++ "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
+ "type": "package",
-+ "path": "System.Collections/4.0.11",
++ "path": "System.Collections/4.3.0",
+ "files": [
-+ "System.Collections.4.0.11.nupkg.sha512",
++ "System.Collections.4.3.0.nupkg.sha512",
+ "System.Collections.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -5253,12 +5885,12 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.Collections.Immutable/1.2.0": {
-+ "sha512": "Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==",
++ "System.Collections.Immutable/1.3.0": {
++ "sha512": "zukBRPUuNxwy9m4TGWLxKAnoiMc9+B+8VXeXVyPiBPvOd7yLgAlZ1DlsRWJjMx4VsvhhF2+6q6kO2GRbPja6hA==",
+ "type": "package",
-+ "path": "System.Collections.Immutable/1.2.0",
++ "path": "System.Collections.Immutable/1.3.0",
+ "files": [
-+ "System.Collections.Immutable.1.2.0.nupkg.sha512",
++ "System.Collections.Immutable.1.3.0.nupkg.sha512",
+ "System.Collections.Immutable.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -5268,12 +5900,12 @@ index 0000000..3874216
+ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml"
+ ]
+ },
-+ "System.Diagnostics.Debug/4.0.11": {
-+ "sha512": "w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
++ "System.Diagnostics.Debug/4.3.0": {
++ "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
+ "type": "package",
-+ "path": "System.Diagnostics.Debug/4.0.11",
++ "path": "System.Diagnostics.Debug/4.3.0",
+ "files": [
-+ "System.Diagnostics.Debug.4.0.11.nupkg.sha512",
++ "System.Diagnostics.Debug.4.3.0.nupkg.sha512",
+ "System.Diagnostics.Debug.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -5334,12 +5966,100 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.Globalization/4.0.11": {
-+ "sha512": "B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
++ "System.Diagnostics.Tracing/4.3.0": {
++ "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
+ "type": "package",
-+ "path": "System.Globalization/4.0.11",
++ "path": "System.Diagnostics.Tracing/4.3.0",
+ "files": [
-+ "System.Globalization.4.0.11.nupkg.sha512",
++ "System.Diagnostics.Tracing.4.3.0.nupkg.sha512",
++ "System.Diagnostics.Tracing.nuspec",
++ "ThirdPartyNotices.txt",
++ "dotnet_library_license.txt",
++ "lib/MonoAndroid10/_._",
++ "lib/MonoTouch10/_._",
++ "lib/net45/_._",
++ "lib/net462/System.Diagnostics.Tracing.dll",
++ "lib/portable-net45+win8+wpa81/_._",
++ "lib/win8/_._",
++ "lib/wpa81/_._",
++ "lib/xamarinios10/_._",
++ "lib/xamarinmac20/_._",
++ "lib/xamarintvos10/_._",
++ "lib/xamarinwatchos10/_._",
++ "ref/MonoAndroid10/_._",
++ "ref/MonoTouch10/_._",
++ "ref/net45/_._",
++ "ref/net462/System.Diagnostics.Tracing.dll",
++ "ref/netcore50/System.Diagnostics.Tracing.dll",
++ "ref/netcore50/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/de/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/es/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/fr/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/it/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/ja/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/ko/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/ru/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml",
++ "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/System.Diagnostics.Tracing.dll",
++ "ref/netstandard1.1/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/System.Diagnostics.Tracing.dll",
++ "ref/netstandard1.2/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/System.Diagnostics.Tracing.dll",
++ "ref/netstandard1.3/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll",
++ "ref/netstandard1.5/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml",
++ "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml",
++ "ref/portable-net45+win8+wpa81/_._",
++ "ref/win8/_._",
++ "ref/wpa81/_._",
++ "ref/xamarinios10/_._",
++ "ref/xamarinmac20/_._",
++ "ref/xamarintvos10/_._",
++ "ref/xamarinwatchos10/_._"
++ ]
++ },
++ "System.Globalization/4.3.0": {
++ "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
++ "type": "package",
++ "path": "System.Globalization/4.3.0",
++ "files": [
++ "System.Globalization.4.3.0.nupkg.sha512",
+ "System.Globalization.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -5400,12 +6120,12 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.IO/4.1.0": {
-+ "sha512": "3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
++ "System.IO/4.3.0": {
++ "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
+ "type": "package",
-+ "path": "System.IO/4.1.0",
++ "path": "System.IO/4.3.0",
+ "files": [
-+ "System.IO.4.1.0.nupkg.sha512",
++ "System.IO.4.3.0.nupkg.sha512",
+ "System.IO.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -5479,12 +6199,12 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.IO.Compression/4.1.0": {
-+ "sha512": "TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==",
++ "System.IO.Compression/4.3.0": {
++ "sha512": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
+ "type": "package",
-+ "path": "System.IO.Compression/4.1.0",
++ "path": "System.IO.Compression/4.3.0",
+ "files": [
-+ "System.IO.Compression.4.1.0.nupkg.sha512",
++ "System.IO.Compression.4.3.0.nupkg.sha512",
+ "System.IO.Compression.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -5621,12 +6341,12 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.Linq/4.1.0": {
-+ "sha512": "bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
++ "System.Linq/4.3.0": {
++ "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
+ "type": "package",
-+ "path": "System.Linq/4.1.0",
++ "path": "System.Linq/4.3.0",
+ "files": [
-+ "System.Linq.4.1.0.nupkg.sha512",
++ "System.Linq.4.3.0.nupkg.sha512",
+ "System.Linq.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -5691,24 +6411,24 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.Private.Uri/4.0.1": {
-+ "sha512": "OltceAn9yyNf9LZIqvf80DhdRH55iVu1fxowdR79018w1CWIRNojUZBStsiRHvADeKI5pXcM9EftOFikBQh5AA==",
++ "System.Private.Uri/4.3.0": {
++ "sha512": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==",
+ "type": "package",
-+ "path": "System.Private.Uri/4.0.1",
++ "path": "System.Private.Uri/4.3.0",
+ "files": [
-+ "System.Private.Uri.4.0.1.nupkg.sha512",
++ "System.Private.Uri.4.3.0.nupkg.sha512",
+ "System.Private.Uri.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "ref/netstandard/_._"
+ ]
+ },
-+ "System.Reflection/4.1.0": {
-+ "sha512": "JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
++ "System.Reflection/4.3.0": {
++ "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
+ "type": "package",
-+ "path": "System.Reflection/4.1.0",
++ "path": "System.Reflection/4.3.0",
+ "files": [
-+ "System.Reflection.4.1.0.nupkg.sha512",
++ "System.Reflection.4.3.0.nupkg.sha512",
+ "System.Reflection.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -5782,12 +6502,12 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.Reflection.Extensions/4.0.1": {
-+ "sha512": "GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
++ "System.Reflection.Extensions/4.3.0": {
++ "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
+ "type": "package",
-+ "path": "System.Reflection.Extensions/4.0.1",
++ "path": "System.Reflection.Extensions/4.3.0",
+ "files": [
-+ "System.Reflection.Extensions.4.0.1.nupkg.sha512",
++ "System.Reflection.Extensions.4.3.0.nupkg.sha512",
+ "System.Reflection.Extensions.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -5837,12 +6557,12 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.Reflection.Metadata/1.4.1-beta-24417-02": {
-+ "sha512": "4+jdX3rr37vs6PNGNxM2LZRkGXNdVujuYG5tRb8NLz8d169KoAVLYZ3K5aHkMR/Hsxfhmr7IK94QYEZ9rVea1A==",
++ "System.Reflection.Metadata/1.4.1": {
++ "sha512": "tc2ZyJgweHCLci5oQGuhQn9TD0Ii9DReXkHtZm3aAGp8xe40rpRjiTbMXOtZU+fr0BOQ46goE9+qIqRGjR9wGg==",
+ "type": "package",
-+ "path": "System.Reflection.Metadata/1.4.1-beta-24417-02",
++ "path": "System.Reflection.Metadata/1.4.1",
+ "files": [
-+ "System.Reflection.Metadata.1.4.1-beta-24417-02.nupkg.sha512",
++ "System.Reflection.Metadata.1.4.1.nupkg.sha512",
+ "System.Reflection.Metadata.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -5852,12 +6572,12 @@ index 0000000..3874216
+ "lib/portable-net45+win8/System.Reflection.Metadata.xml"
+ ]
+ },
-+ "System.Reflection.Primitives/4.0.1": {
-+ "sha512": "4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
++ "System.Reflection.Primitives/4.3.0": {
++ "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
+ "type": "package",
-+ "path": "System.Reflection.Primitives/4.0.1",
++ "path": "System.Reflection.Primitives/4.3.0",
+ "files": [
-+ "System.Reflection.Primitives.4.0.1.nupkg.sha512",
++ "System.Reflection.Primitives.4.3.0.nupkg.sha512",
+ "System.Reflection.Primitives.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -5907,12 +6627,12 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.Resources.ResourceManager/4.0.1": {
-+ "sha512": "TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
++ "System.Resources.ResourceManager/4.3.0": {
++ "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
+ "type": "package",
-+ "path": "System.Resources.ResourceManager/4.0.1",
++ "path": "System.Resources.ResourceManager/4.3.0",
+ "files": [
-+ "System.Resources.ResourceManager.4.0.1.nupkg.sha512",
++ "System.Resources.ResourceManager.4.3.0.nupkg.sha512",
+ "System.Resources.ResourceManager.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -5962,12 +6682,12 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.Runtime/4.1.0": {
-+ "sha512": "v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
++ "System.Runtime/4.3.0": {
++ "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
+ "type": "package",
-+ "path": "System.Runtime/4.1.0",
++ "path": "System.Runtime/4.3.0",
+ "files": [
-+ "System.Runtime.4.1.0.nupkg.sha512",
++ "System.Runtime.4.3.0.nupkg.sha512",
+ "System.Runtime.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -6052,12 +6772,12 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.Runtime.Extensions/4.1.0": {
-+ "sha512": "CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
++ "System.Runtime.Extensions/4.3.0": {
++ "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
+ "type": "package",
-+ "path": "System.Runtime.Extensions/4.1.0",
++ "path": "System.Runtime.Extensions/4.3.0",
+ "files": [
-+ "System.Runtime.Extensions.4.1.0.nupkg.sha512",
++ "System.Runtime.Extensions.4.3.0.nupkg.sha512",
+ "System.Runtime.Extensions.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -6131,12 +6851,12 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.Runtime.Handles/4.0.1": {
-+ "sha512": "nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==",
++ "System.Runtime.Handles/4.3.0": {
++ "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
+ "type": "package",
-+ "path": "System.Runtime.Handles/4.0.1",
++ "path": "System.Runtime.Handles/4.3.0",
+ "files": [
-+ "System.Runtime.Handles.4.0.1.nupkg.sha512",
++ "System.Runtime.Handles.4.3.0.nupkg.sha512",
+ "System.Runtime.Handles.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -6255,12 +6975,12 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.Text.Encoding/4.0.11": {
-+ "sha512": "U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
++ "System.Text.Encoding/4.3.0": {
++ "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
+ "type": "package",
-+ "path": "System.Text.Encoding/4.0.11",
++ "path": "System.Text.Encoding/4.3.0",
+ "files": [
-+ "System.Text.Encoding.4.0.11.nupkg.sha512",
++ "System.Text.Encoding.4.3.0.nupkg.sha512",
+ "System.Text.Encoding.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -6321,12 +7041,12 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.Text.Encoding.Extensions/4.0.11": {
-+ "sha512": "jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",
++ "System.Text.Encoding.Extensions/4.3.0": {
++ "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
+ "type": "package",
-+ "path": "System.Text.Encoding.Extensions/4.0.11",
++ "path": "System.Text.Encoding.Extensions/4.3.0",
+ "files": [
-+ "System.Text.Encoding.Extensions.4.0.11.nupkg.sha512",
++ "System.Text.Encoding.Extensions.4.3.0.nupkg.sha512",
+ "System.Text.Encoding.Extensions.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -6387,12 +7107,12 @@ index 0000000..3874216
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
-+ "System.Threading/4.0.11": {
-+ "sha512": "N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
++ "System.Threading/4.3.0": {
++ "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
+ "type": "package",
-+ "path": "System.Threading/4.0.11",
++ "path": "System.Threading/4.3.0",
+ "files": [
-+ "System.Threading.4.0.11.nupkg.sha512",
++ "System.Threading.4.3.0.nupkg.sha512",
+ "System.Threading.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -6456,12 +7176,12 @@ index 0000000..3874216
+ "runtimes/aot/lib/netcore50/System.Threading.dll"
+ ]
+ },
-+ "System.Threading.Overlapped/4.0.1": {
-+ "sha512": "f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg==",
++ "System.Threading.Overlapped/4.3.0": {
++ "sha512": "m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==",
+ "type": "package",
-+ "path": "System.Threading.Overlapped/4.0.1",
++ "path": "System.Threading.Overlapped/4.3.0",
+ "files": [
-+ "System.Threading.Overlapped.4.0.1.nupkg.sha512",
++ "System.Threading.Overlapped.4.3.0.nupkg.sha512",
+ "System.Threading.Overlapped.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -6484,12 +7204,12 @@ index 0000000..3874216
+ "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll"
+ ]
+ },
-+ "System.Threading.Tasks/4.0.11": {
-+ "sha512": "k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
++ "System.Threading.Tasks/4.3.0": {
++ "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
+ "type": "package",
-+ "path": "System.Threading.Tasks/4.0.11",
++ "path": "System.Threading.Tasks/4.3.0",
+ "files": [
-+ "System.Threading.Tasks.4.0.11.nupkg.sha512",
++ "System.Threading.Tasks.4.3.0.nupkg.sha512",
+ "System.Threading.Tasks.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
@@ -6555,7 +7275,7 @@ index 0000000..3874216
+ "": [
+ "Microsoft.NETCore.Platforms >= 1.0.1",
+ "System.IO.FileSystem >= 4.0.1",
-+ "System.Reflection.Metadata >= 1.4.1-beta-24417-02",
++ "System.Reflection.Metadata >= 1.4.1",
+ "System.Runtime.InteropServices >= 4.1.0"
+ ],
+ ".NETCoreApp,Version=v1.0": []
@@ -6566,10 +7286,10 @@ index 0000000..3874216
\ 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
+index 0000000..d44d585
--- /dev/null
+++ b/src/mscorlib/facade/project.lock.json
-@@ -0,0 +1,1174 @@
+@@ -0,0 +1,1176 @@
+{
+ "locked": false,
+ "version": 2,
@@ -7736,8 +8456,10 @@ index 0000000..55ae917
+ "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.Cryptography.Primitives >= 4.0.0",
++ "System.Security.Principal >= 4.0.0"
+ ],
+ ".NETStandard,Version=v1.3": []
+ },
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index 1e634562f6..ce74c84776 100644
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -14,10 +14,10 @@
%define dotnet_version 1.0.0
# git rev-parse --verify HEAD
-%define CORECLR_GIT_HASH 14b0b57cd9090080c9f4c35b9702713d0d328905
+%define CORECLR_GIT_HASH e62b0f82a9c5bb770ac27ad2616074a32dbf0325
Name: coreclr
-Version: 1.0.0.9127
+Version: 1.0.0.9910
Release: 0
Summary: Microsoft .NET Runtime, Coreclr
Group: Development/Languages
@@ -28,10 +28,9 @@ Source1000: downloaded_files.tar.gz
Source1001: %{name}.manifest
Source1002: libicu.tar.gz
Source1003: dep_libs.tar.gz
-# 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
+# Gbp-Ignore-Patches: 0 1
+Patch0: Add-Tizen-RuntimeID-case.patch
+Patch1: Add-project.lock.json-files.patch
ExclusiveArch: %arm x86_64
@@ -108,7 +107,6 @@ cp %{SOURCE1001} .
# Gbp-Patch-Macros
%patch0 -p1
%patch1 -p1
-%patch2 -p1
cp %{SOURCE1000} ./
tar xf %{SOURCE1000}
%ifarch armv7l
@@ -177,7 +175,7 @@ export C_INCLUDE_PATH="/usr/include/llvm-c/:/usr/include/"
%else
%ifarch armv7l
-%define _barch arm-softfp
+%define _barch armel
%if 0%{skipnative}
%else
diff --git a/packaging/downloaded_files.tar.gz b/packaging/downloaded_files.tar.gz
index 876bf199d1..da496aa7d2 100644
--- a/packaging/downloaded_files.tar.gz
+++ b/packaging/downloaded_files.tar.gz
Binary files differ