diff options
author | jiseob.jang <jiseob.jang@samsung.com> | 2017-09-07 13:27:49 +0900 |
---|---|---|
committer | CHUNSEOK LEE <chunseok.lee@samsung.com> | 2017-09-08 15:01:28 +0900 |
commit | eb4e701a9eaa37e851f35cd423c4db692e9f08b1 (patch) | |
tree | 2e2a46862f420d0242d44fd6bfc13c5fda8ce175 | |
parent | 804a81c1a741ecf1a1d39722773acbba9836a2f2 (diff) | |
download | corefx-eb4e701a9eaa37e851f35cd423c4db692e9f08b1.tar.gz corefx-eb4e701a9eaa37e851f35cd423c4db692e9f08b1.tar.bz2 corefx-eb4e701a9eaa37e851f35cd423c4db692e9f08b1.zip |
CoreFX version update to 2.0.0.22710submit/tizen_4.0/20170914.082857submit/tizen_4.0/20170908.071156submit/tizen/20170914.224538submit/tizen/20170908.060726accepted/tizen/unified/20170911.060306accepted/tizen/4.0/unified/20170915.201446accepted/tizen/4.0/unified/20170913.003302
Change-Id: Idea275eb911a218d460066b14e4ce0d0df0f846d
Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
Signed-off-by: CHUNSEOK LEE <chunseok.lee@samsung.com>
16 files changed, 12114 insertions, 0 deletions
diff --git a/packaging/0001-ARM-Tizen-Fix-System.Globalization.Tests-Failure.patch b/packaging/0001-ARM-Tizen-Fix-System.Globalization.Tests-Failure.patch new file mode 100644 index 0000000000..1f00b5b022 --- /dev/null +++ b/packaging/0001-ARM-Tizen-Fix-System.Globalization.Tests-Failure.patch @@ -0,0 +1,38 @@ +From d023d8d9a17cef0ad82a43e6747fc451ac279662 Mon Sep 17 00:00:00 2001 +From: Hanjoung Lee <hanjoung.lee@samsung.com> +Date: Wed, 14 Jun 2017 16:38:06 +0900 +Subject: [PATCH 1/5] [ARM/Tizen] Fix System.Globalization.Tests Failure + +Fix #21038 +--- + src/Common/tests/System/PlatformDetection.cs | 1 + + src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoData.cs | 1 + + 2 files changed, 2 insertions(+) + +diff --git a/src/Common/tests/System/PlatformDetection.cs b/src/Common/tests/System/PlatformDetection.cs +index 7df1d73..b561fab 100644 +--- a/src/Common/tests/System/PlatformDetection.cs ++++ b/src/Common/tests/System/PlatformDetection.cs +@@ -187,6 +187,7 @@ namespace System + public static bool IsDebian8 => IsDistroAndVersion("debian", "8"); + public static bool IsUbuntu1404 => IsDistroAndVersion("ubuntu", "14.04"); + public static bool IsCentos7 => IsDistroAndVersion("centos", "7"); ++ public static bool IsTizen => IsDistroAndVersion("tizen"); + + // If we need this long-term hopefully we can come up with a better detection than the kernel verison. + public static bool IsMacOsHighSierra { get; } = +diff --git a/src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoData.cs b/src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoData.cs +index 7d0e383..de89807 100644 +--- a/src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoData.cs ++++ b/src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoData.cs +@@ -17,6 +17,7 @@ namespace System.Globalization.Tests + || (PlatformDetection.IsUbuntu && !PlatformDetection.IsUbuntu1404) + || PlatformDetection.IsFedora + || (PlatformDetection.IsDebian && !PlatformDetection.IsDebian8) ++ || PlatformDetection.IsTizen + ) + { + return new int[] { 3 }; +-- +2.7.4 + diff --git a/packaging/0001-Add-project.assets.json-files.patch b/packaging/0001-Add-project.assets.json-files.patch new file mode 100644 index 0000000000..a542656012 --- /dev/null +++ b/packaging/0001-Add-project.assets.json-files.patch @@ -0,0 +1,11460 @@ +From ecd3da62074dbd001b24594a0caaf75f8a8831ff Mon Sep 17 00:00:00 2001 +From: dotnet <dotnet@samsung.com> +Date: Wed, 6 Sep 2017 20:17:15 +0900 +Subject: [PATCH] Add project.assets.json files + +--- + .../netstandard/AnyOS-x64/project.assets.json | 110 + + .../netstandard/AnyOS-x64/project.assets.json | 9091 ++++++++++++++++++++ + .../docs/netstandard/AnyOS-x64/project.assets.json | 238 + + .../netstandard/AnyOS-x64/project.assets.json | 268 + + .../netfx/netcoreapp/AnyOS-x64/project.assets.json | 627 ++ + .../netstandard/AnyOS-x64/project.assets.json | 215 + + .../ilasm/netcoreapp/Unix-x64/project.assets.json | 268 + + .../netcoreapp/Unix-x64/project.assets.json | 560 ++ + 8 files changed, 11377 insertions(+) + create mode 100644 bin/obj/AnyOS.AnyCPU.Release/ILLink/netstandard/AnyOS-x64/project.assets.json + create mode 100644 bin/obj/AnyOS.AnyCPU.Release/XUnit.Runtime/netstandard/AnyOS-x64/project.assets.json + create mode 100644 bin/obj/AnyOS.AnyCPU.Release/docs/netstandard/AnyOS-x64/project.assets.json + create mode 100644 bin/obj/AnyOS.AnyCPU.Release/ilasm/netstandard/AnyOS-x64/project.assets.json + create mode 100644 bin/obj/AnyOS.AnyCPU.Release/netfx/netcoreapp/AnyOS-x64/project.assets.json + create mode 100644 bin/obj/AnyOS.AnyCPU.Release/netstandard/netstandard/AnyOS-x64/project.assets.json + create mode 100644 bin/obj/Unix.AnyCPU.Release/ilasm/netcoreapp/Unix-x64/project.assets.json + create mode 100644 bin/obj/Unix.AnyCPU.Release/runtime/netcoreapp/Unix-x64/project.assets.json + +diff --git a/bin/obj/AnyOS.AnyCPU.Release/ILLink/netstandard/AnyOS-x64/project.assets.json b/bin/obj/AnyOS.AnyCPU.Release/ILLink/netstandard/AnyOS-x64/project.assets.json +new file mode 100644 +index 0000000..f59b48e +--- /dev/null ++++ b/bin/obj/AnyOS.AnyCPU.Release/ILLink/netstandard/AnyOS-x64/project.assets.json +@@ -0,0 +1,110 @@ ++{ ++ "version": 2, ++ "targets": { ++ ".NETCoreApp,Version=v1.1": { ++ "Microsoft.NETCore.ILLink/0.1.9-preview": { ++ "type": "package", ++ "compile": { ++ "lib/netcoreapp1.1/_._": {} ++ }, ++ "runtime": { ++ "lib/netcoreapp1.1/Microsoft.DiaSymReader.Native.amd64.dll": {}, ++ "lib/netcoreapp1.1/Microsoft.DiaSymReader.Native.x86.dll": {}, ++ "lib/netcoreapp1.1/Mono.Cecil.Pdb.dll": {}, ++ "lib/netcoreapp1.1/Mono.Cecil.dll": {}, ++ "lib/netcoreapp1.1/System.Collections.NonGeneric.dll": {}, ++ "lib/netcoreapp1.1/System.Xml.XPath.dll": {}, ++ "lib/netcoreapp1.1/illink.dll": {} ++ } ++ } ++ }, ++ ".NETCoreApp,Version=v1.1/ubuntu.16.04-x64": { ++ "Microsoft.NETCore.ILLink/0.1.9-preview": { ++ "type": "package", ++ "compile": { ++ "lib/netcoreapp1.1/_._": {} ++ }, ++ "runtime": { ++ "lib/netcoreapp1.1/Microsoft.DiaSymReader.Native.amd64.dll": {}, ++ "lib/netcoreapp1.1/Microsoft.DiaSymReader.Native.x86.dll": {}, ++ "lib/netcoreapp1.1/Mono.Cecil.Pdb.dll": {}, ++ "lib/netcoreapp1.1/Mono.Cecil.dll": {}, ++ "lib/netcoreapp1.1/System.Collections.NonGeneric.dll": {}, ++ "lib/netcoreapp1.1/System.Xml.XPath.dll": {}, ++ "lib/netcoreapp1.1/illink.dll": {} ++ } ++ } ++ } ++ }, ++ "libraries": { ++ "Microsoft.NETCore.ILLink/0.1.9-preview": { ++ "sha512": "GP1/0BYauz0V6JX8q6s4jCBt58mdKgT/q7LkgrXsOYmog+I0oZMHl/SrIs2Z6v4/4mGBRVSZKSaV1EDrzIEvfw==", ++ "type": "package", ++ "path": "microsoft.netcore.illink/0.1.9-preview", ++ "files": [ ++ "lib/netcoreapp1.1/Microsoft.DiaSymReader.Native.amd64.dll", ++ "lib/netcoreapp1.1/Microsoft.DiaSymReader.Native.x86.dll", ++ "lib/netcoreapp1.1/Mono.Cecil.Pdb.dll", ++ "lib/netcoreapp1.1/Mono.Cecil.Pdb.pdb", ++ "lib/netcoreapp1.1/Mono.Cecil.dll", ++ "lib/netcoreapp1.1/Mono.Cecil.pdb", ++ "lib/netcoreapp1.1/System.Collections.NonGeneric.dll", ++ "lib/netcoreapp1.1/System.Xml.XPath.dll", ++ "lib/netcoreapp1.1/illink.deps.json", ++ "lib/netcoreapp1.1/illink.dll", ++ "lib/netcoreapp1.1/illink.pdb", ++ "lib/netcoreapp1.1/illink.runtimeconfig.json", ++ "microsoft.netcore.illink.0.1.9-preview.nupkg.sha512", ++ "microsoft.netcore.illink.nuspec" ++ ] ++ } ++ }, ++ "projectFileDependencyGroups": { ++ ".NETCoreApp,Version=v1.1": [ ++ "Microsoft.NETCore.ILLink >= 0.1.9-preview" ++ ] ++ }, ++ "packageFolders": { ++ "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages": {} ++ }, ++ "project": { ++ "version": "4.4.0", ++ "restore": { ++ "projectUniqueName": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/ILLink/ILLink.depproj", ++ "projectName": "ILLink", ++ "projectPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/ILLink/ILLink.depproj", ++ "packagesPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages", ++ "outputPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/bin/obj/AnyOS.AnyCPU.Release/ILLink/netstandard/AnyOS-x64/", ++ "projectStyle": "PackageReference", ++ "originalTargetFrameworks": [ ++ "netcoreapp1.1" ++ ], ++ "sources": { ++ "https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json": {}, ++ "https://dotnet.myget.org/F/dotnet-core/api/v3/index.json": {}, ++ "https://api.nuget.org/v3/index.json": {} ++ }, ++ "frameworks": { ++ "netcoreapp1.1": { ++ "projectReferences": {} ++ } ++ } ++ }, ++ "frameworks": { ++ "netcoreapp1.1": { ++ "dependencies": { ++ "Microsoft.NETCore.ILLink": { ++ "include": "Runtime, Build, Native, ContentFiles, Analyzers", ++ "target": "Package", ++ "version": "0.1.9-preview" ++ } ++ } ++ } ++ }, ++ "runtimes": { ++ "ubuntu.16.04-x64": { ++ "#import": [] ++ } ++ } ++ } ++} +\ No newline at end of file +diff --git a/bin/obj/AnyOS.AnyCPU.Release/XUnit.Runtime/netstandard/AnyOS-x64/project.assets.json b/bin/obj/AnyOS.AnyCPU.Release/XUnit.Runtime/netstandard/AnyOS-x64/project.assets.json +new file mode 100644 +index 0000000..6154ffd +--- /dev/null ++++ b/bin/obj/AnyOS.AnyCPU.Release/XUnit.Runtime/netstandard/AnyOS-x64/project.assets.json +@@ -0,0 +1,9091 @@ ++{ ++ "version": 2, ++ "targets": { ++ ".NETStandard,Version=v2.0": { ++ "CommandLineParser/2.1.1-beta": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.0.11-rc2-24027", ++ "System.Console": "4.0.0-rc2-24027", ++ "System.Diagnostics.Debug": "4.0.11-rc2-24027", ++ "System.Globalization": "4.0.11-rc2-24027", ++ "System.IO": "4.1.0-rc2-24027", ++ "System.Linq": "4.1.0-rc2-24027", ++ "System.Linq.Expressions": "4.0.11-rc2-24027", ++ "System.Reflection": "4.1.0-rc2-24027", ++ "System.Reflection.Extensions": "4.0.1-rc2-24027", ++ "System.Reflection.TypeExtensions": "4.1.0-rc2-24027", ++ "System.Resources.ResourceManager": "4.0.1-rc2-24027", ++ "System.Runtime": "4.1.0-rc2-24027", ++ "System.Runtime.Extensions": "4.1.0-rc2-24027" ++ }, ++ "compile": { ++ "lib/netstandard1.5/CommandLine.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/CommandLine.dll": {} ++ } ++ }, ++ "coveralls.io/1.4.0": { ++ "type": "package" ++ }, ++ "Microsoft.3rdpartytools.MarkdownLog/0.10.0-alpha-experimental": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.1", ++ "System.Reflection.TypeExtensions": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.5/Microsoft.3rdpartytools.MarkdownLog.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/Microsoft.3rdpartytools.MarkdownLog.dll": {} ++ } ++ }, ++ "Microsoft.CSharp/4.0.1": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.0.11", ++ "System.Diagnostics.Debug": "4.0.11", ++ "System.Dynamic.Runtime": "4.0.11", ++ "System.Globalization": "4.0.11", ++ "System.Linq": "4.1.0", ++ "System.Linq.Expressions": "4.1.0", ++ "System.ObjectModel": "4.0.12", ++ "System.Reflection": "4.1.0", ++ "System.Reflection.Extensions": "4.0.1", ++ "System.Reflection.Primitives": "4.0.1", ++ "System.Reflection.TypeExtensions": "4.1.0", ++ "System.Resources.ResourceManager": "4.0.1", ++ "System.Runtime": "4.1.0", ++ "System.Runtime.Extensions": "4.1.0", ++ "System.Runtime.InteropServices": "4.1.0", ++ "System.Threading": "4.0.11" ++ }, ++ "compile": { ++ "ref/netstandard1.0/Microsoft.CSharp.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/Microsoft.CSharp.dll": {} ++ } ++ }, ++ "Microsoft.Diagnostics.Tracing.TraceEvent/1.0.3-alpha-experimental": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.Win32.Registry": "4.3.0", ++ "NETStandard.Library": "1.6.1", ++ "System.Diagnostics.Process": "4.3.0", ++ "System.IO.UnmanagedMemoryStream": "4.3.0", ++ "System.Runtime.InteropServices": "4.3.0", ++ "System.Threading.Tasks.Parallel": "4.3.0", ++ "System.Threading.Thread": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.5/Microsoft.Diagnostics.Tracing.TraceEvent.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/Microsoft.Diagnostics.Tracing.TraceEvent.dll": {} ++ }, ++ "build": { ++ "build/Microsoft.Diagnostics.Tracing.TraceEvent.targets": {} ++ } ++ }, ++ "Microsoft.DotNet.BuildTools.TestSuite/1.0.1-prerelease-01616-05": { ++ "type": "package", ++ "dependencies": { ++ "xunit": "2.2.0-beta2-build3300", ++ "xunit.runner.utility": "2.2.0-beta2-build3300" ++ } ++ }, ++ "Microsoft.NETCore.Platforms/1.1.0": { ++ "type": "package", ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "Microsoft.NETCore.Targets/1.1.0": { ++ "type": "package", ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "Microsoft.Win32.Primitives/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} ++ } ++ }, ++ "Microsoft.Win32.Registry/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Collections": "4.3.0", ++ "System.Globalization": "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" ++ }, ++ "compile": { ++ "ref/netstandard1.3/Microsoft.Win32.Registry.dll": {} ++ }, ++ "runtimeTargets": { ++ "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { ++ "assetType": "runtime", ++ "rid": "unix" ++ }, ++ "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { ++ "assetType": "runtime", ++ "rid": "win" ++ } ++ } ++ }, ++ "Microsoft.xunit.netcore.extensions/1.0.1-prerelease-01616-05": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease", ++ "System.Diagnostics.Debug": "4.0.11", ++ "System.IO": "4.1.0", ++ "System.Linq": "4.1.0", ++ "System.Linq.Expressions": "4.0.11", ++ "System.ObjectModel": "4.0.12", ++ "System.Reflection": "4.1.0", ++ "System.Reflection.Extensions": "4.0.1", ++ "System.Reflection.Primitives": "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.Runtime.InteropServices.RuntimeInformation": "4.0.0", ++ "System.Text.Encoding": "4.0.11", ++ "System.Text.RegularExpressions": "4.0.12", ++ "System.Threading": "4.0.11", ++ "System.Threading.Tasks": "4.0.11" ++ }, ++ "compile": { ++ "lib/netstandard1.0/Xunit.NetCore.Extensions.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/Xunit.NetCore.Extensions.dll": {} ++ } ++ }, ++ "NETStandard.Library/1.6.1": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.Win32.Primitives": "4.3.0", ++ "System.AppContext": "4.3.0", ++ "System.Collections": "4.3.0", ++ "System.Collections.Concurrent": "4.3.0", ++ "System.Console": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Diagnostics.Tools": "4.3.0", ++ "System.Diagnostics.Tracing": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.Globalization.Calendars": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.IO.Compression": "4.3.0", ++ "System.IO.Compression.ZipFile": "4.3.0", ++ "System.IO.FileSystem": "4.3.0", ++ "System.IO.FileSystem.Primitives": "4.3.0", ++ "System.Linq": "4.3.0", ++ "System.Linq.Expressions": "4.3.0", ++ "System.Net.Http": "4.3.0", ++ "System.Net.Primitives": "4.3.0", ++ "System.Net.Sockets": "4.3.0", ++ "System.ObjectModel": "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.Handles": "4.3.0", ++ "System.Runtime.InteropServices": "4.3.0", ++ "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", ++ "System.Runtime.Numerics": "4.3.0", ++ "System.Security.Cryptography.Algorithms": "4.3.0", ++ "System.Security.Cryptography.Encoding": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Security.Cryptography.X509Certificates": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Text.Encoding.Extensions": "4.3.0", ++ "System.Text.RegularExpressions": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Threading.Tasks": "4.3.0", ++ "System.Threading.Timer": "4.3.0", ++ "System.Xml.ReaderWriter": "4.3.0", ++ "System.Xml.XDocument": "4.3.0" ++ } ++ }, ++ "Newtonsoft.Json/9.0.1": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.CSharp": "4.0.1", ++ "System.Collections": "4.0.11", ++ "System.Diagnostics.Debug": "4.0.11", ++ "System.Dynamic.Runtime": "4.0.11", ++ "System.Globalization": "4.0.11", ++ "System.IO": "4.1.0", ++ "System.Linq": "4.1.0", ++ "System.Linq.Expressions": "4.1.0", ++ "System.ObjectModel": "4.0.12", ++ "System.Reflection": "4.1.0", ++ "System.Reflection.Extensions": "4.0.1", ++ "System.Resources.ResourceManager": "4.0.1", ++ "System.Runtime": "4.1.0", ++ "System.Runtime.Extensions": "4.1.0", ++ "System.Runtime.Serialization.Primitives": "4.1.1", ++ "System.Text.Encoding": "4.0.11", ++ "System.Text.Encoding.Extensions": "4.0.11", ++ "System.Text.RegularExpressions": "4.1.0", ++ "System.Threading": "4.0.11", ++ "System.Threading.Tasks": "4.0.11", ++ "System.Xml.ReaderWriter": "4.0.11", ++ "System.Xml.XDocument": "4.0.11" ++ }, ++ "compile": { ++ "lib/netstandard1.0/Newtonsoft.Json.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/Newtonsoft.Json.dll": {} ++ } ++ }, ++ "OpenCover/4.6.519": { ++ "type": "package" ++ }, ++ "ReportGenerator/2.5.0": { ++ "type": "package" ++ }, ++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package", ++ "runtimeTargets": { ++ "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { ++ "assetType": "native", ++ "rid": "debian.8-x64" ++ } ++ } ++ }, ++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package", ++ "runtimeTargets": { ++ "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { ++ "assetType": "native", ++ "rid": "fedora.23-x64" ++ } ++ } ++ }, ++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package", ++ "runtimeTargets": { ++ "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { ++ "assetType": "native", ++ "rid": "fedora.24-x64" ++ } ++ } ++ }, ++ "runtime.native.System/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "runtime.native.System.IO.Compression/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "runtime.native.System.Net.Http/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "runtime.native.System.Security.Cryptography.Apple/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package", ++ "runtimeTargets": { ++ "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { ++ "assetType": "native", ++ "rid": "opensuse.13.2-x64" ++ } ++ } ++ }, ++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package", ++ "runtimeTargets": { ++ "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { ++ "assetType": "native", ++ "rid": "opensuse.42.1-x64" ++ } ++ } ++ }, ++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { ++ "type": "package", ++ "runtimeTargets": { ++ "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib": { ++ "assetType": "native", ++ "rid": "osx.10.10-x64" ++ } ++ } ++ }, ++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package", ++ "runtimeTargets": { ++ "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": { ++ "assetType": "native", ++ "rid": "osx.10.10-x64" ++ } ++ } ++ }, ++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package", ++ "runtimeTargets": { ++ "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { ++ "assetType": "native", ++ "rid": "rhel.7-x64" ++ } ++ } ++ }, ++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package", ++ "runtimeTargets": { ++ "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { ++ "assetType": "native", ++ "rid": "ubuntu.14.04-x64" ++ } ++ } ++ }, ++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package", ++ "runtimeTargets": { ++ "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { ++ "assetType": "native", ++ "rid": "ubuntu.16.04-x64" ++ } ++ } ++ }, ++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package", ++ "runtimeTargets": { ++ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { ++ "assetType": "native", ++ "rid": "ubuntu.16.10-x64" ++ } ++ } ++ }, ++ "System.AppContext/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.6/System.AppContext.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.6/System.AppContext.dll": {} ++ } ++ }, ++ "System.Buffers/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Diagnostics.Tracing": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Threading": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.1/_._": {} ++ }, ++ "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.Concurrent/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Diagnostics.Tracing": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.Reflection": "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", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Collections.Concurrent.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Collections.Concurrent.dll": {} ++ } ++ }, ++ "System.Console/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.IO": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Text.Encoding": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Console.dll": {} ++ } ++ }, ++ "System.Diagnostics.Debug/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} ++ } ++ }, ++ "System.Diagnostics.DiagnosticSource/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Tracing": "4.3.0", ++ "System.Reflection": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Threading": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.3/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} ++ } ++ }, ++ "System.Diagnostics.Process/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.Win32.Primitives": "4.3.0", ++ "Microsoft.Win32.Registry": "4.3.0", ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.IO.FileSystem": "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", ++ "System.Threading.Thread": "4.3.0", ++ "System.Threading.ThreadPool": "4.3.0", ++ "runtime.native.System": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.4/System.Diagnostics.Process.dll": {} ++ }, ++ "runtimeTargets": { ++ "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { ++ "assetType": "runtime", ++ "rid": "linux" ++ }, ++ "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll": { ++ "assetType": "runtime", ++ "rid": "osx" ++ }, ++ "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll": { ++ "assetType": "runtime", ++ "rid": "win" ++ } ++ } ++ }, ++ "System.Diagnostics.Tools/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} ++ } ++ }, ++ "System.Diagnostics.Tracing/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} ++ } ++ }, ++ "System.Dynamic.Runtime/4.0.11": { ++ "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.Linq.Expressions": "4.1.0", ++ "System.ObjectModel": "4.0.12", ++ "System.Reflection": "4.1.0", ++ "System.Reflection.Emit": "4.0.1", ++ "System.Reflection.Emit.ILGeneration": "4.0.1", ++ "System.Reflection.Primitives": "4.0.1", ++ "System.Reflection.TypeExtensions": "4.1.0", ++ "System.Resources.ResourceManager": "4.0.1", ++ "System.Runtime": "4.1.0", ++ "System.Runtime.Extensions": "4.1.0", ++ "System.Threading": "4.0.11" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Dynamic.Runtime.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" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Globalization.dll": {} ++ } ++ }, ++ "System.Globalization.Calendars/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Globalization": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Globalization.Calendars.dll": {} ++ } ++ }, ++ "System.Globalization.Extensions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Globalization": "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" ++ }, ++ "compile": { ++ "ref/netstandard1.3/_._": {} ++ }, ++ "runtimeTargets": { ++ "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { ++ "assetType": "runtime", ++ "rid": "unix" ++ }, ++ "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { ++ "assetType": "runtime", ++ "rid": "win" ++ } ++ } ++ }, ++ "System.IO/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.5/System.IO.dll": {} ++ } ++ }, ++ "System.IO.Compression/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Buffers": "4.3.0", ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Extensions": "4.3.0", ++ "System.Runtime.Handles": "4.3.0", ++ "System.Runtime.InteropServices": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Threading.Tasks": "4.3.0", ++ "runtime.native.System": "4.3.0", ++ "runtime.native.System.IO.Compression": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.IO.Compression.dll": {} ++ }, ++ "runtimeTargets": { ++ "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { ++ "assetType": "runtime", ++ "rid": "unix" ++ }, ++ "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { ++ "assetType": "runtime", ++ "rid": "win" ++ } ++ } ++ }, ++ "System.IO.Compression.TestData/1.0.5-prerelease": { ++ "type": "package" ++ }, ++ "System.IO.Compression.ZipFile/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Buffers": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.IO.Compression": "4.3.0", ++ "System.IO.FileSystem": "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.Text.Encoding": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} ++ } ++ }, ++ "System.IO.FileSystem/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.IO": "4.3.0", ++ "System.IO.FileSystem.Primitives": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Handles": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.IO.FileSystem.dll": {} ++ } ++ }, ++ "System.IO.FileSystem.Primitives/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} ++ } ++ }, ++ "System.IO.Packaging.TestData/1.0.0-prerelease": { ++ "type": "package" ++ }, ++ "System.IO.UnmanagedMemoryStream/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Buffers": "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.InteropServices": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} ++ } ++ }, ++ "System.Linq/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Extensions": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.6/System.Linq.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.6/System.Linq.dll": {} ++ } ++ }, ++ "System.Linq.Expressions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.Linq": "4.3.0", ++ "System.ObjectModel": "4.3.0", ++ "System.Reflection": "4.3.0", ++ "System.Reflection.Emit": "4.3.0", ++ "System.Reflection.Emit.ILGeneration": "4.3.0", ++ "System.Reflection.Emit.Lightweight": "4.3.0", ++ "System.Reflection.Extensions": "4.3.0", ++ "System.Reflection.Primitives": "4.3.0", ++ "System.Reflection.TypeExtensions": "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": { ++ "ref/netstandard1.6/System.Linq.Expressions.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.6/System.Linq.Expressions.dll": {} ++ } ++ }, ++ "System.Net.Http/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Diagnostics.DiagnosticSource": "4.3.0", ++ "System.Diagnostics.Tracing": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.Globalization.Extensions": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.IO.FileSystem": "4.3.0", ++ "System.Net.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.Security.Cryptography.Algorithms": "4.3.0", ++ "System.Security.Cryptography.Encoding": "4.3.0", ++ "System.Security.Cryptography.OpenSsl": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Security.Cryptography.X509Certificates": "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.Net.Http": "4.3.0", ++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Net.Http.dll": {} ++ }, ++ "runtimeTargets": { ++ "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { ++ "assetType": "runtime", ++ "rid": "unix" ++ }, ++ "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { ++ "assetType": "runtime", ++ "rid": "win" ++ } ++ } ++ }, ++ "System.Net.Primitives/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Handles": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Net.Primitives.dll": {} ++ } ++ }, ++ "System.Net.Sockets/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.IO": "4.3.0", ++ "System.Net.Primitives": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Net.Sockets.dll": {} ++ } ++ }, ++ "System.Net.TestData/1.0.0-prerelease": { ++ "type": "package" ++ }, ++ "System.ObjectModel/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Threading": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.ObjectModel.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.ObjectModel.dll": {} ++ } ++ }, ++ "System.Reflection/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.IO": "4.3.0", ++ "System.Reflection.Primitives": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.5/System.Reflection.dll": {} ++ } ++ }, ++ "System.Reflection.Emit/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.IO": "4.3.0", ++ "System.Reflection": "4.3.0", ++ "System.Reflection.Emit.ILGeneration": "4.3.0", ++ "System.Reflection.Primitives": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.1/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Reflection.Emit.dll": {} ++ } ++ }, ++ "System.Reflection.Emit.ILGeneration/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Reflection": "4.3.0", ++ "System.Reflection.Primitives": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} ++ } ++ }, ++ "System.Reflection.Emit.Lightweight/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Reflection": "4.3.0", ++ "System.Reflection.Emit.ILGeneration": "4.3.0", ++ "System.Reflection.Primitives": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} ++ } ++ }, ++ "System.Reflection.Extensions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Reflection": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {} ++ } ++ }, ++ "System.Reflection.Primitives/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.0/System.Reflection.Primitives.dll": {} ++ } ++ }, ++ "System.Reflection.TypeExtensions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Reflection": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.5/System.Reflection.TypeExtensions.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} ++ } ++ }, ++ "System.Resources.ResourceManager/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Globalization": "4.3.0", ++ "System.Reflection": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} ++ } ++ }, ++ "System.Runtime/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0" ++ }, ++ "compile": { ++ "ref/netstandard1.5/System.Runtime.dll": {} ++ } ++ }, ++ "System.Runtime.Extensions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {} ++ } ++ }, ++ "System.Runtime.Handles/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Runtime.Handles.dll": {} ++ } ++ }, ++ "System.Runtime.InteropServices/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Reflection": "4.3.0", ++ "System.Reflection.Primitives": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Handles": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {} ++ } ++ }, ++ "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Reflection": "4.3.0", ++ "System.Reflection.Extensions": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.InteropServices": "4.3.0", ++ "System.Threading": "4.3.0", ++ "runtime.native.System": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} ++ }, ++ "runtimeTargets": { ++ "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { ++ "assetType": "runtime", ++ "rid": "unix" ++ }, ++ "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { ++ "assetType": "runtime", ++ "rid": "win" ++ } ++ } ++ }, ++ "System.Runtime.Numerics/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Globalization": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Extensions": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.1/System.Runtime.Numerics.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Runtime.Numerics.dll": {} ++ } ++ }, ++ "System.Runtime.Serialization.Formatters/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Reflection": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Serialization.Primitives": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll": {} ++ } ++ }, ++ "System.Runtime.Serialization.Primitives/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} ++ } ++ }, ++ "System.Security.Claims/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Globalization": "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.Security.Principal": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Security.Claims.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Security.Claims.dll": {} ++ } ++ }, ++ "System.Security.Cryptography.Algorithms/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Collections": "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.Runtime.Numerics": "4.3.0", ++ "System.Security.Cryptography.Encoding": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "runtime.native.System.Security.Cryptography.Apple": "4.3.0", ++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} ++ }, ++ "runtimeTargets": { ++ "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { ++ "assetType": "runtime", ++ "rid": "osx" ++ }, ++ "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { ++ "assetType": "runtime", ++ "rid": "unix" ++ }, ++ "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { ++ "assetType": "runtime", ++ "rid": "win" ++ } ++ } ++ }, ++ "System.Security.Cryptography.Cng/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.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.Security.Cryptography.Algorithms": "4.3.0", ++ "System.Security.Cryptography.Encoding": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Text.Encoding": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.6/_._": {} ++ }, ++ "runtimeTargets": { ++ "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { ++ "assetType": "runtime", ++ "rid": "unix" ++ }, ++ "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { ++ "assetType": "runtime", ++ "rid": "win" ++ } ++ } ++ }, ++ "System.Security.Cryptography.Csp/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.IO": "4.3.0", ++ "System.Reflection": "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.Security.Cryptography.Algorithms": "4.3.0", ++ "System.Security.Cryptography.Encoding": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Threading": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/_._": {} ++ }, ++ "runtimeTargets": { ++ "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { ++ "assetType": "runtime", ++ "rid": "unix" ++ }, ++ "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { ++ "assetType": "runtime", ++ "rid": "win" ++ } ++ } ++ }, ++ "System.Security.Cryptography.Encoding/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Collections": "4.3.0", ++ "System.Collections.Concurrent": "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.Runtime.Handles": "4.3.0", ++ "System.Runtime.InteropServices": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} ++ }, ++ "runtimeTargets": { ++ "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { ++ "assetType": "runtime", ++ "rid": "unix" ++ }, ++ "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { ++ "assetType": "runtime", ++ "rid": "win" ++ } ++ } ++ }, ++ "System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "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.Runtime.Numerics": "4.3.0", ++ "System.Security.Cryptography.Algorithms": "4.3.0", ++ "System.Security.Cryptography.Encoding": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.6/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} ++ }, ++ "runtimeTargets": { ++ "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { ++ "assetType": "runtime", ++ "rid": "unix" ++ } ++ } ++ }, ++ "System.Security.Cryptography.Primitives/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} ++ } ++ }, ++ "System.Security.Cryptography.X509Certificates/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.Globalization.Calendars": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.IO.FileSystem": "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.Runtime.Numerics": "4.3.0", ++ "System.Security.Cryptography.Algorithms": "4.3.0", ++ "System.Security.Cryptography.Cng": "4.3.0", ++ "System.Security.Cryptography.Csp": "4.3.0", ++ "System.Security.Cryptography.Encoding": "4.3.0", ++ "System.Security.Cryptography.OpenSsl": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Threading": "4.3.0", ++ "runtime.native.System": "4.3.0", ++ "runtime.native.System.Net.Http": "4.3.0", ++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} ++ }, ++ "runtimeTargets": { ++ "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { ++ "assetType": "runtime", ++ "rid": "unix" ++ }, ++ "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { ++ "assetType": "runtime", ++ "rid": "win" ++ } ++ } ++ }, ++ "System.Security.Cryptography.X509Certificates.TestData/1.0.2-prerelease": { ++ "type": "package" ++ }, ++ "System.Security.Principal/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.0/System.Security.Principal.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/System.Security.Principal.dll": {} ++ } ++ }, ++ "System.Security.Principal.Windows/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.Win32.Primitives": "4.3.0", ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Reflection": "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.Security.Claims": "4.3.0", ++ "System.Security.Principal": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Threading": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Security.Principal.Windows.dll": {} ++ }, ++ "runtimeTargets": { ++ "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll": { ++ "assetType": "runtime", ++ "rid": "unix" ++ }, ++ "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll": { ++ "assetType": "runtime", ++ "rid": "win" ++ } ++ } ++ }, ++ "System.Text.Encoding/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Text.Encoding.dll": {} ++ } ++ }, ++ "System.Text.Encoding.Extensions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "System.Text.Encoding": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} ++ } ++ }, ++ "System.Text.RegularExpressions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Globalization": "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": { ++ "ref/netstandard1.6/System.Text.RegularExpressions.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} ++ } ++ }, ++ "System.Threading/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Runtime": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Threading.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Threading.dll": {} ++ } ++ }, ++ "System.Threading.Tasks/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Threading.Tasks.dll": {} ++ } ++ }, ++ "System.Threading.Tasks.Extensions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} ++ } ++ }, ++ "System.Threading.Tasks.Parallel/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections.Concurrent": "4.3.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.Runtime.Extensions": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} ++ } ++ }, ++ "System.Threading.Thread/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Threading.Thread.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Threading.Thread.dll": {} ++ } ++ }, ++ "System.Threading.ThreadPool/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Handles": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} ++ } ++ }, ++ "System.Threading.Timer/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.2/System.Threading.Timer.dll": {} ++ } ++ }, ++ "System.ValueTuple/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/System.ValueTuple.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/System.ValueTuple.dll": {} ++ } ++ }, ++ "System.Xml.ReaderWriter/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.IO.FileSystem": "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.InteropServices": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Text.Encoding.Extensions": "4.3.0", ++ "System.Text.RegularExpressions": "4.3.0", ++ "System.Threading.Tasks": "4.3.0", ++ "System.Threading.Tasks.Extensions": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} ++ } ++ }, ++ "System.Xml.XDocument/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Diagnostics.Tools": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.Reflection": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Extensions": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Xml.ReaderWriter": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Xml.XDocument.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Xml.XDocument.dll": {} ++ } ++ }, ++ "System.Xml.XmlDocument/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Globalization": "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.Text.Encoding": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Xml.ReaderWriter": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} ++ } ++ }, ++ "System.Xml.XmlSerializer/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.Linq": "4.3.0", ++ "System.Reflection": "4.3.0", ++ "System.Reflection.Emit": "4.3.0", ++ "System.Reflection.Emit.ILGeneration": "4.3.0", ++ "System.Reflection.Extensions": "4.3.0", ++ "System.Reflection.Primitives": "4.3.0", ++ "System.Reflection.TypeExtensions": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Extensions": "4.3.0", ++ "System.Text.RegularExpressions": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Xml.ReaderWriter": "4.3.0", ++ "System.Xml.XmlDocument": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Xml.XmlSerializer.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} ++ } ++ }, ++ "xunit/2.2.0-beta2-build3300": { ++ "type": "package", ++ "dependencies": { ++ "xunit.assert": "[2.2.0-beta2-build3300]", ++ "xunit.core": "[2.2.0-beta2-build3300]" ++ } ++ }, ++ "xunit.abstractions/2.0.1": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/xunit.abstractions.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/xunit.abstractions.dll": {} ++ } ++ }, ++ "xunit.assert/2.2.0-beta2-build3300": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/xunit.assert.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/xunit.assert.dll": {} ++ } ++ }, ++ "xunit.console.netcore/1.0.3-prerelease-00921-01": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease", ++ "System.Collections": "4.0.11", ++ "System.Collections.Concurrent": "4.0.12", ++ "System.Console": "4.0.0", ++ "System.Diagnostics.Debug": "4.0.11", ++ "System.Globalization": "4.0.11", ++ "System.IO": "4.1.0", ++ "System.IO.FileSystem": "4.0.1", ++ "System.IO.FileSystem.Primitives": "4.0.1", ++ "System.Linq": "4.1.0", ++ "System.Reflection": "4.1.0", ++ "System.Reflection.Extensions": "4.0.1", ++ "System.Runtime": "4.1.0", ++ "System.Runtime.Extensions": "4.1.0", ++ "System.Text.RegularExpressions": "4.0.12", ++ "System.Threading": "4.0.11", ++ "System.Threading.Tasks": "4.0.11", ++ "System.Xml.XDocument": "4.0.11" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtimeTargets": { ++ "runtimes/any/native/xunit.console.netcore.exe": { ++ "assetType": "native", ++ "rid": "any" ++ } ++ } ++ }, ++ "xunit.core/2.2.0-beta2-build3300": { ++ "type": "package", ++ "dependencies": { ++ "xunit.extensibility.core": "[2.2.0-beta2-build3300]", ++ "xunit.extensibility.execution": "[2.2.0-beta2-build3300]" ++ }, ++ "build": { ++ "build/netstandard1.0/_._": {} ++ } ++ }, ++ "xunit.extensibility.core/2.2.0-beta2-build3300": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.0", ++ "xunit.abstractions": "2.0.1-rc2" ++ }, ++ "compile": { ++ "lib/netstandard1.0/xunit.core.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/xunit.core.dll": {} ++ } ++ }, ++ "xunit.extensibility.execution/2.2.0-beta2-build3300": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.0", ++ "xunit.extensibility.core": "[2.2.0-beta2-build3300]" ++ }, ++ "compile": { ++ "lib/netstandard1.0/xunit.execution.dotnet.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/xunit.execution.dotnet.dll": {} ++ } ++ }, ++ "xunit.performance.api/1.0.0-beta-build0007": { ++ "type": "package", ++ "dependencies": { ++ "CommandLineParser": "2.1.1-beta", ++ "Microsoft.3rdpartytools.MarkdownLog": "0.10.0-alpha-experimental", ++ "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", ++ "NETStandard.Library": "1.6.1", ++ "System.Security.Principal.Windows": "4.3.0", ++ "System.ValueTuple": "4.3.0", ++ "System.Xml.XmlSerializer": "4.3.0", ++ "xunit.performance.core": "1.0.0-beta-build0007", ++ "xunit.performance.execution": "1.0.0-beta-build0007", ++ "xunit.performance.metrics": "1.0.0-beta-build0007", ++ "xunit.runner.utility": "2.2.0-beta2-build3300" ++ }, ++ "compile": { ++ "lib/netstandard1.5/xunit.performance.api.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/xunit.performance.api.dll": {} ++ } ++ }, ++ "xunit.performance.core/1.0.0-beta-build0007": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.1", ++ "xunit.extensibility.core": "2.2.0-beta2-build3300" ++ }, ++ "compile": { ++ "lib/netstandard1.3/xunit.performance.core.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/xunit.performance.core.dll": {} ++ } ++ }, ++ "xunit.performance.execution/1.0.0-beta-build0007": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.1", ++ "xunit": "2.2.0-beta2-build3300", ++ "xunit.performance.core": "1.0.0-beta-build0007" ++ }, ++ "compile": { ++ "lib/netstandard1.5/xunit.performance.execution.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/xunit.performance.execution.dll": {} ++ } ++ }, ++ "xunit.performance.metrics/1.0.0-beta-build0007": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", ++ "NETStandard.Library": "1.6.1", ++ "System.Runtime.Serialization.Formatters": "4.3.0", ++ "xunit.abstractions": "2.0.1", ++ "xunit.performance.core": "1.0.0-beta-build0007" ++ }, ++ "compile": { ++ "lib/netstandard1.5/xunit.performance.metrics.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/xunit.performance.metrics.dll": {} ++ } ++ }, ++ "xunit.runner.utility/2.2.0-beta2-build3300": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.0", ++ "xunit.abstractions": "2.0.1-rc2" ++ }, ++ "compile": { ++ "lib/netstandard1.1/xunit.runner.utility.dotnet.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.1/xunit.runner.utility.dotnet.dll": {} ++ } ++ } ++ }, ++ ".NETStandard,Version=v2.0/win7-x64": { ++ "CommandLineParser/2.1.1-beta": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.0.11-rc2-24027", ++ "System.Console": "4.0.0-rc2-24027", ++ "System.Diagnostics.Debug": "4.0.11-rc2-24027", ++ "System.Globalization": "4.0.11-rc2-24027", ++ "System.IO": "4.1.0-rc2-24027", ++ "System.Linq": "4.1.0-rc2-24027", ++ "System.Linq.Expressions": "4.0.11-rc2-24027", ++ "System.Reflection": "4.1.0-rc2-24027", ++ "System.Reflection.Extensions": "4.0.1-rc2-24027", ++ "System.Reflection.TypeExtensions": "4.1.0-rc2-24027", ++ "System.Resources.ResourceManager": "4.0.1-rc2-24027", ++ "System.Runtime": "4.1.0-rc2-24027", ++ "System.Runtime.Extensions": "4.1.0-rc2-24027" ++ }, ++ "compile": { ++ "lib/netstandard1.5/CommandLine.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/CommandLine.dll": {} ++ } ++ }, ++ "coveralls.io/1.4.0": { ++ "type": "package" ++ }, ++ "Microsoft.3rdpartytools.MarkdownLog/0.10.0-alpha-experimental": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.1", ++ "System.Reflection.TypeExtensions": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.5/Microsoft.3rdpartytools.MarkdownLog.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/Microsoft.3rdpartytools.MarkdownLog.dll": {} ++ } ++ }, ++ "Microsoft.CSharp/4.0.1": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.0.11", ++ "System.Diagnostics.Debug": "4.0.11", ++ "System.Dynamic.Runtime": "4.0.11", ++ "System.Globalization": "4.0.11", ++ "System.Linq": "4.1.0", ++ "System.Linq.Expressions": "4.1.0", ++ "System.ObjectModel": "4.0.12", ++ "System.Reflection": "4.1.0", ++ "System.Reflection.Extensions": "4.0.1", ++ "System.Reflection.Primitives": "4.0.1", ++ "System.Reflection.TypeExtensions": "4.1.0", ++ "System.Resources.ResourceManager": "4.0.1", ++ "System.Runtime": "4.1.0", ++ "System.Runtime.Extensions": "4.1.0", ++ "System.Runtime.InteropServices": "4.1.0", ++ "System.Threading": "4.0.11" ++ }, ++ "compile": { ++ "ref/netstandard1.0/Microsoft.CSharp.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/Microsoft.CSharp.dll": {} ++ } ++ }, ++ "Microsoft.Diagnostics.Tracing.TraceEvent/1.0.3-alpha-experimental": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.Win32.Registry": "4.3.0", ++ "NETStandard.Library": "1.6.1", ++ "System.Diagnostics.Process": "4.3.0", ++ "System.IO.UnmanagedMemoryStream": "4.3.0", ++ "System.Runtime.InteropServices": "4.3.0", ++ "System.Threading.Tasks.Parallel": "4.3.0", ++ "System.Threading.Thread": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.5/Microsoft.Diagnostics.Tracing.TraceEvent.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/Microsoft.Diagnostics.Tracing.TraceEvent.dll": {} ++ }, ++ "build": { ++ "build/Microsoft.Diagnostics.Tracing.TraceEvent.targets": {} ++ } ++ }, ++ "Microsoft.DotNet.BuildTools.TestSuite/1.0.1-prerelease-01616-05": { ++ "type": "package", ++ "dependencies": { ++ "xunit": "2.2.0-beta2-build3300", ++ "xunit.runner.utility": "2.2.0-beta2-build3300" ++ } ++ }, ++ "Microsoft.NETCore.Platforms/1.1.0": { ++ "type": "package", ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "Microsoft.NETCore.Targets/1.1.0": { ++ "type": "package", ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "Microsoft.Win32.Primitives/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "runtime.win.Microsoft.Win32.Primitives": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} ++ } ++ }, ++ "Microsoft.Win32.Registry/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Collections": "4.3.0", ++ "System.Globalization": "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" ++ }, ++ "compile": { ++ "ref/netstandard1.3/Microsoft.Win32.Registry.dll": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": {} ++ } ++ }, ++ "Microsoft.xunit.netcore.extensions/1.0.1-prerelease-01616-05": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease", ++ "System.Diagnostics.Debug": "4.0.11", ++ "System.IO": "4.1.0", ++ "System.Linq": "4.1.0", ++ "System.Linq.Expressions": "4.0.11", ++ "System.ObjectModel": "4.0.12", ++ "System.Reflection": "4.1.0", ++ "System.Reflection.Extensions": "4.0.1", ++ "System.Reflection.Primitives": "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.Runtime.InteropServices.RuntimeInformation": "4.0.0", ++ "System.Text.Encoding": "4.0.11", ++ "System.Text.RegularExpressions": "4.0.12", ++ "System.Threading": "4.0.11", ++ "System.Threading.Tasks": "4.0.11" ++ }, ++ "compile": { ++ "lib/netstandard1.0/Xunit.NetCore.Extensions.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/Xunit.NetCore.Extensions.dll": {} ++ } ++ }, ++ "NETStandard.Library/1.6.1": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.Win32.Primitives": "4.3.0", ++ "System.AppContext": "4.3.0", ++ "System.Collections": "4.3.0", ++ "System.Collections.Concurrent": "4.3.0", ++ "System.Console": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Diagnostics.Tools": "4.3.0", ++ "System.Diagnostics.Tracing": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.Globalization.Calendars": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.IO.Compression": "4.3.0", ++ "System.IO.Compression.ZipFile": "4.3.0", ++ "System.IO.FileSystem": "4.3.0", ++ "System.IO.FileSystem.Primitives": "4.3.0", ++ "System.Linq": "4.3.0", ++ "System.Linq.Expressions": "4.3.0", ++ "System.Net.Http": "4.3.0", ++ "System.Net.Primitives": "4.3.0", ++ "System.Net.Sockets": "4.3.0", ++ "System.ObjectModel": "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.Handles": "4.3.0", ++ "System.Runtime.InteropServices": "4.3.0", ++ "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", ++ "System.Runtime.Numerics": "4.3.0", ++ "System.Security.Cryptography.Algorithms": "4.3.0", ++ "System.Security.Cryptography.Encoding": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Security.Cryptography.X509Certificates": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Text.Encoding.Extensions": "4.3.0", ++ "System.Text.RegularExpressions": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Threading.Tasks": "4.3.0", ++ "System.Threading.Timer": "4.3.0", ++ "System.Xml.ReaderWriter": "4.3.0", ++ "System.Xml.XDocument": "4.3.0" ++ } ++ }, ++ "Newtonsoft.Json/9.0.1": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.CSharp": "4.0.1", ++ "System.Collections": "4.0.11", ++ "System.Diagnostics.Debug": "4.0.11", ++ "System.Dynamic.Runtime": "4.0.11", ++ "System.Globalization": "4.0.11", ++ "System.IO": "4.1.0", ++ "System.Linq": "4.1.0", ++ "System.Linq.Expressions": "4.1.0", ++ "System.ObjectModel": "4.0.12", ++ "System.Reflection": "4.1.0", ++ "System.Reflection.Extensions": "4.0.1", ++ "System.Resources.ResourceManager": "4.0.1", ++ "System.Runtime": "4.1.0", ++ "System.Runtime.Extensions": "4.1.0", ++ "System.Runtime.Serialization.Primitives": "4.1.1", ++ "System.Text.Encoding": "4.0.11", ++ "System.Text.Encoding.Extensions": "4.0.11", ++ "System.Text.RegularExpressions": "4.1.0", ++ "System.Threading": "4.0.11", ++ "System.Threading.Tasks": "4.0.11", ++ "System.Xml.ReaderWriter": "4.0.11", ++ "System.Xml.XDocument": "4.0.11" ++ }, ++ "compile": { ++ "lib/netstandard1.0/Newtonsoft.Json.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/Newtonsoft.Json.dll": {} ++ } ++ }, ++ "OpenCover/4.6.519": { ++ "type": "package" ++ }, ++ "ReportGenerator/2.5.0": { ++ "type": "package" ++ }, ++ "runtime.any.System.Collections/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Collections.dll": {} ++ } ++ }, ++ "runtime.any.System.Diagnostics.Tools/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Diagnostics.Tools.dll": {} ++ } ++ }, ++ "runtime.any.System.Diagnostics.Tracing/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} ++ } ++ }, ++ "runtime.any.System.Globalization/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Globalization.dll": {} ++ } ++ }, ++ "runtime.any.System.Globalization.Calendars/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Globalization.Calendars.dll": {} ++ } ++ }, ++ "runtime.any.System.IO/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/System.IO.dll": {} ++ } ++ }, ++ "runtime.any.System.Reflection/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/System.Reflection.dll": {} ++ } ++ }, ++ "runtime.any.System.Reflection.Extensions/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Reflection.Extensions.dll": {} ++ } ++ }, ++ "runtime.any.System.Reflection.Primitives/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Reflection.Primitives.dll": {} ++ } ++ }, ++ "runtime.any.System.Resources.ResourceManager/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} ++ } ++ }, ++ "runtime.any.System.Runtime/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Private.Uri": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/System.Runtime.dll": {} ++ } ++ }, ++ "runtime.any.System.Runtime.Handles/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Runtime.Handles.dll": {} ++ } ++ }, ++ "runtime.any.System.Runtime.InteropServices/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} ++ } ++ }, ++ "runtime.any.System.Text.Encoding/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Text.Encoding.dll": {} ++ } ++ }, ++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} ++ } ++ }, ++ "runtime.any.System.Threading.Tasks/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Threading.Tasks.dll": {} ++ } ++ }, ++ "runtime.any.System.Threading.Timer/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Threading.Timer.dll": {} ++ } ++ }, ++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package" ++ }, ++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package" ++ }, ++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package" ++ }, ++ "runtime.native.System/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "runtime.native.System.IO.Compression/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "runtime.win7-x64.runtime.native.System.IO.Compression": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "runtime.native.System.Net.Http/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "runtime.native.System.Security.Cryptography.Apple/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", ++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package" ++ }, ++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package" ++ }, ++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/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.win.Microsoft.Win32.Primitives/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Runtime": "4.3.0", ++ "System.Runtime.InteropServices": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Primitives.dll": {} ++ } ++ }, ++ "runtime.win.System.Console/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "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.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" ++ }, ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/System.Console.dll": {} ++ } ++ }, ++ "runtime.win.System.Diagnostics.Debug/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} ++ } ++ }, ++ "runtime.win.System.IO.FileSystem/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Buffers": "4.3.0", ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.IO.FileSystem.Primitives": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Extensions": "4.3.0", ++ "System.Runtime.Handles": "4.3.0", ++ "System.Runtime.InteropServices": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Text.Encoding.Extensions": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Threading.Overlapped": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} ++ } ++ }, ++ "runtime.win.System.Net.Primitives/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.Win32.Primitives": "4.3.0", ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Tracing": "4.3.0", ++ "System.Globalization": "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.Threading": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/System.Net.Primitives.dll": {} ++ } ++ }, ++ "runtime.win.System.Net.Sockets/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Diagnostics.Tracing": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.IO.FileSystem": "4.3.0", ++ "System.IO.FileSystem.Primitives": "4.3.0", ++ "System.Net.NameResolution": "4.3.0", ++ "System.Net.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.Security.Principal.Windows": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Threading.Overlapped": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/System.Net.Sockets.dll": {} ++ } ++ }, ++ "runtime.win.System.Runtime.Extensions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Private.Uri": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} ++ } ++ }, ++ "runtime.win7-x64.runtime.native.System.IO.Compression/4.3.0": { ++ "type": "package", ++ "native": { ++ "runtimes/win7-x64/native/clrcompression.dll": {} ++ } ++ }, ++ "runtime.win7.System.Private.Uri/4.3.0": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard/_._": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.0/System.Private.Uri.dll": {} ++ } ++ }, ++ "System.AppContext/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.6/System.AppContext.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.6/System.AppContext.dll": {} ++ } ++ }, ++ "System.Buffers/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Diagnostics.Tracing": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Threading": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.1/System.Buffers.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.1/System.Buffers.dll": {} ++ } ++ }, ++ "System.Collections/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "runtime.any.System.Collections": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Collections.dll": {} ++ } ++ }, ++ "System.Collections.Concurrent/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Diagnostics.Tracing": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.Reflection": "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", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Collections.Concurrent.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Collections.Concurrent.dll": {} ++ } ++ }, ++ "System.Console/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.IO": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "runtime.win.System.Console": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Console.dll": {} ++ } ++ }, ++ "System.Diagnostics.Debug/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "runtime.win.System.Diagnostics.Debug": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} ++ } ++ }, ++ "System.Diagnostics.DiagnosticSource/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Tracing": "4.3.0", ++ "System.Reflection": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Threading": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.3/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} ++ } ++ }, ++ "System.Diagnostics.Process/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.Win32.Primitives": "4.3.0", ++ "Microsoft.Win32.Registry": "4.3.0", ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.IO.FileSystem": "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", ++ "System.Threading.Thread": "4.3.0", ++ "System.Threading.ThreadPool": "4.3.0", ++ "runtime.native.System": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.4/System.Diagnostics.Process.dll": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll": {} ++ } ++ }, ++ "System.Diagnostics.Tools/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "runtime.any.System.Diagnostics.Tools": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} ++ } ++ }, ++ "System.Diagnostics.Tracing/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "runtime.any.System.Diagnostics.Tracing": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} ++ } ++ }, ++ "System.Dynamic.Runtime/4.0.11": { ++ "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.Linq.Expressions": "4.1.0", ++ "System.ObjectModel": "4.0.12", ++ "System.Reflection": "4.1.0", ++ "System.Reflection.Emit": "4.0.1", ++ "System.Reflection.Emit.ILGeneration": "4.0.1", ++ "System.Reflection.Primitives": "4.0.1", ++ "System.Reflection.TypeExtensions": "4.1.0", ++ "System.Resources.ResourceManager": "4.0.1", ++ "System.Runtime": "4.1.0", ++ "System.Runtime.Extensions": "4.1.0", ++ "System.Threading": "4.0.11" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Dynamic.Runtime.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.Globalization.Calendars/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Globalization": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "runtime.any.System.Globalization.Calendars": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Globalization.Calendars.dll": {} ++ } ++ }, ++ "System.Globalization.Extensions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Globalization": "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" ++ }, ++ "compile": { ++ "ref/netstandard1.3/_._": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": {} ++ } ++ }, ++ "System.IO/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Threading.Tasks": "4.3.0", ++ "runtime.any.System.IO": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.5/System.IO.dll": {} ++ } ++ }, ++ "System.IO.Compression/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Buffers": "4.3.0", ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Extensions": "4.3.0", ++ "System.Runtime.Handles": "4.3.0", ++ "System.Runtime.InteropServices": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Threading.Tasks": "4.3.0", ++ "runtime.native.System": "4.3.0", ++ "runtime.native.System.IO.Compression": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.IO.Compression.dll": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {} ++ } ++ }, ++ "System.IO.Compression.TestData/1.0.5-prerelease": { ++ "type": "package" ++ }, ++ "System.IO.Compression.ZipFile/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Buffers": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.IO.Compression": "4.3.0", ++ "System.IO.FileSystem": "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.Text.Encoding": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} ++ } ++ }, ++ "System.IO.FileSystem/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.IO": "4.3.0", ++ "System.IO.FileSystem.Primitives": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Handles": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Threading.Tasks": "4.3.0", ++ "runtime.win.System.IO.FileSystem": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.IO.FileSystem.dll": {} ++ } ++ }, ++ "System.IO.FileSystem.Primitives/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} ++ } ++ }, ++ "System.IO.Packaging.TestData/1.0.0-prerelease": { ++ "type": "package" ++ }, ++ "System.IO.UnmanagedMemoryStream/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Buffers": "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.InteropServices": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} ++ } ++ }, ++ "System.Linq/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Extensions": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.6/System.Linq.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.6/System.Linq.dll": {} ++ } ++ }, ++ "System.Linq.Expressions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.Linq": "4.3.0", ++ "System.ObjectModel": "4.3.0", ++ "System.Reflection": "4.3.0", ++ "System.Reflection.Emit": "4.3.0", ++ "System.Reflection.Emit.ILGeneration": "4.3.0", ++ "System.Reflection.Emit.Lightweight": "4.3.0", ++ "System.Reflection.Extensions": "4.3.0", ++ "System.Reflection.Primitives": "4.3.0", ++ "System.Reflection.TypeExtensions": "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": { ++ "ref/netstandard1.6/System.Linq.Expressions.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.6/System.Linq.Expressions.dll": {} ++ } ++ }, ++ "System.Net.Http/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Diagnostics.DiagnosticSource": "4.3.0", ++ "System.Diagnostics.Tracing": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.Globalization.Extensions": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.IO.FileSystem": "4.3.0", ++ "System.Net.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.Security.Cryptography.Algorithms": "4.3.0", ++ "System.Security.Cryptography.Encoding": "4.3.0", ++ "System.Security.Cryptography.OpenSsl": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Security.Cryptography.X509Certificates": "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.Net.Http": "4.3.0", ++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Net.Http.dll": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": {} ++ } ++ }, ++ "System.Net.NameResolution/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Tracing": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.Net.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.Security.Principal.Windows": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Threading.Tasks": "4.3.0", ++ "runtime.native.System": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Net.NameResolution.dll": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": {} ++ } ++ }, ++ "System.Net.Primitives/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Handles": "4.3.0", ++ "runtime.win.System.Net.Primitives": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Net.Primitives.dll": {} ++ } ++ }, ++ "System.Net.Sockets/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.IO": "4.3.0", ++ "System.Net.Primitives": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Threading.Tasks": "4.3.0", ++ "runtime.win.System.Net.Sockets": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Net.Sockets.dll": {} ++ } ++ }, ++ "System.Net.TestData/1.0.0-prerelease": { ++ "type": "package" ++ }, ++ "System.ObjectModel/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Threading": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.ObjectModel.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.ObjectModel.dll": {} ++ } ++ }, ++ "System.Private.Uri/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "runtime.win7.System.Private.Uri": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard/_._": {} ++ } ++ }, ++ "System.Reflection/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.IO": "4.3.0", ++ "System.Reflection.Primitives": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "runtime.any.System.Reflection": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.5/System.Reflection.dll": {} ++ } ++ }, ++ "System.Reflection.Emit/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.IO": "4.3.0", ++ "System.Reflection": "4.3.0", ++ "System.Reflection.Emit.ILGeneration": "4.3.0", ++ "System.Reflection.Primitives": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.1/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Reflection.Emit.dll": {} ++ } ++ }, ++ "System.Reflection.Emit.ILGeneration/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Reflection": "4.3.0", ++ "System.Reflection.Primitives": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} ++ } ++ }, ++ "System.Reflection.Emit.Lightweight/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Reflection": "4.3.0", ++ "System.Reflection.Emit.ILGeneration": "4.3.0", ++ "System.Reflection.Primitives": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} ++ } ++ }, ++ "System.Reflection.Extensions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Reflection": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "runtime.any.System.Reflection.Extensions": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.0/System.Reflection.Extensions.dll": {} ++ } ++ }, ++ "System.Reflection.Primitives/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "runtime.any.System.Reflection.Primitives": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.0/System.Reflection.Primitives.dll": {} ++ } ++ }, ++ "System.Reflection.TypeExtensions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Reflection": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.5/System.Reflection.TypeExtensions.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} ++ } ++ }, ++ "System.Resources.ResourceManager/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Globalization": "4.3.0", ++ "System.Reflection": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "runtime.any.System.Resources.ResourceManager": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} ++ } ++ }, ++ "System.Runtime/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "runtime.any.System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.5/System.Runtime.dll": {} ++ } ++ }, ++ "System.Runtime.Extensions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "runtime.win.System.Runtime.Extensions": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.5/System.Runtime.Extensions.dll": {} ++ } ++ }, ++ "System.Runtime.Handles/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "runtime.any.System.Runtime.Handles": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Runtime.Handles.dll": {} ++ } ++ }, ++ "System.Runtime.InteropServices/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Reflection": "4.3.0", ++ "System.Reflection.Primitives": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Handles": "4.3.0", ++ "runtime.any.System.Runtime.InteropServices": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.5/System.Runtime.InteropServices.dll": {} ++ } ++ }, ++ "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Reflection": "4.3.0", ++ "System.Reflection.Extensions": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.InteropServices": "4.3.0", ++ "System.Threading": "4.3.0", ++ "runtime.native.System": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} ++ } ++ }, ++ "System.Runtime.Numerics/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Globalization": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Extensions": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.1/System.Runtime.Numerics.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Runtime.Numerics.dll": {} ++ } ++ }, ++ "System.Runtime.Serialization.Formatters/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Reflection": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Serialization.Primitives": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll": {} ++ } ++ }, ++ "System.Runtime.Serialization.Primitives/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} ++ } ++ }, ++ "System.Security.Claims/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Globalization": "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.Security.Principal": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Security.Claims.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Security.Claims.dll": {} ++ } ++ }, ++ "System.Security.Cryptography.Algorithms/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Collections": "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.Runtime.Numerics": "4.3.0", ++ "System.Security.Cryptography.Encoding": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "runtime.native.System.Security.Cryptography.Apple": "4.3.0", ++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} ++ } ++ }, ++ "System.Security.Cryptography.Cng/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.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.Security.Cryptography.Algorithms": "4.3.0", ++ "System.Security.Cryptography.Encoding": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Text.Encoding": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.6/_._": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": {} ++ } ++ }, ++ "System.Security.Cryptography.Csp/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.IO": "4.3.0", ++ "System.Reflection": "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.Security.Cryptography.Algorithms": "4.3.0", ++ "System.Security.Cryptography.Encoding": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Threading": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/_._": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": {} ++ } ++ }, ++ "System.Security.Cryptography.Encoding/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Collections": "4.3.0", ++ "System.Collections.Concurrent": "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.Runtime.Handles": "4.3.0", ++ "System.Runtime.InteropServices": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} ++ } ++ }, ++ "System.Security.Cryptography.OpenSsl/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "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.Runtime.Numerics": "4.3.0", ++ "System.Security.Cryptography.Algorithms": "4.3.0", ++ "System.Security.Cryptography.Encoding": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.6/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} ++ } ++ }, ++ "System.Security.Cryptography.Primitives/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} ++ } ++ }, ++ "System.Security.Cryptography.X509Certificates/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.Globalization.Calendars": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.IO.FileSystem": "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.Runtime.Numerics": "4.3.0", ++ "System.Security.Cryptography.Algorithms": "4.3.0", ++ "System.Security.Cryptography.Cng": "4.3.0", ++ "System.Security.Cryptography.Csp": "4.3.0", ++ "System.Security.Cryptography.Encoding": "4.3.0", ++ "System.Security.Cryptography.OpenSsl": "4.3.0", ++ "System.Security.Cryptography.Primitives": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Threading": "4.3.0", ++ "runtime.native.System": "4.3.0", ++ "runtime.native.System.Net.Http": "4.3.0", ++ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": {} ++ } ++ }, ++ "System.Security.Cryptography.X509Certificates.TestData/1.0.2-prerelease": { ++ "type": "package" ++ }, ++ "System.Security.Principal/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.0/System.Security.Principal.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/System.Security.Principal.dll": {} ++ } ++ }, ++ "System.Security.Principal.Windows/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.Win32.Primitives": "4.3.0", ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Reflection": "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.Security.Claims": "4.3.0", ++ "System.Security.Principal": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Threading": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Security.Principal.Windows.dll": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll": {} ++ } ++ }, ++ "System.Text.Encoding/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "runtime.any.System.Text.Encoding": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Text.Encoding.dll": {} ++ } ++ }, ++ "System.Text.Encoding.Extensions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "runtime.any.System.Text.Encoding.Extensions": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} ++ } ++ }, ++ "System.Text.RegularExpressions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Globalization": "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": { ++ "ref/netstandard1.6/System.Text.RegularExpressions.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} ++ } ++ }, ++ "System.Threading/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Runtime": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Threading.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Threading.dll": {} ++ } ++ }, ++ "System.Threading.Overlapped/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Handles": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Threading.Overlapped.dll": {} ++ }, ++ "runtime": { ++ "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": {} ++ } ++ }, ++ "System.Threading.Tasks/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "runtime.any.System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Threading.Tasks.dll": {} ++ } ++ }, ++ "System.Threading.Tasks.Extensions/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} ++ } ++ }, ++ "System.Threading.Tasks.Parallel/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections.Concurrent": "4.3.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.Runtime.Extensions": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Threading.Tasks": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} ++ } ++ }, ++ "System.Threading.Thread/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Threading.Thread.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Threading.Thread.dll": {} ++ } ++ }, ++ "System.Threading.ThreadPool/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Handles": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} ++ } ++ }, ++ "System.Threading.Timer/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0", ++ "Microsoft.NETCore.Targets": "1.1.0", ++ "System.Runtime": "4.3.0", ++ "runtime.any.System.Threading.Timer": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.2/System.Threading.Timer.dll": {} ++ } ++ }, ++ "System.ValueTuple/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/System.ValueTuple.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/System.ValueTuple.dll": {} ++ } ++ }, ++ "System.Xml.ReaderWriter/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.IO.FileSystem": "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.InteropServices": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Text.Encoding.Extensions": "4.3.0", ++ "System.Text.RegularExpressions": "4.3.0", ++ "System.Threading.Tasks": "4.3.0", ++ "System.Threading.Tasks.Extensions": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} ++ } ++ }, ++ "System.Xml.XDocument/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Diagnostics.Tools": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.Reflection": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Extensions": "4.3.0", ++ "System.Text.Encoding": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Xml.ReaderWriter": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Xml.XDocument.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Xml.XDocument.dll": {} ++ } ++ }, ++ "System.Xml.XmlDocument/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Diagnostics.Debug": "4.3.0", ++ "System.Globalization": "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.Text.Encoding": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Xml.ReaderWriter": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} ++ } ++ }, ++ "System.Xml.XmlSerializer/4.3.0": { ++ "type": "package", ++ "dependencies": { ++ "System.Collections": "4.3.0", ++ "System.Globalization": "4.3.0", ++ "System.IO": "4.3.0", ++ "System.Linq": "4.3.0", ++ "System.Reflection": "4.3.0", ++ "System.Reflection.Emit": "4.3.0", ++ "System.Reflection.Emit.ILGeneration": "4.3.0", ++ "System.Reflection.Extensions": "4.3.0", ++ "System.Reflection.Primitives": "4.3.0", ++ "System.Reflection.TypeExtensions": "4.3.0", ++ "System.Resources.ResourceManager": "4.3.0", ++ "System.Runtime": "4.3.0", ++ "System.Runtime.Extensions": "4.3.0", ++ "System.Text.RegularExpressions": "4.3.0", ++ "System.Threading": "4.3.0", ++ "System.Xml.ReaderWriter": "4.3.0", ++ "System.Xml.XmlDocument": "4.3.0" ++ }, ++ "compile": { ++ "ref/netstandard1.3/System.Xml.XmlSerializer.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} ++ } ++ }, ++ "xunit/2.2.0-beta2-build3300": { ++ "type": "package", ++ "dependencies": { ++ "xunit.assert": "[2.2.0-beta2-build3300]", ++ "xunit.core": "[2.2.0-beta2-build3300]" ++ } ++ }, ++ "xunit.abstractions/2.0.1": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/xunit.abstractions.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/xunit.abstractions.dll": {} ++ } ++ }, ++ "xunit.assert/2.2.0-beta2-build3300": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/xunit.assert.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/xunit.assert.dll": {} ++ } ++ }, ++ "xunit.console.netcore/1.0.3-prerelease-00921-01": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease", ++ "System.Collections": "4.0.11", ++ "System.Collections.Concurrent": "4.0.12", ++ "System.Console": "4.0.0", ++ "System.Diagnostics.Debug": "4.0.11", ++ "System.Globalization": "4.0.11", ++ "System.IO": "4.1.0", ++ "System.IO.FileSystem": "4.0.1", ++ "System.IO.FileSystem.Primitives": "4.0.1", ++ "System.Linq": "4.1.0", ++ "System.Reflection": "4.1.0", ++ "System.Reflection.Extensions": "4.0.1", ++ "System.Runtime": "4.1.0", ++ "System.Runtime.Extensions": "4.1.0", ++ "System.Text.RegularExpressions": "4.0.12", ++ "System.Threading": "4.0.11", ++ "System.Threading.Tasks": "4.0.11", ++ "System.Xml.XDocument": "4.0.11" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "native": { ++ "runtimes/any/native/xunit.console.netcore.exe": {} ++ } ++ }, ++ "xunit.core/2.2.0-beta2-build3300": { ++ "type": "package", ++ "dependencies": { ++ "xunit.extensibility.core": "[2.2.0-beta2-build3300]", ++ "xunit.extensibility.execution": "[2.2.0-beta2-build3300]" ++ }, ++ "build": { ++ "build/netstandard1.0/_._": {} ++ } ++ }, ++ "xunit.extensibility.core/2.2.0-beta2-build3300": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.0", ++ "xunit.abstractions": "2.0.1-rc2" ++ }, ++ "compile": { ++ "lib/netstandard1.0/xunit.core.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/xunit.core.dll": {} ++ } ++ }, ++ "xunit.extensibility.execution/2.2.0-beta2-build3300": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.0", ++ "xunit.extensibility.core": "[2.2.0-beta2-build3300]" ++ }, ++ "compile": { ++ "lib/netstandard1.0/xunit.execution.dotnet.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/xunit.execution.dotnet.dll": {} ++ } ++ }, ++ "xunit.performance.api/1.0.0-beta-build0007": { ++ "type": "package", ++ "dependencies": { ++ "CommandLineParser": "2.1.1-beta", ++ "Microsoft.3rdpartytools.MarkdownLog": "0.10.0-alpha-experimental", ++ "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", ++ "NETStandard.Library": "1.6.1", ++ "System.Security.Principal.Windows": "4.3.0", ++ "System.ValueTuple": "4.3.0", ++ "System.Xml.XmlSerializer": "4.3.0", ++ "xunit.performance.core": "1.0.0-beta-build0007", ++ "xunit.performance.execution": "1.0.0-beta-build0007", ++ "xunit.performance.metrics": "1.0.0-beta-build0007", ++ "xunit.runner.utility": "2.2.0-beta2-build3300" ++ }, ++ "compile": { ++ "lib/netstandard1.5/xunit.performance.api.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/xunit.performance.api.dll": {} ++ } ++ }, ++ "xunit.performance.core/1.0.0-beta-build0007": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.1", ++ "xunit.extensibility.core": "2.2.0-beta2-build3300" ++ }, ++ "compile": { ++ "lib/netstandard1.3/xunit.performance.core.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.3/xunit.performance.core.dll": {} ++ } ++ }, ++ "xunit.performance.execution/1.0.0-beta-build0007": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.1", ++ "xunit": "2.2.0-beta2-build3300", ++ "xunit.performance.core": "1.0.0-beta-build0007" ++ }, ++ "compile": { ++ "lib/netstandard1.5/xunit.performance.execution.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/xunit.performance.execution.dll": {} ++ } ++ }, ++ "xunit.performance.metrics/1.0.0-beta-build0007": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", ++ "NETStandard.Library": "1.6.1", ++ "System.Runtime.Serialization.Formatters": "4.3.0", ++ "xunit.abstractions": "2.0.1", ++ "xunit.performance.core": "1.0.0-beta-build0007" ++ }, ++ "compile": { ++ "lib/netstandard1.5/xunit.performance.metrics.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.5/xunit.performance.metrics.dll": {} ++ } ++ }, ++ "xunit.runner.utility/2.2.0-beta2-build3300": { ++ "type": "package", ++ "dependencies": { ++ "NETStandard.Library": "1.6.0", ++ "xunit.abstractions": "2.0.1-rc2" ++ }, ++ "compile": { ++ "lib/netstandard1.1/xunit.runner.utility.dotnet.dll": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.1/xunit.runner.utility.dotnet.dll": {} ++ } ++ } ++ } ++ }, ++ "libraries": { ++ "CommandLineParser/2.1.1-beta": { ++ "sha512": "TmWNdtqLmtqLbwr0c9l1nEjjk39GB7wevl+1rxN907kjmdUUu5s470bWJFPEckfjYTnZ216xziW5fMXP35KVXg==", ++ "type": "package", ++ "path": "commandlineparser/2.1.1-beta", ++ "files": [ ++ "commandlineparser.2.1.1-beta.nupkg.sha512", ++ "commandlineparser.nuspec", ++ "lib/net40/CommandLine.XML", ++ "lib/net40/CommandLine.dll", ++ "lib/net45/CommandLine.XML", ++ "lib/net45/CommandLine.dll", ++ "lib/netstandard1.5/CommandLine.dll", ++ "lib/netstandard1.5/CommandLine.xml", ++ "readme.md" ++ ] ++ }, ++ "coveralls.io/1.4.0": { ++ "sha512": "QJLuUzAD50drCp5P+PiWHh/TKcNBbsgnnZiN600YtRPx5DP4aY4MpVeY1oYs8eOnuhCZW+5TqcpUct3oHJigIQ==", ++ "type": "package", ++ "path": "coveralls.io/1.4.0", ++ "files": [ ++ "coveralls.io.1.4.0.nupkg.sha512", ++ "coveralls.io.nuspec", ++ "tools/CommandLine.dll", ++ "tools/CommandLine.xml", ++ "tools/Coveralls.dll", ++ "tools/Coveralls.pdb", ++ "tools/LibGit2Sharp.dll", ++ "tools/LibGit2Sharp.xml", ++ "tools/NativeBinaries/amd64/git2-e0902fb.dll", ++ "tools/NativeBinaries/amd64/git2-e0902fb.pdb", ++ "tools/NativeBinaries/x86/git2-e0902fb.dll", ++ "tools/NativeBinaries/x86/git2-e0902fb.pdb", ++ "tools/Newtonsoft.Json.dll", ++ "tools/Newtonsoft.Json.xml", ++ "tools/coveralls.net.exe", ++ "tools/coveralls.net.exe.config", ++ "tools/coveralls.net.pdb" ++ ] ++ }, ++ "Microsoft.3rdpartytools.MarkdownLog/0.10.0-alpha-experimental": { ++ "sha512": "BlzmPbwd0w2OGgXHFRWYu0tsJj6f6rAglvZ5q5hi71TGl6DDCZjP7WmMvcEFZi5MGGWkZ3VoPXQ4hJMMuGJF6A==", ++ "type": "package", ++ "path": "microsoft.3rdpartytools.markdownlog/0.10.0-alpha-experimental", ++ "files": [ ++ "lib/netstandard1.5/Microsoft.3rdpartytools.MarkdownLog.dll", ++ "microsoft.3rdpartytools.markdownlog.0.10.0-alpha-experimental.nupkg.sha512", ++ "microsoft.3rdpartytools.markdownlog.nuspec" ++ ] ++ }, ++ "Microsoft.CSharp/4.0.1": { ++ "sha512": "17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==", ++ "type": "package", ++ "path": "microsoft.csharp/4.0.1", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/Microsoft.CSharp.dll", ++ "lib/netstandard1.3/Microsoft.CSharp.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "microsoft.csharp.4.0.1.nupkg.sha512", ++ "microsoft.csharp.nuspec", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/Microsoft.CSharp.dll", ++ "ref/netcore50/Microsoft.CSharp.xml", ++ "ref/netcore50/de/Microsoft.CSharp.xml", ++ "ref/netcore50/es/Microsoft.CSharp.xml", ++ "ref/netcore50/fr/Microsoft.CSharp.xml", ++ "ref/netcore50/it/Microsoft.CSharp.xml", ++ "ref/netcore50/ja/Microsoft.CSharp.xml", ++ "ref/netcore50/ko/Microsoft.CSharp.xml", ++ "ref/netcore50/ru/Microsoft.CSharp.xml", ++ "ref/netcore50/zh-hans/Microsoft.CSharp.xml", ++ "ref/netcore50/zh-hant/Microsoft.CSharp.xml", ++ "ref/netstandard1.0/Microsoft.CSharp.dll", ++ "ref/netstandard1.0/Microsoft.CSharp.xml", ++ "ref/netstandard1.0/de/Microsoft.CSharp.xml", ++ "ref/netstandard1.0/es/Microsoft.CSharp.xml", ++ "ref/netstandard1.0/fr/Microsoft.CSharp.xml", ++ "ref/netstandard1.0/it/Microsoft.CSharp.xml", ++ "ref/netstandard1.0/ja/Microsoft.CSharp.xml", ++ "ref/netstandard1.0/ko/Microsoft.CSharp.xml", ++ "ref/netstandard1.0/ru/Microsoft.CSharp.xml", ++ "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", ++ "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._" ++ ] ++ }, ++ "Microsoft.Diagnostics.Tracing.TraceEvent/1.0.3-alpha-experimental": { ++ "sha512": "mefqOPbqPZQ8bE/vO2OA2o2iQTSsfdMps2PIYm3NeW3KeNNtrQg+LJWrG/ftUE4WwNKxXDmdJzwjwFTVmTMmqA==", ++ "type": "package", ++ "path": "microsoft.diagnostics.tracing.traceevent/1.0.3-alpha-experimental", ++ "files": [ ++ "build/Microsoft.Diagnostics.Tracing.TraceEvent.targets", ++ "lib/native/amd64/kerneltracecontrol.dll", ++ "lib/native/amd64/msdia140.dll", ++ "lib/native/arm/kerneltracecontrol.dll", ++ "lib/native/arm/msdia140.dll", ++ "lib/native/x86/kerneltracecontrol.dll", ++ "lib/native/x86/msdia140.dll", ++ "lib/netstandard1.5/Microsoft.Diagnostics.Tracing.TraceEvent.dll", ++ "microsoft.diagnostics.tracing.traceevent.1.0.3-alpha-experimental.nupkg.sha512", ++ "microsoft.diagnostics.tracing.traceevent.nuspec" ++ ] ++ }, ++ "Microsoft.DotNet.BuildTools.TestSuite/1.0.1-prerelease-01616-05": { ++ "sha512": "B0M7pZ26vbsFnwdUfc9uA9SwerUxGeNaMIbqXeeaS1nMdiJlwvSB4YPaMl7nyejw/aZMOrCCpT3qwdmHhb3lPw==", ++ "type": "package", ++ "path": "microsoft.dotnet.buildtools.testsuite/1.0.1-prerelease-01616-05", ++ "files": [ ++ "microsoft.dotnet.buildtools.testsuite.1.0.1-prerelease-01616-05.nupkg.sha512", ++ "microsoft.dotnet.buildtools.testsuite.nuspec", ++ "runtime.json", ++ "version.txt" ++ ] ++ }, ++ "Microsoft.NETCore.Platforms/1.1.0": { ++ "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", ++ "type": "package", ++ "path": "microsoft.netcore.platforms/1.1.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/netstandard1.0/_._", ++ "microsoft.netcore.platforms.1.1.0.nupkg.sha512", ++ "microsoft.netcore.platforms.nuspec", ++ "runtime.json" ++ ] ++ }, ++ "Microsoft.NETCore.Targets/1.1.0": { ++ "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", ++ "type": "package", ++ "path": "microsoft.netcore.targets/1.1.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/netstandard1.0/_._", ++ "microsoft.netcore.targets.1.1.0.nupkg.sha512", ++ "microsoft.netcore.targets.nuspec", ++ "runtime.json" ++ ] ++ }, ++ "Microsoft.Win32.Primitives/4.3.0": { ++ "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", ++ "type": "package", ++ "path": "microsoft.win32.primitives/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/Microsoft.Win32.Primitives.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "microsoft.win32.primitives.4.3.0.nupkg.sha512", ++ "microsoft.win32.primitives.nuspec", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/Microsoft.Win32.Primitives.dll", ++ "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", ++ "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", ++ "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", ++ "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", ++ "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", ++ "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", ++ "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", ++ "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", ++ "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", ++ "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", ++ "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._" ++ ] ++ }, ++ "Microsoft.Win32.Registry/4.3.0": { ++ "sha512": "Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", ++ "type": "package", ++ "path": "microsoft.win32.registry/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/net46/Microsoft.Win32.Registry.dll", ++ "microsoft.win32.registry.4.3.0.nupkg.sha512", ++ "microsoft.win32.registry.nuspec", ++ "ref/net46/Microsoft.Win32.Registry.dll", ++ "ref/netstandard1.3/Microsoft.Win32.Registry.dll", ++ "ref/netstandard1.3/Microsoft.Win32.Registry.xml", ++ "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", ++ "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", ++ "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", ++ "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", ++ "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", ++ "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", ++ "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", ++ "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", ++ "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", ++ "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll", ++ "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", ++ "runtimes/win/lib/netcore50/_._", ++ "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll" ++ ] ++ }, ++ "Microsoft.xunit.netcore.extensions/1.0.1-prerelease-01616-05": { ++ "sha512": "nXHBRLGZS/3C424whxS4ZvRT8kpJzeBy0/S9g0tqi8OSZgHYK7/fj2xLjPG6sXwi3PE2blY4/sd0mgPlASn4yg==", ++ "type": "package", ++ "path": "microsoft.xunit.netcore.extensions/1.0.1-prerelease-01616-05", ++ "files": [ ++ "lib/netstandard1.0/Xunit.NetCore.Extensions.dll", ++ "microsoft.xunit.netcore.extensions.1.0.1-prerelease-01616-05.nupkg.sha512", ++ "microsoft.xunit.netcore.extensions.nuspec", ++ "version.txt" ++ ] ++ }, ++ "NETStandard.Library/1.6.1": { ++ "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", ++ "type": "package", ++ "path": "netstandard.library/1.6.1", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "netstandard.library.1.6.1.nupkg.sha512", ++ "netstandard.library.nuspec" ++ ] ++ }, ++ "Newtonsoft.Json/9.0.1": { ++ "sha512": "U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==", ++ "type": "package", ++ "path": "newtonsoft.json/9.0.1", ++ "files": [ ++ "lib/net20/Newtonsoft.Json.dll", ++ "lib/net20/Newtonsoft.Json.xml", ++ "lib/net35/Newtonsoft.Json.dll", ++ "lib/net35/Newtonsoft.Json.xml", ++ "lib/net40/Newtonsoft.Json.dll", ++ "lib/net40/Newtonsoft.Json.xml", ++ "lib/net45/Newtonsoft.Json.dll", ++ "lib/net45/Newtonsoft.Json.xml", ++ "lib/netstandard1.0/Newtonsoft.Json.dll", ++ "lib/netstandard1.0/Newtonsoft.Json.xml", ++ "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", ++ "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", ++ "lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.dll", ++ "lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.xml", ++ "newtonsoft.json.9.0.1.nupkg.sha512", ++ "newtonsoft.json.nuspec", ++ "tools/install.ps1" ++ ] ++ }, ++ "OpenCover/4.6.519": { ++ "sha512": "oReudTijK4ghbd1GNTzl7Su2KzOufj2evTS5PTGAGC5ThfrThcInB/t9w2ISkcEacOsgLQTdG+PO0UUUGZ+zTw==", ++ "type": "package", ++ "path": "opencover/4.6.519", ++ "files": [ ++ "License.rtf", ++ "MSBuild/OpenCover.MSBuild.dll", ++ "MSBuild/OpenCover.targets", ++ "SampleSln/.nuget/packages.config", ++ "SampleSln/Bom/Bom.csproj", ++ "SampleSln/Bom/BomManager.cs", ++ "SampleSln/Bom/Properties/AssemblyInfo.cs", ++ "SampleSln/BomSample.sln", ++ "SampleSln/BomTest/BomManagerTests.cs", ++ "SampleSln/BomTest/BomTest.csproj", ++ "SampleSln/BomTest/Properties/AssemblyInfo.cs", ++ "SampleSln/BomTest/packages.config", ++ "SampleSln/coverage.bat", ++ "SampleSln/packages/repositories.config", ++ "Samples/x64/OpenCover.Simple.Target.exe", ++ "Samples/x64/OpenCover.Simple.Target.pdb", ++ "Samples/x86/OpenCover.Simple.Target.exe", ++ "Samples/x86/OpenCover.Simple.Target.pdb", ++ "docs/ReleaseNotes.txt", ++ "docs/Usage.rtf", ++ "opencover.4.6.519.nupkg.sha512", ++ "opencover.nuspec", ++ "readme.txt", ++ "tools/Autofac.Configuration.dll", ++ "tools/Autofac.dll", ++ "tools/CrashReporter.NET.dll", ++ "tools/Gendarme.Framework.dll", ++ "tools/Gendarme.Rules.Maintainability.dll", ++ "tools/Mono.Cecil.Mdb.dll", ++ "tools/Mono.Cecil.Pdb.dll", ++ "tools/Mono.Cecil.dll", ++ "tools/OpenCover.Console.exe", ++ "tools/OpenCover.Console.exe.config", ++ "tools/OpenCover.Console.pdb", ++ "tools/OpenCover.Extensions.dll", ++ "tools/OpenCover.Extensions.pdb", ++ "tools/OpenCover.Framework.dll", ++ "tools/OpenCover.Framework.pdb", ++ "tools/log4net.config", ++ "tools/log4net.dll", ++ "tools/x64/OpenCover.Profiler.dll", ++ "tools/x86/OpenCover.Profiler.dll", ++ "transform/simple_report.xslt", ++ "transform/transform.ps1" ++ ] ++ }, ++ "ReportGenerator/2.5.0": { ++ "sha512": "cCJiTUkYUD/OAWQS5oVVN/zIoBOlbnPXvASj9dGY3C4RSR7ydC3rJfoJmMjHS+ULetpwRzel2G2k0xFlVACRqw==", ++ "type": "package", ++ "path": "reportgenerator/2.5.0", ++ "files": [ ++ "LICENSE.txt", ++ "Readme.txt", ++ "reportgenerator.2.5.0.nupkg.sha512", ++ "reportgenerator.nuspec", ++ "tools/ICSharpCode.NRefactory.CSharp.dll", ++ "tools/ICSharpCode.NRefactory.dll", ++ "tools/ReportGenerator.Reporting.XML", ++ "tools/ReportGenerator.Reporting.dll", ++ "tools/ReportGenerator.XML", ++ "tools/ReportGenerator.exe", ++ "tools/ReportGenerator.exe.config" ++ ] ++ }, ++ "runtime.any.System.Collections/4.3.0": { ++ "sha512": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==", ++ "type": "package", ++ "path": "runtime.any.system.collections/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Collections.dll", ++ "lib/netstandard1.3/System.Collections.dll", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.collections.4.3.0.nupkg.sha512", ++ "runtime.any.system.collections.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Diagnostics.Tools/4.3.0": { ++ "sha512": "S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==", ++ "type": "package", ++ "path": "runtime.any.system.diagnostics.tools/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Diagnostics.Tools.dll", ++ "lib/netstandard1.3/System.Diagnostics.Tools.dll", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512", ++ "runtime.any.system.diagnostics.tools.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Diagnostics.Tracing/4.3.0": { ++ "sha512": "1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==", ++ "type": "package", ++ "path": "runtime.any.system.diagnostics.tracing/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Diagnostics.Tracing.dll", ++ "lib/netstandard1.5/System.Diagnostics.Tracing.dll", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", ++ "runtime.any.system.diagnostics.tracing.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Globalization/4.3.0": { ++ "sha512": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==", ++ "type": "package", ++ "path": "runtime.any.system.globalization/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Globalization.dll", ++ "lib/netstandard1.3/System.Globalization.dll", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.globalization.4.3.0.nupkg.sha512", ++ "runtime.any.system.globalization.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Globalization.Calendars/4.3.0": { ++ "sha512": "M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==", ++ "type": "package", ++ "path": "runtime.any.system.globalization.calendars/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net/_._", ++ "lib/netcore50/System.Globalization.Calendars.dll", ++ "lib/netstandard1.3/System.Globalization.Calendars.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512", ++ "runtime.any.system.globalization.calendars.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.IO/4.3.0": { ++ "sha512": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==", ++ "type": "package", ++ "path": "runtime.any.system.io/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.IO.dll", ++ "lib/netstandard1.5/System.IO.dll", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.io.4.3.0.nupkg.sha512", ++ "runtime.any.system.io.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Reflection/4.3.0": { ++ "sha512": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==", ++ "type": "package", ++ "path": "runtime.any.system.reflection/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Reflection.dll", ++ "lib/netstandard1.5/System.Reflection.dll", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.reflection.4.3.0.nupkg.sha512", ++ "runtime.any.system.reflection.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Reflection.Extensions/4.3.0": { ++ "sha512": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==", ++ "type": "package", ++ "path": "runtime.any.system.reflection.extensions/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Reflection.Extensions.dll", ++ "lib/netstandard1.3/System.Reflection.Extensions.dll", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", ++ "runtime.any.system.reflection.extensions.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Reflection.Primitives/4.3.0": { ++ "sha512": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==", ++ "type": "package", ++ "path": "runtime.any.system.reflection.primitives/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Reflection.Primitives.dll", ++ "lib/netstandard1.3/System.Reflection.Primitives.dll", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", ++ "runtime.any.system.reflection.primitives.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Resources.ResourceManager/4.3.0": { ++ "sha512": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==", ++ "type": "package", ++ "path": "runtime.any.system.resources.resourcemanager/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Resources.ResourceManager.dll", ++ "lib/netstandard1.3/System.Resources.ResourceManager.dll", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", ++ "runtime.any.system.resources.resourcemanager.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Runtime/4.3.0": { ++ "sha512": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", ++ "type": "package", ++ "path": "runtime.any.system.runtime/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Runtime.dll", ++ "lib/netstandard1.5/System.Runtime.dll", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.runtime.4.3.0.nupkg.sha512", ++ "runtime.any.system.runtime.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Runtime.Handles/4.3.0": { ++ "sha512": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==", ++ "type": "package", ++ "path": "runtime.any.system.runtime.handles/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/_._", ++ "lib/netstandard1.3/System.Runtime.Handles.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", ++ "runtime.any.system.runtime.handles.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Runtime.InteropServices/4.3.0": { ++ "sha512": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==", ++ "type": "package", ++ "path": "runtime.any.system.runtime.interopservices/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Runtime.InteropServices.dll", ++ "lib/netstandard1.5/System.Runtime.InteropServices.dll", ++ "lib/netstandard1.6/System.Runtime.InteropServices.dll", ++ "lib/win8/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", ++ "runtime.any.system.runtime.interopservices.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Text.Encoding/4.3.0": { ++ "sha512": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==", ++ "type": "package", ++ "path": "runtime.any.system.text.encoding/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Text.Encoding.dll", ++ "lib/netstandard1.3/System.Text.Encoding.dll", ++ "lib/win8/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.text.encoding.4.3.0.nupkg.sha512", ++ "runtime.any.system.text.encoding.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Text.Encoding.Extensions/4.3.0": { ++ "sha512": "NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==", ++ "type": "package", ++ "path": "runtime.any.system.text.encoding.extensions/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Text.Encoding.Extensions.dll", ++ "lib/netstandard1.3/System.Text.Encoding.Extensions.dll", ++ "lib/win8/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", ++ "runtime.any.system.text.encoding.extensions.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Threading.Tasks/4.3.0": { ++ "sha512": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==", ++ "type": "package", ++ "path": "runtime.any.system.threading.tasks/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Threading.Tasks.dll", ++ "lib/netstandard1.3/System.Threading.Tasks.dll", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", ++ "runtime.any.system.threading.tasks.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.any.System.Threading.Timer/4.3.0": { ++ "sha512": "w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==", ++ "type": "package", ++ "path": "runtime.any.system.threading.timer/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Threading.Timer.dll", ++ "lib/netstandard1.3/System.Threading.Timer.dll", ++ "lib/win8/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/netstandard/_._", ++ "runtime.any.system.threading.timer.4.3.0.nupkg.sha512", ++ "runtime.any.system.threading.timer.nuspec", ++ "runtimes/aot/lib/netcore50/_._" ++ ] ++ }, ++ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "sha512": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", ++ "type": "package", ++ "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", ++ "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec", ++ "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ++ ] ++ }, ++ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "sha512": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", ++ "type": "package", ++ "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", ++ "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec", ++ "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ++ ] ++ }, ++ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "sha512": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", ++ "type": "package", ++ "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", ++ "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec", ++ "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ++ ] ++ }, ++ "runtime.native.System/4.3.0": { ++ "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", ++ "type": "package", ++ "path": "runtime.native.system/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/netstandard1.0/_._", ++ "runtime.native.system.4.3.0.nupkg.sha512", ++ "runtime.native.system.nuspec" ++ ] ++ }, ++ "runtime.native.System.IO.Compression/4.3.0": { ++ "sha512": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", ++ "type": "package", ++ "path": "runtime.native.system.io.compression/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/netstandard1.0/_._", ++ "runtime.native.system.io.compression.4.3.0.nupkg.sha512", ++ "runtime.native.system.io.compression.nuspec" ++ ] ++ }, ++ "runtime.native.System.Net.Http/4.3.0": { ++ "sha512": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", ++ "type": "package", ++ "path": "runtime.native.system.net.http/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/netstandard1.0/_._", ++ "runtime.native.system.net.http.4.3.0.nupkg.sha512", ++ "runtime.native.system.net.http.nuspec" ++ ] ++ }, ++ "runtime.native.System.Security.Cryptography.Apple/4.3.0": { ++ "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", ++ "type": "package", ++ "path": "runtime.native.system.security.cryptography.apple/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/netstandard1.0/_._", ++ "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", ++ "runtime.native.system.security.cryptography.apple.nuspec" ++ ] ++ }, ++ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "sha512": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", ++ "type": "package", ++ "path": "runtime.native.system.security.cryptography.openssl/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/netstandard1.0/_._", ++ "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", ++ "runtime.native.system.security.cryptography.openssl.nuspec" ++ ] ++ }, ++ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "sha512": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", ++ "type": "package", ++ "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", ++ "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec", ++ "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ++ ] ++ }, ++ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "sha512": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", ++ "type": "package", ++ "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", ++ "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec", ++ "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ++ ] ++ }, ++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { ++ "sha512": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", ++ "type": "package", ++ "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", ++ "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.nuspec", ++ "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib" ++ ] ++ }, ++ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "sha512": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", ++ "type": "package", ++ "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", ++ "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", ++ "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib" ++ ] ++ }, ++ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "sha512": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", ++ "type": "package", ++ "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", ++ "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec", ++ "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ++ ] ++ }, ++ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "sha512": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", ++ "type": "package", ++ "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", ++ "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", ++ "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ++ ] ++ }, ++ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "sha512": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", ++ "type": "package", ++ "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", ++ "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", ++ "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ++ ] ++ }, ++ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { ++ "sha512": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", ++ "type": "package", ++ "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", ++ "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", ++ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ++ ] ++ }, ++ "runtime.win.Microsoft.Win32.Primitives/4.3.0": { ++ "sha512": "NU51SEt/ZaD2MF48sJ17BIqx7rjeNNLXUevfMOjqQIetdndXwYjZfZsT6jD+rSWp/FYxjesdK4xUSl4OTEI0jw==", ++ "type": "package", ++ "path": "runtime.win.microsoft.win32.primitives/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "ref/netstandard/_._", ++ "runtime.win.microsoft.win32.primitives.4.3.0.nupkg.sha512", ++ "runtime.win.microsoft.win32.primitives.nuspec", ++ "runtimes/win/lib/net/_._", ++ "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Primitives.dll" ++ ] ++ }, ++ "runtime.win.System.Console/4.3.0": { ++ "sha512": "RRACWygml5dnmfgC1SW6tLGsFgwsUAKFtvhdyHnIEz4EhWyrd7pacDdY95CacQJy7BMXRDRCejC9aCRC0Y1sQA==", ++ "type": "package", ++ "path": "runtime.win.system.console/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "ref/netstandard/_._", ++ "runtime.win.system.console.4.3.0.nupkg.sha512", ++ "runtime.win.system.console.nuspec", ++ "runtimes/win/lib/net/_._", ++ "runtimes/win/lib/netcore50/System.Console.dll", ++ "runtimes/win/lib/netstandard1.3/System.Console.dll" ++ ] ++ }, ++ "runtime.win.System.Diagnostics.Debug/4.3.0": { ++ "sha512": "hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==", ++ "type": "package", ++ "path": "runtime.win.system.diagnostics.debug/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "ref/netstandard/_._", ++ "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512", ++ "runtime.win.system.diagnostics.debug.nuspec", ++ "runtimes/aot/lib/netcore50/System.Diagnostics.Debug.dll", ++ "runtimes/win/lib/net45/_._", ++ "runtimes/win/lib/netcore50/System.Diagnostics.Debug.dll", ++ "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll", ++ "runtimes/win/lib/win8/_._", ++ "runtimes/win/lib/wp80/_._", ++ "runtimes/win/lib/wpa81/_._" ++ ] ++ }, ++ "runtime.win.System.IO.FileSystem/4.3.0": { ++ "sha512": "Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==", ++ "type": "package", ++ "path": "runtime.win.system.io.filesystem/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "ref/netstandard/_._", ++ "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512", ++ "runtime.win.system.io.filesystem.nuspec", ++ "runtimes/win/lib/net/_._", ++ "runtimes/win/lib/netcore50/System.IO.FileSystem.dll", ++ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll", ++ "runtimes/win/lib/win8/_._", ++ "runtimes/win/lib/wp8/_._", ++ "runtimes/win/lib/wpa81/_._" ++ ] ++ }, ++ "runtime.win.System.Net.Primitives/4.3.0": { ++ "sha512": "lkXXykakvXUU+Zq2j0pC6EO20lEhijjqMc01XXpp1CJN+DeCwl3nsj4t5Xbpz3kA7yQyTqw6d9SyIzsyLsV3zA==", ++ "type": "package", ++ "path": "runtime.win.system.net.primitives/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "ref/netstandard/_._", ++ "runtime.win.system.net.primitives.4.3.0.nupkg.sha512", ++ "runtime.win.system.net.primitives.nuspec", ++ "runtimes/win/lib/net/_._", ++ "runtimes/win/lib/netcore50/System.Net.Primitives.dll", ++ "runtimes/win/lib/netstandard1.3/System.Net.Primitives.dll" ++ ] ++ }, ++ "runtime.win.System.Net.Sockets/4.3.0": { ++ "sha512": "FK/2gX6MmuLIKNCGsV59Fe4IYrLrI5n9pQ1jh477wiivEM/NCXDT2dRetH5FSfY0bQ+VgTLcS3zcmjQ8my3nxQ==", ++ "type": "package", ++ "path": "runtime.win.system.net.sockets/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "ref/netstandard/_._", ++ "runtime.win.system.net.sockets.4.3.0.nupkg.sha512", ++ "runtime.win.system.net.sockets.nuspec", ++ "runtimes/win/lib/net/_._", ++ "runtimes/win/lib/netcore50/System.Net.Sockets.dll", ++ "runtimes/win/lib/netstandard1.3/System.Net.Sockets.dll" ++ ] ++ }, ++ "runtime.win.System.Runtime.Extensions/4.3.0": { ++ "sha512": "RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==", ++ "type": "package", ++ "path": "runtime.win.system.runtime.extensions/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "ref/netstandard/_._", ++ "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512", ++ "runtime.win.system.runtime.extensions.nuspec", ++ "runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll", ++ "runtimes/win/lib/net/_._", ++ "runtimes/win/lib/netcore50/System.Runtime.Extensions.dll", ++ "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll" ++ ] ++ }, ++ "runtime.win7-x64.runtime.native.System.IO.Compression/4.3.0": { ++ "sha512": "UamDlgSO/nIzc96M+g3wbvAGbAuXjvRYR5Ttm/FVJgt2iva8ouOqSJ0j6eGI7pZDLvD/ZISl9XRZOajE/Xvizg==", ++ "type": "package", ++ "path": "runtime.win7-x64.runtime.native.system.io.compression/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.win7-x64.runtime.native.system.io.compression.4.3.0.nupkg.sha512", ++ "runtime.win7-x64.runtime.native.system.io.compression.nuspec", ++ "runtimes/win7-x64/native/clrcompression.dll" ++ ] ++ }, ++ "runtime.win7.System.Private.Uri/4.3.0": { ++ "sha512": "Q+IBgaPYicSQs2tBlmXqbS25c/JLIthWrgrpMwxKSOobW/OqIMVFruUGfuaz4QABVzV8iKdCAbN7APY7Tclbnw==", ++ "type": "package", ++ "path": "runtime.win7.system.private.uri/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "ref/netstandard/_._", ++ "runtime.win7.system.private.uri.4.3.0.nupkg.sha512", ++ "runtime.win7.system.private.uri.nuspec", ++ "runtimes/aot/lib/netcore50/System.Private.Uri.dll", ++ "runtimes/win/lib/netcore50/System.Private.Uri.dll", ++ "runtimes/win/lib/netstandard1.0/System.Private.Uri.dll" ++ ] ++ }, ++ "System.AppContext/4.3.0": { ++ "sha512": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", ++ "type": "package", ++ "path": "system.appcontext/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.AppContext.dll", ++ "lib/net463/System.AppContext.dll", ++ "lib/netcore50/System.AppContext.dll", ++ "lib/netstandard1.6/System.AppContext.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.AppContext.dll", ++ "ref/net463/System.AppContext.dll", ++ "ref/netstandard/_._", ++ "ref/netstandard1.3/System.AppContext.dll", ++ "ref/netstandard1.3/System.AppContext.xml", ++ "ref/netstandard1.3/de/System.AppContext.xml", ++ "ref/netstandard1.3/es/System.AppContext.xml", ++ "ref/netstandard1.3/fr/System.AppContext.xml", ++ "ref/netstandard1.3/it/System.AppContext.xml", ++ "ref/netstandard1.3/ja/System.AppContext.xml", ++ "ref/netstandard1.3/ko/System.AppContext.xml", ++ "ref/netstandard1.3/ru/System.AppContext.xml", ++ "ref/netstandard1.3/zh-hans/System.AppContext.xml", ++ "ref/netstandard1.3/zh-hant/System.AppContext.xml", ++ "ref/netstandard1.6/System.AppContext.dll", ++ "ref/netstandard1.6/System.AppContext.xml", ++ "ref/netstandard1.6/de/System.AppContext.xml", ++ "ref/netstandard1.6/es/System.AppContext.xml", ++ "ref/netstandard1.6/fr/System.AppContext.xml", ++ "ref/netstandard1.6/it/System.AppContext.xml", ++ "ref/netstandard1.6/ja/System.AppContext.xml", ++ "ref/netstandard1.6/ko/System.AppContext.xml", ++ "ref/netstandard1.6/ru/System.AppContext.xml", ++ "ref/netstandard1.6/zh-hans/System.AppContext.xml", ++ "ref/netstandard1.6/zh-hant/System.AppContext.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/aot/lib/netcore50/System.AppContext.dll", ++ "system.appcontext.4.3.0.nupkg.sha512", ++ "system.appcontext.nuspec" ++ ] ++ }, ++ "System.Buffers/4.3.0": { ++ "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", ++ "type": "package", ++ "path": "system.buffers/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/netstandard1.1/.xml", ++ "lib/netstandard1.1/System.Buffers.dll", ++ "system.buffers.4.3.0.nupkg.sha512", ++ "system.buffers.nuspec" ++ ] ++ }, ++ "System.Collections/4.3.0": { ++ "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", ++ "type": "package", ++ "path": "system.collections/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Collections.dll", ++ "ref/netcore50/System.Collections.xml", ++ "ref/netcore50/de/System.Collections.xml", ++ "ref/netcore50/es/System.Collections.xml", ++ "ref/netcore50/fr/System.Collections.xml", ++ "ref/netcore50/it/System.Collections.xml", ++ "ref/netcore50/ja/System.Collections.xml", ++ "ref/netcore50/ko/System.Collections.xml", ++ "ref/netcore50/ru/System.Collections.xml", ++ "ref/netcore50/zh-hans/System.Collections.xml", ++ "ref/netcore50/zh-hant/System.Collections.xml", ++ "ref/netstandard1.0/System.Collections.dll", ++ "ref/netstandard1.0/System.Collections.xml", ++ "ref/netstandard1.0/de/System.Collections.xml", ++ "ref/netstandard1.0/es/System.Collections.xml", ++ "ref/netstandard1.0/fr/System.Collections.xml", ++ "ref/netstandard1.0/it/System.Collections.xml", ++ "ref/netstandard1.0/ja/System.Collections.xml", ++ "ref/netstandard1.0/ko/System.Collections.xml", ++ "ref/netstandard1.0/ru/System.Collections.xml", ++ "ref/netstandard1.0/zh-hans/System.Collections.xml", ++ "ref/netstandard1.0/zh-hant/System.Collections.xml", ++ "ref/netstandard1.3/System.Collections.dll", ++ "ref/netstandard1.3/System.Collections.xml", ++ "ref/netstandard1.3/de/System.Collections.xml", ++ "ref/netstandard1.3/es/System.Collections.xml", ++ "ref/netstandard1.3/fr/System.Collections.xml", ++ "ref/netstandard1.3/it/System.Collections.xml", ++ "ref/netstandard1.3/ja/System.Collections.xml", ++ "ref/netstandard1.3/ko/System.Collections.xml", ++ "ref/netstandard1.3/ru/System.Collections.xml", ++ "ref/netstandard1.3/zh-hans/System.Collections.xml", ++ "ref/netstandard1.3/zh-hant/System.Collections.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.collections.4.3.0.nupkg.sha512", ++ "system.collections.nuspec" ++ ] ++ }, ++ "System.Collections.Concurrent/4.3.0": { ++ "sha512": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", ++ "type": "package", ++ "path": "system.collections.concurrent/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Collections.Concurrent.dll", ++ "lib/netstandard1.3/System.Collections.Concurrent.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/netcore50/System.Collections.Concurrent.dll", ++ "ref/netcore50/System.Collections.Concurrent.xml", ++ "ref/netcore50/de/System.Collections.Concurrent.xml", ++ "ref/netcore50/es/System.Collections.Concurrent.xml", ++ "ref/netcore50/fr/System.Collections.Concurrent.xml", ++ "ref/netcore50/it/System.Collections.Concurrent.xml", ++ "ref/netcore50/ja/System.Collections.Concurrent.xml", ++ "ref/netcore50/ko/System.Collections.Concurrent.xml", ++ "ref/netcore50/ru/System.Collections.Concurrent.xml", ++ "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", ++ "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", ++ "ref/netstandard1.1/System.Collections.Concurrent.dll", ++ "ref/netstandard1.1/System.Collections.Concurrent.xml", ++ "ref/netstandard1.1/de/System.Collections.Concurrent.xml", ++ "ref/netstandard1.1/es/System.Collections.Concurrent.xml", ++ "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", ++ "ref/netstandard1.1/it/System.Collections.Concurrent.xml", ++ "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", ++ "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", ++ "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", ++ "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", ++ "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", ++ "ref/netstandard1.3/System.Collections.Concurrent.dll", ++ "ref/netstandard1.3/System.Collections.Concurrent.xml", ++ "ref/netstandard1.3/de/System.Collections.Concurrent.xml", ++ "ref/netstandard1.3/es/System.Collections.Concurrent.xml", ++ "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", ++ "ref/netstandard1.3/it/System.Collections.Concurrent.xml", ++ "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", ++ "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", ++ "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", ++ "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", ++ "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", ++ "ref/portable-net45+win8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.collections.concurrent.4.3.0.nupkg.sha512", ++ "system.collections.concurrent.nuspec" ++ ] ++ }, ++ "System.Console/4.3.0": { ++ "sha512": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", ++ "type": "package", ++ "path": "system.console/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Console.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Console.dll", ++ "ref/netstandard1.3/System.Console.dll", ++ "ref/netstandard1.3/System.Console.xml", ++ "ref/netstandard1.3/de/System.Console.xml", ++ "ref/netstandard1.3/es/System.Console.xml", ++ "ref/netstandard1.3/fr/System.Console.xml", ++ "ref/netstandard1.3/it/System.Console.xml", ++ "ref/netstandard1.3/ja/System.Console.xml", ++ "ref/netstandard1.3/ko/System.Console.xml", ++ "ref/netstandard1.3/ru/System.Console.xml", ++ "ref/netstandard1.3/zh-hans/System.Console.xml", ++ "ref/netstandard1.3/zh-hant/System.Console.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.console.4.3.0.nupkg.sha512", ++ "system.console.nuspec" ++ ] ++ }, ++ "System.Diagnostics.Debug/4.3.0": { ++ "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", ++ "type": "package", ++ "path": "system.diagnostics.debug/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Diagnostics.Debug.dll", ++ "ref/netcore50/System.Diagnostics.Debug.xml", ++ "ref/netcore50/de/System.Diagnostics.Debug.xml", ++ "ref/netcore50/es/System.Diagnostics.Debug.xml", ++ "ref/netcore50/fr/System.Diagnostics.Debug.xml", ++ "ref/netcore50/it/System.Diagnostics.Debug.xml", ++ "ref/netcore50/ja/System.Diagnostics.Debug.xml", ++ "ref/netcore50/ko/System.Diagnostics.Debug.xml", ++ "ref/netcore50/ru/System.Diagnostics.Debug.xml", ++ "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", ++ "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.0/System.Diagnostics.Debug.dll", ++ "ref/netstandard1.0/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.3/System.Diagnostics.Debug.dll", ++ "ref/netstandard1.3/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", ++ "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.diagnostics.debug.4.3.0.nupkg.sha512", ++ "system.diagnostics.debug.nuspec" ++ ] ++ }, ++ "System.Diagnostics.DiagnosticSource/4.3.0": { ++ "sha512": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", ++ "type": "package", ++ "path": "system.diagnostics.diagnosticsource/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/net46/System.Diagnostics.DiagnosticSource.dll", ++ "lib/net46/System.Diagnostics.DiagnosticSource.xml", ++ "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll", ++ "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml", ++ "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll", ++ "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml", ++ "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", ++ "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml", ++ "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", ++ "system.diagnostics.diagnosticsource.nuspec" ++ ] ++ }, ++ "System.Diagnostics.Process/4.3.0": { ++ "sha512": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", ++ "type": "package", ++ "path": "system.diagnostics.process/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Diagnostics.Process.dll", ++ "lib/net461/System.Diagnostics.Process.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Diagnostics.Process.dll", ++ "ref/net461/System.Diagnostics.Process.dll", ++ "ref/netstandard1.3/System.Diagnostics.Process.dll", ++ "ref/netstandard1.3/System.Diagnostics.Process.xml", ++ "ref/netstandard1.3/de/System.Diagnostics.Process.xml", ++ "ref/netstandard1.3/es/System.Diagnostics.Process.xml", ++ "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", ++ "ref/netstandard1.3/it/System.Diagnostics.Process.xml", ++ "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", ++ "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", ++ "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", ++ "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", ++ "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", ++ "ref/netstandard1.4/System.Diagnostics.Process.dll", ++ "ref/netstandard1.4/System.Diagnostics.Process.xml", ++ "ref/netstandard1.4/de/System.Diagnostics.Process.xml", ++ "ref/netstandard1.4/es/System.Diagnostics.Process.xml", ++ "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", ++ "ref/netstandard1.4/it/System.Diagnostics.Process.xml", ++ "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", ++ "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", ++ "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", ++ "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", ++ "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll", ++ "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll", ++ "runtimes/win/lib/net46/System.Diagnostics.Process.dll", ++ "runtimes/win/lib/net461/System.Diagnostics.Process.dll", ++ "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll", ++ "runtimes/win7/lib/netcore50/_._", ++ "system.diagnostics.process.4.3.0.nupkg.sha512", ++ "system.diagnostics.process.nuspec" ++ ] ++ }, ++ "System.Diagnostics.Tools/4.3.0": { ++ "sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", ++ "type": "package", ++ "path": "system.diagnostics.tools/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Diagnostics.Tools.dll", ++ "ref/netcore50/System.Diagnostics.Tools.xml", ++ "ref/netcore50/de/System.Diagnostics.Tools.xml", ++ "ref/netcore50/es/System.Diagnostics.Tools.xml", ++ "ref/netcore50/fr/System.Diagnostics.Tools.xml", ++ "ref/netcore50/it/System.Diagnostics.Tools.xml", ++ "ref/netcore50/ja/System.Diagnostics.Tools.xml", ++ "ref/netcore50/ko/System.Diagnostics.Tools.xml", ++ "ref/netcore50/ru/System.Diagnostics.Tools.xml", ++ "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", ++ "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", ++ "ref/netstandard1.0/System.Diagnostics.Tools.dll", ++ "ref/netstandard1.0/System.Diagnostics.Tools.xml", ++ "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", ++ "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", ++ "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", ++ "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", ++ "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", ++ "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", ++ "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", ++ "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", ++ "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.diagnostics.tools.4.3.0.nupkg.sha512", ++ "system.diagnostics.tools.nuspec" ++ ] ++ }, ++ "System.Diagnostics.Tracing/4.3.0": { ++ "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", ++ "type": "package", ++ "path": "system.diagnostics.tracing/4.3.0", ++ "files": [ ++ "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.diagnostics.tracing.4.3.0.nupkg.sha512", ++ "system.diagnostics.tracing.nuspec" ++ ] ++ }, ++ "System.Dynamic.Runtime/4.0.11": { ++ "sha512": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", ++ "type": "package", ++ "path": "system.dynamic.runtime/4.0.11", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Dynamic.Runtime.dll", ++ "lib/netstandard1.3/System.Dynamic.Runtime.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Dynamic.Runtime.dll", ++ "ref/netcore50/System.Dynamic.Runtime.xml", ++ "ref/netcore50/de/System.Dynamic.Runtime.xml", ++ "ref/netcore50/es/System.Dynamic.Runtime.xml", ++ "ref/netcore50/fr/System.Dynamic.Runtime.xml", ++ "ref/netcore50/it/System.Dynamic.Runtime.xml", ++ "ref/netcore50/ja/System.Dynamic.Runtime.xml", ++ "ref/netcore50/ko/System.Dynamic.Runtime.xml", ++ "ref/netcore50/ru/System.Dynamic.Runtime.xml", ++ "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml", ++ "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.0/System.Dynamic.Runtime.dll", ++ "ref/netstandard1.0/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.0/de/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.0/es/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.0/fr/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.0/it/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.0/ja/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.0/ko/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.0/ru/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.3/System.Dynamic.Runtime.dll", ++ "ref/netstandard1.3/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.3/de/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.3/es/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.3/fr/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.3/it/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.3/ja/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.3/ko/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.3/ru/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml", ++ "ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll", ++ "system.dynamic.runtime.4.0.11.nupkg.sha512", ++ "system.dynamic.runtime.nuspec" ++ ] ++ }, ++ "System.Globalization/4.3.0": { ++ "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", ++ "type": "package", ++ "path": "system.globalization/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Globalization.dll", ++ "ref/netcore50/System.Globalization.xml", ++ "ref/netcore50/de/System.Globalization.xml", ++ "ref/netcore50/es/System.Globalization.xml", ++ "ref/netcore50/fr/System.Globalization.xml", ++ "ref/netcore50/it/System.Globalization.xml", ++ "ref/netcore50/ja/System.Globalization.xml", ++ "ref/netcore50/ko/System.Globalization.xml", ++ "ref/netcore50/ru/System.Globalization.xml", ++ "ref/netcore50/zh-hans/System.Globalization.xml", ++ "ref/netcore50/zh-hant/System.Globalization.xml", ++ "ref/netstandard1.0/System.Globalization.dll", ++ "ref/netstandard1.0/System.Globalization.xml", ++ "ref/netstandard1.0/de/System.Globalization.xml", ++ "ref/netstandard1.0/es/System.Globalization.xml", ++ "ref/netstandard1.0/fr/System.Globalization.xml", ++ "ref/netstandard1.0/it/System.Globalization.xml", ++ "ref/netstandard1.0/ja/System.Globalization.xml", ++ "ref/netstandard1.0/ko/System.Globalization.xml", ++ "ref/netstandard1.0/ru/System.Globalization.xml", ++ "ref/netstandard1.0/zh-hans/System.Globalization.xml", ++ "ref/netstandard1.0/zh-hant/System.Globalization.xml", ++ "ref/netstandard1.3/System.Globalization.dll", ++ "ref/netstandard1.3/System.Globalization.xml", ++ "ref/netstandard1.3/de/System.Globalization.xml", ++ "ref/netstandard1.3/es/System.Globalization.xml", ++ "ref/netstandard1.3/fr/System.Globalization.xml", ++ "ref/netstandard1.3/it/System.Globalization.xml", ++ "ref/netstandard1.3/ja/System.Globalization.xml", ++ "ref/netstandard1.3/ko/System.Globalization.xml", ++ "ref/netstandard1.3/ru/System.Globalization.xml", ++ "ref/netstandard1.3/zh-hans/System.Globalization.xml", ++ "ref/netstandard1.3/zh-hant/System.Globalization.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.globalization.4.3.0.nupkg.sha512", ++ "system.globalization.nuspec" ++ ] ++ }, ++ "System.Globalization.Calendars/4.3.0": { ++ "sha512": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", ++ "type": "package", ++ "path": "system.globalization.calendars/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Globalization.Calendars.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Globalization.Calendars.dll", ++ "ref/netstandard1.3/System.Globalization.Calendars.dll", ++ "ref/netstandard1.3/System.Globalization.Calendars.xml", ++ "ref/netstandard1.3/de/System.Globalization.Calendars.xml", ++ "ref/netstandard1.3/es/System.Globalization.Calendars.xml", ++ "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", ++ "ref/netstandard1.3/it/System.Globalization.Calendars.xml", ++ "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", ++ "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", ++ "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", ++ "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", ++ "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.globalization.calendars.4.3.0.nupkg.sha512", ++ "system.globalization.calendars.nuspec" ++ ] ++ }, ++ "System.Globalization.Extensions/4.3.0": { ++ "sha512": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", ++ "type": "package", ++ "path": "system.globalization.extensions/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Globalization.Extensions.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Globalization.Extensions.dll", ++ "ref/netstandard1.3/System.Globalization.Extensions.dll", ++ "ref/netstandard1.3/System.Globalization.Extensions.xml", ++ "ref/netstandard1.3/de/System.Globalization.Extensions.xml", ++ "ref/netstandard1.3/es/System.Globalization.Extensions.xml", ++ "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", ++ "ref/netstandard1.3/it/System.Globalization.Extensions.xml", ++ "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", ++ "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", ++ "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", ++ "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", ++ "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll", ++ "runtimes/win/lib/net46/System.Globalization.Extensions.dll", ++ "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll", ++ "system.globalization.extensions.4.3.0.nupkg.sha512", ++ "system.globalization.extensions.nuspec" ++ ] ++ }, ++ "System.IO/4.3.0": { ++ "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", ++ "type": "package", ++ "path": "system.io/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/net462/System.IO.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/net462/System.IO.dll", ++ "ref/netcore50/System.IO.dll", ++ "ref/netcore50/System.IO.xml", ++ "ref/netcore50/de/System.IO.xml", ++ "ref/netcore50/es/System.IO.xml", ++ "ref/netcore50/fr/System.IO.xml", ++ "ref/netcore50/it/System.IO.xml", ++ "ref/netcore50/ja/System.IO.xml", ++ "ref/netcore50/ko/System.IO.xml", ++ "ref/netcore50/ru/System.IO.xml", ++ "ref/netcore50/zh-hans/System.IO.xml", ++ "ref/netcore50/zh-hant/System.IO.xml", ++ "ref/netstandard1.0/System.IO.dll", ++ "ref/netstandard1.0/System.IO.xml", ++ "ref/netstandard1.0/de/System.IO.xml", ++ "ref/netstandard1.0/es/System.IO.xml", ++ "ref/netstandard1.0/fr/System.IO.xml", ++ "ref/netstandard1.0/it/System.IO.xml", ++ "ref/netstandard1.0/ja/System.IO.xml", ++ "ref/netstandard1.0/ko/System.IO.xml", ++ "ref/netstandard1.0/ru/System.IO.xml", ++ "ref/netstandard1.0/zh-hans/System.IO.xml", ++ "ref/netstandard1.0/zh-hant/System.IO.xml", ++ "ref/netstandard1.3/System.IO.dll", ++ "ref/netstandard1.3/System.IO.xml", ++ "ref/netstandard1.3/de/System.IO.xml", ++ "ref/netstandard1.3/es/System.IO.xml", ++ "ref/netstandard1.3/fr/System.IO.xml", ++ "ref/netstandard1.3/it/System.IO.xml", ++ "ref/netstandard1.3/ja/System.IO.xml", ++ "ref/netstandard1.3/ko/System.IO.xml", ++ "ref/netstandard1.3/ru/System.IO.xml", ++ "ref/netstandard1.3/zh-hans/System.IO.xml", ++ "ref/netstandard1.3/zh-hant/System.IO.xml", ++ "ref/netstandard1.5/System.IO.dll", ++ "ref/netstandard1.5/System.IO.xml", ++ "ref/netstandard1.5/de/System.IO.xml", ++ "ref/netstandard1.5/es/System.IO.xml", ++ "ref/netstandard1.5/fr/System.IO.xml", ++ "ref/netstandard1.5/it/System.IO.xml", ++ "ref/netstandard1.5/ja/System.IO.xml", ++ "ref/netstandard1.5/ko/System.IO.xml", ++ "ref/netstandard1.5/ru/System.IO.xml", ++ "ref/netstandard1.5/zh-hans/System.IO.xml", ++ "ref/netstandard1.5/zh-hant/System.IO.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.io.4.3.0.nupkg.sha512", ++ "system.io.nuspec" ++ ] ++ }, ++ "System.IO.Compression/4.3.0": { ++ "sha512": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", ++ "type": "package", ++ "path": "system.io.compression/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/net46/System.IO.Compression.dll", ++ "lib/portable-net45+win8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/net46/System.IO.Compression.dll", ++ "ref/netcore50/System.IO.Compression.dll", ++ "ref/netcore50/System.IO.Compression.xml", ++ "ref/netcore50/de/System.IO.Compression.xml", ++ "ref/netcore50/es/System.IO.Compression.xml", ++ "ref/netcore50/fr/System.IO.Compression.xml", ++ "ref/netcore50/it/System.IO.Compression.xml", ++ "ref/netcore50/ja/System.IO.Compression.xml", ++ "ref/netcore50/ko/System.IO.Compression.xml", ++ "ref/netcore50/ru/System.IO.Compression.xml", ++ "ref/netcore50/zh-hans/System.IO.Compression.xml", ++ "ref/netcore50/zh-hant/System.IO.Compression.xml", ++ "ref/netstandard1.1/System.IO.Compression.dll", ++ "ref/netstandard1.1/System.IO.Compression.xml", ++ "ref/netstandard1.1/de/System.IO.Compression.xml", ++ "ref/netstandard1.1/es/System.IO.Compression.xml", ++ "ref/netstandard1.1/fr/System.IO.Compression.xml", ++ "ref/netstandard1.1/it/System.IO.Compression.xml", ++ "ref/netstandard1.1/ja/System.IO.Compression.xml", ++ "ref/netstandard1.1/ko/System.IO.Compression.xml", ++ "ref/netstandard1.1/ru/System.IO.Compression.xml", ++ "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", ++ "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", ++ "ref/netstandard1.3/System.IO.Compression.dll", ++ "ref/netstandard1.3/System.IO.Compression.xml", ++ "ref/netstandard1.3/de/System.IO.Compression.xml", ++ "ref/netstandard1.3/es/System.IO.Compression.xml", ++ "ref/netstandard1.3/fr/System.IO.Compression.xml", ++ "ref/netstandard1.3/it/System.IO.Compression.xml", ++ "ref/netstandard1.3/ja/System.IO.Compression.xml", ++ "ref/netstandard1.3/ko/System.IO.Compression.xml", ++ "ref/netstandard1.3/ru/System.IO.Compression.xml", ++ "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", ++ "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", ++ "ref/portable-net45+win8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", ++ "runtimes/win/lib/net46/System.IO.Compression.dll", ++ "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll", ++ "system.io.compression.4.3.0.nupkg.sha512", ++ "system.io.compression.nuspec" ++ ] ++ }, ++ "System.IO.Compression.TestData/1.0.5-prerelease": { ++ "sha512": "taQfmzx2WKCAPaPbtb4WHPfWW8LsB5NpJVVjlz1oiNhT/HQ0T3St3yi3STSi/8kN2LunKTfxMFtowA0erhyBxQ==", ++ "type": "package", ++ "path": "system.io.compression.testdata/1.0.5-prerelease", ++ "files": [ ++ "content/GZTestData/Canterbury/GZCompressed/alice29.txt.gz", ++ "content/GZTestData/Canterbury/GZCompressed/asyoulik.txt.gz", ++ "content/GZTestData/Canterbury/GZCompressed/cp.html.gz", ++ "content/GZTestData/Canterbury/GZCompressed/fields.c.gz", ++ "content/GZTestData/Canterbury/GZCompressed/grammar.lsp.gz", ++ "content/GZTestData/Canterbury/GZCompressed/kennedy.xls.gz", ++ "content/GZTestData/Canterbury/GZCompressed/lcet10.txt.gz", ++ "content/GZTestData/Canterbury/GZCompressed/plrabn12.txt.gz", ++ "content/GZTestData/Canterbury/GZCompressed/ptt5.gz", ++ "content/GZTestData/Canterbury/GZCompressed/sum.gz", ++ "content/GZTestData/Canterbury/GZCompressed/xargs.1.gz", ++ "content/GZTestData/Canterbury/alice29.txt", ++ "content/GZTestData/Canterbury/asyoulik.txt", ++ "content/GZTestData/Canterbury/cp.html", ++ "content/GZTestData/Canterbury/fields.c", ++ "content/GZTestData/Canterbury/grammar.lsp", ++ "content/GZTestData/Canterbury/kennedy.xls", ++ "content/GZTestData/Canterbury/lcet10.txt", ++ "content/GZTestData/Canterbury/plrabn12.txt", ++ "content/GZTestData/Canterbury/ptt5", ++ "content/GZTestData/Canterbury/sum", ++ "content/GZTestData/Canterbury/xargs.1", ++ "content/GZTestData/GZTestDocument.doc", ++ "content/GZTestData/GZTestDocument.doc.gz", ++ "content/GZTestData/GZTestDocument.docx", ++ "content/GZTestData/GZTestDocument.docx.gz", ++ "content/GZTestData/GZTestDocument.pdf", ++ "content/GZTestData/GZTestDocument.pdf.gz", ++ "content/GZTestData/GZTestDocument.txt", ++ "content/GZTestData/GZTestDocument.txt.gz", ++ "content/GZTestData/README.txt", ++ "content/ZipTestData/StrangeZipFiles/dataDescriptor.zip", ++ "content/ZipTestData/StrangeZipFiles/extradata/extraDataLHandCDentryAndArchiveComments.zip", ++ "content/ZipTestData/StrangeZipFiles/extradata/extraDataThenZip64.zip", ++ "content/ZipTestData/StrangeZipFiles/extradata/zip64ThenExtraData.zip", ++ "content/ZipTestData/StrangeZipFiles/filenameTimeAndSizesDifferentInLH.zip", ++ "content/ZipTestData/StrangeZipFiles/largetrailingwhitespacedeflation.zip", ++ "content/ZipTestData/StrangeZipFiles/normalVerySmall.zip", ++ "content/ZipTestData/badzipfiles/CDoffsetInBoundsWrong.zip", ++ "content/ZipTestData/badzipfiles/CDoffsetOutOfBounds.zip", ++ "content/ZipTestData/badzipfiles/EOCDmissing.zip", ++ "content/ZipTestData/badzipfiles/LZMA.zip", ++ "content/ZipTestData/badzipfiles/NORMAL.zip", ++ "content/ZipTestData/badzipfiles/compressedSizeOutOfBounds.zip", ++ "content/ZipTestData/badzipfiles/invalidDeflate.zip", ++ "content/ZipTestData/badzipfiles/invaliddate.zip", ++ "content/ZipTestData/badzipfiles/localFileHeaderSignatureWrong.zip", ++ "content/ZipTestData/badzipfiles/localFileOffsetOutOfBounds.zip", ++ "content/ZipTestData/badzipfiles/nameDuplicates.zip", ++ "content/ZipTestData/badzipfiles/nameEmpty.zip", ++ "content/ZipTestData/badzipfiles/nameRooted.zip", ++ "content/ZipTestData/badzipfiles/nameSlashedAndNonzero.zip", ++ "content/ZipTestData/badzipfiles/numberOfEntriesDifferent.zip", ++ "content/ZipTestData/compat/7zip.zip", ++ "content/ZipTestData/compat/Linux_RWXRW_R__.zip", ++ "content/ZipTestData/compat/Linux_RW_RW_R__.zip", ++ "content/ZipTestData/compat/NullCharFileName_FromUnix.zip", ++ "content/ZipTestData/compat/NullCharFileName_FromWindows.zip", ++ "content/ZipTestData/compat/OSX_RWXRW_R__.zip", ++ "content/ZipTestData/compat/WindowsInvalid_FromUnix.zip", ++ "content/ZipTestData/compat/WindowsInvalid_FromWindows.zip", ++ "content/ZipTestData/compat/backslashes_FromUnix.zip", ++ "content/ZipTestData/compat/backslashes_FromWindows.zip", ++ "content/ZipTestData/compat/deflate64.zip", ++ "content/ZipTestData/compat/dotnetzipstreaming.zip", ++ "content/ZipTestData/compat/excel.xlsx", ++ "content/ZipTestData/compat/net45_normal.zip", ++ "content/ZipTestData/compat/net45_unicode.zip", ++ "content/ZipTestData/compat/net46_normal.zip", ++ "content/ZipTestData/compat/net46_unicode.zip", ++ "content/ZipTestData/compat/packaging.package", ++ "content/ZipTestData/compat/powerpoint.pptx", ++ "content/ZipTestData/compat/sharpziplib.zip", ++ "content/ZipTestData/compat/silverlight.xap", ++ "content/ZipTestData/compat/windows.zip", ++ "content/ZipTestData/compat/word.docx", ++ "content/ZipTestData/compat/xceedstreaming.zip", ++ "content/ZipTestData/modified/addFile/added.txt", ++ "content/ZipTestData/modified/addFile/binary.wmv", ++ "content/ZipTestData/modified/addFile/empty.file", ++ "content/ZipTestData/modified/addFile/first.txt", ++ "content/ZipTestData/modified/addFile/notempty/second.txt", ++ "content/ZipTestData/modified/append/binary.wmv", ++ "content/ZipTestData/modified/append/empty.file", ++ "content/ZipTestData/modified/append/first.txt", ++ "content/ZipTestData/modified/append/notempty/second.txt", ++ "content/ZipTestData/modified/deletemove/empty.file", ++ "content/ZipTestData/modified/deletemove/first.txt", ++ "content/ZipTestData/modified/deletemove/notempty/secondnewname.txt", ++ "content/ZipTestData/modified/overwrite/binary.wmv", ++ "content/ZipTestData/modified/overwrite/empty.file", ++ "content/ZipTestData/modified/overwrite/first.txt", ++ "content/ZipTestData/modified/overwrite/notempty/second.txt", ++ "content/ZipTestData/refzipfiles/appended.zip", ++ "content/ZipTestData/refzipfiles/empty.zip", ++ "content/ZipTestData/refzipfiles/emptydir.zip", ++ "content/ZipTestData/refzipfiles/explicitdir1.zip", ++ "content/ZipTestData/refzipfiles/explicitdir2.zip", ++ "content/ZipTestData/refzipfiles/fake64.zip", ++ "content/ZipTestData/refzipfiles/large.zip", ++ "content/ZipTestData/refzipfiles/noexplicitdir.zip", ++ "content/ZipTestData/refzipfiles/normal.zip", ++ "content/ZipTestData/refzipfiles/prepended.zip", ++ "content/ZipTestData/refzipfiles/small.zip", ++ "content/ZipTestData/refzipfiles/unicode.zip", ++ "content/ZipTestData/refzipfolders/explicitdir/subdir/small.txt", ++ "content/ZipTestData/refzipfolders/normal/binary.wmv", ++ "content/ZipTestData/refzipfolders/normal/empty.file", ++ "content/ZipTestData/refzipfolders/normal/first.txt", ++ "content/ZipTestData/refzipfolders/normal/notempty/second.txt", ++ "content/ZipTestData/refzipfolders/normalWithoutBinary/empty.file", ++ "content/ZipTestData/refzipfolders/normalWithoutBinary/first.txt", ++ "content/ZipTestData/refzipfolders/normalWithoutBinary/notempty/second.txt", ++ "content/ZipTestData/refzipfolders/normalWithoutEmptyDir/binary.wmv", ++ "content/ZipTestData/refzipfolders/normalWithoutEmptyDir/empty.file", ++ "content/ZipTestData/refzipfolders/normalWithoutEmptyDir/first.txt", ++ "content/ZipTestData/refzipfolders/normalWithoutEmptyDir/notempty/second.txt", ++ "content/ZipTestData/refzipfolders/small/text.txt", ++ "content/ZipTestData/refzipfolders/unicode/한글.txt", ++ "content/ZipTestData/refzipfolders/verysmall/small.txt", ++ "system.io.compression.testdata.1.0.5-prerelease.nupkg.sha512", ++ "system.io.compression.testdata.nuspec" ++ ] ++ }, ++ "System.IO.Compression.ZipFile/4.3.0": { ++ "sha512": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", ++ "type": "package", ++ "path": "system.io.compression.zipfile/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.IO.Compression.ZipFile.dll", ++ "lib/netstandard1.3/System.IO.Compression.ZipFile.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.IO.Compression.ZipFile.dll", ++ "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", ++ "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", ++ "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", ++ "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", ++ "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", ++ "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", ++ "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", ++ "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", ++ "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", ++ "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", ++ "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.io.compression.zipfile.4.3.0.nupkg.sha512", ++ "system.io.compression.zipfile.nuspec" ++ ] ++ }, ++ "System.IO.FileSystem/4.3.0": { ++ "sha512": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", ++ "type": "package", ++ "path": "system.io.filesystem/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.IO.FileSystem.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.IO.FileSystem.dll", ++ "ref/netstandard1.3/System.IO.FileSystem.dll", ++ "ref/netstandard1.3/System.IO.FileSystem.xml", ++ "ref/netstandard1.3/de/System.IO.FileSystem.xml", ++ "ref/netstandard1.3/es/System.IO.FileSystem.xml", ++ "ref/netstandard1.3/fr/System.IO.FileSystem.xml", ++ "ref/netstandard1.3/it/System.IO.FileSystem.xml", ++ "ref/netstandard1.3/ja/System.IO.FileSystem.xml", ++ "ref/netstandard1.3/ko/System.IO.FileSystem.xml", ++ "ref/netstandard1.3/ru/System.IO.FileSystem.xml", ++ "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", ++ "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.io.filesystem.4.3.0.nupkg.sha512", ++ "system.io.filesystem.nuspec" ++ ] ++ }, ++ "System.IO.FileSystem.Primitives/4.3.0": { ++ "sha512": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", ++ "type": "package", ++ "path": "system.io.filesystem.primitives/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.IO.FileSystem.Primitives.dll", ++ "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.IO.FileSystem.Primitives.dll", ++ "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", ++ "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", ++ "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", ++ "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", ++ "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", ++ "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", ++ "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", ++ "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", ++ "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", ++ "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", ++ "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.io.filesystem.primitives.4.3.0.nupkg.sha512", ++ "system.io.filesystem.primitives.nuspec" ++ ] ++ }, ++ "System.IO.Packaging.TestData/1.0.0-prerelease": { ++ "sha512": "CJ5cM3i90nCIWxga1/fNTvootPqBeuSnfRH4vQfqRUv6q2Wgx5XvgeQ0362QO/VbyKVBim6MWML+/5fO/5zkpg==", ++ "type": "package", ++ "path": "system.io.packaging.testdata/1.0.0-prerelease", ++ "files": [ ++ "content/BadDocProps.docx", ++ "content/EmptyRelationshipElement.docx", ++ "content/Hyperlink.docx", ++ "content/MoreDocProps.docx", ++ "content/NoDocProps.docx", ++ "content/docprops.docx", ++ "content/invaliddocprops.docx", ++ "content/invaliddocpropsct.docx", ++ "content/notes.docx", ++ "content/plain.docx", ++ "system.io.packaging.testdata.1.0.0-prerelease.nupkg.sha512", ++ "system.io.packaging.testdata.nuspec" ++ ] ++ }, ++ "System.IO.UnmanagedMemoryStream/4.3.0": { ++ "sha512": "tS89nK7pw8ebkkEfWujA05+ZReHKzz39W+bcX1okVR0GJCJuzPyfYfQZyiLSrjp121BB5J4uewZQiUTKri2pSQ==", ++ "type": "package", ++ "path": "system.io.unmanagedmemorystream/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.IO.UnmanagedMemoryStream.dll", ++ "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.IO.UnmanagedMemoryStream.dll", ++ "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll", ++ "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.xml", ++ "ref/netstandard1.3/de/System.IO.UnmanagedMemoryStream.xml", ++ "ref/netstandard1.3/es/System.IO.UnmanagedMemoryStream.xml", ++ "ref/netstandard1.3/fr/System.IO.UnmanagedMemoryStream.xml", ++ "ref/netstandard1.3/it/System.IO.UnmanagedMemoryStream.xml", ++ "ref/netstandard1.3/ja/System.IO.UnmanagedMemoryStream.xml", ++ "ref/netstandard1.3/ko/System.IO.UnmanagedMemoryStream.xml", ++ "ref/netstandard1.3/ru/System.IO.UnmanagedMemoryStream.xml", ++ "ref/netstandard1.3/zh-hans/System.IO.UnmanagedMemoryStream.xml", ++ "ref/netstandard1.3/zh-hant/System.IO.UnmanagedMemoryStream.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.io.unmanagedmemorystream.4.3.0.nupkg.sha512", ++ "system.io.unmanagedmemorystream.nuspec" ++ ] ++ }, ++ "System.Linq/4.3.0": { ++ "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", ++ "type": "package", ++ "path": "system.linq/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/net463/System.Linq.dll", ++ "lib/netcore50/System.Linq.dll", ++ "lib/netstandard1.6/System.Linq.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/net463/System.Linq.dll", ++ "ref/netcore50/System.Linq.dll", ++ "ref/netcore50/System.Linq.xml", ++ "ref/netcore50/de/System.Linq.xml", ++ "ref/netcore50/es/System.Linq.xml", ++ "ref/netcore50/fr/System.Linq.xml", ++ "ref/netcore50/it/System.Linq.xml", ++ "ref/netcore50/ja/System.Linq.xml", ++ "ref/netcore50/ko/System.Linq.xml", ++ "ref/netcore50/ru/System.Linq.xml", ++ "ref/netcore50/zh-hans/System.Linq.xml", ++ "ref/netcore50/zh-hant/System.Linq.xml", ++ "ref/netstandard1.0/System.Linq.dll", ++ "ref/netstandard1.0/System.Linq.xml", ++ "ref/netstandard1.0/de/System.Linq.xml", ++ "ref/netstandard1.0/es/System.Linq.xml", ++ "ref/netstandard1.0/fr/System.Linq.xml", ++ "ref/netstandard1.0/it/System.Linq.xml", ++ "ref/netstandard1.0/ja/System.Linq.xml", ++ "ref/netstandard1.0/ko/System.Linq.xml", ++ "ref/netstandard1.0/ru/System.Linq.xml", ++ "ref/netstandard1.0/zh-hans/System.Linq.xml", ++ "ref/netstandard1.0/zh-hant/System.Linq.xml", ++ "ref/netstandard1.6/System.Linq.dll", ++ "ref/netstandard1.6/System.Linq.xml", ++ "ref/netstandard1.6/de/System.Linq.xml", ++ "ref/netstandard1.6/es/System.Linq.xml", ++ "ref/netstandard1.6/fr/System.Linq.xml", ++ "ref/netstandard1.6/it/System.Linq.xml", ++ "ref/netstandard1.6/ja/System.Linq.xml", ++ "ref/netstandard1.6/ko/System.Linq.xml", ++ "ref/netstandard1.6/ru/System.Linq.xml", ++ "ref/netstandard1.6/zh-hans/System.Linq.xml", ++ "ref/netstandard1.6/zh-hant/System.Linq.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.linq.4.3.0.nupkg.sha512", ++ "system.linq.nuspec" ++ ] ++ }, ++ "System.Linq.Expressions/4.3.0": { ++ "sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", ++ "type": "package", ++ "path": "system.linq.expressions/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/net463/System.Linq.Expressions.dll", ++ "lib/netcore50/System.Linq.Expressions.dll", ++ "lib/netstandard1.6/System.Linq.Expressions.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/net463/System.Linq.Expressions.dll", ++ "ref/netcore50/System.Linq.Expressions.dll", ++ "ref/netcore50/System.Linq.Expressions.xml", ++ "ref/netcore50/de/System.Linq.Expressions.xml", ++ "ref/netcore50/es/System.Linq.Expressions.xml", ++ "ref/netcore50/fr/System.Linq.Expressions.xml", ++ "ref/netcore50/it/System.Linq.Expressions.xml", ++ "ref/netcore50/ja/System.Linq.Expressions.xml", ++ "ref/netcore50/ko/System.Linq.Expressions.xml", ++ "ref/netcore50/ru/System.Linq.Expressions.xml", ++ "ref/netcore50/zh-hans/System.Linq.Expressions.xml", ++ "ref/netcore50/zh-hant/System.Linq.Expressions.xml", ++ "ref/netstandard1.0/System.Linq.Expressions.dll", ++ "ref/netstandard1.0/System.Linq.Expressions.xml", ++ "ref/netstandard1.0/de/System.Linq.Expressions.xml", ++ "ref/netstandard1.0/es/System.Linq.Expressions.xml", ++ "ref/netstandard1.0/fr/System.Linq.Expressions.xml", ++ "ref/netstandard1.0/it/System.Linq.Expressions.xml", ++ "ref/netstandard1.0/ja/System.Linq.Expressions.xml", ++ "ref/netstandard1.0/ko/System.Linq.Expressions.xml", ++ "ref/netstandard1.0/ru/System.Linq.Expressions.xml", ++ "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", ++ "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", ++ "ref/netstandard1.3/System.Linq.Expressions.dll", ++ "ref/netstandard1.3/System.Linq.Expressions.xml", ++ "ref/netstandard1.3/de/System.Linq.Expressions.xml", ++ "ref/netstandard1.3/es/System.Linq.Expressions.xml", ++ "ref/netstandard1.3/fr/System.Linq.Expressions.xml", ++ "ref/netstandard1.3/it/System.Linq.Expressions.xml", ++ "ref/netstandard1.3/ja/System.Linq.Expressions.xml", ++ "ref/netstandard1.3/ko/System.Linq.Expressions.xml", ++ "ref/netstandard1.3/ru/System.Linq.Expressions.xml", ++ "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", ++ "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", ++ "ref/netstandard1.6/System.Linq.Expressions.dll", ++ "ref/netstandard1.6/System.Linq.Expressions.xml", ++ "ref/netstandard1.6/de/System.Linq.Expressions.xml", ++ "ref/netstandard1.6/es/System.Linq.Expressions.xml", ++ "ref/netstandard1.6/fr/System.Linq.Expressions.xml", ++ "ref/netstandard1.6/it/System.Linq.Expressions.xml", ++ "ref/netstandard1.6/ja/System.Linq.Expressions.xml", ++ "ref/netstandard1.6/ko/System.Linq.Expressions.xml", ++ "ref/netstandard1.6/ru/System.Linq.Expressions.xml", ++ "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", ++ "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll", ++ "system.linq.expressions.4.3.0.nupkg.sha512", ++ "system.linq.expressions.nuspec" ++ ] ++ }, ++ "System.Net.Http/4.3.0": { ++ "sha512": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", ++ "type": "package", ++ "path": "system.net.http/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/Xamarinmac20/_._", ++ "lib/monoandroid10/_._", ++ "lib/monotouch10/_._", ++ "lib/net45/_._", ++ "lib/net46/System.Net.Http.dll", ++ "lib/portable-net45+win8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/Xamarinmac20/_._", ++ "ref/monoandroid10/_._", ++ "ref/monotouch10/_._", ++ "ref/net45/_._", ++ "ref/net46/System.Net.Http.dll", ++ "ref/net46/System.Net.Http.xml", ++ "ref/net46/de/System.Net.Http.xml", ++ "ref/net46/es/System.Net.Http.xml", ++ "ref/net46/fr/System.Net.Http.xml", ++ "ref/net46/it/System.Net.Http.xml", ++ "ref/net46/ja/System.Net.Http.xml", ++ "ref/net46/ko/System.Net.Http.xml", ++ "ref/net46/ru/System.Net.Http.xml", ++ "ref/net46/zh-hans/System.Net.Http.xml", ++ "ref/net46/zh-hant/System.Net.Http.xml", ++ "ref/netcore50/System.Net.Http.dll", ++ "ref/netcore50/System.Net.Http.xml", ++ "ref/netcore50/de/System.Net.Http.xml", ++ "ref/netcore50/es/System.Net.Http.xml", ++ "ref/netcore50/fr/System.Net.Http.xml", ++ "ref/netcore50/it/System.Net.Http.xml", ++ "ref/netcore50/ja/System.Net.Http.xml", ++ "ref/netcore50/ko/System.Net.Http.xml", ++ "ref/netcore50/ru/System.Net.Http.xml", ++ "ref/netcore50/zh-hans/System.Net.Http.xml", ++ "ref/netcore50/zh-hant/System.Net.Http.xml", ++ "ref/netstandard1.1/System.Net.Http.dll", ++ "ref/netstandard1.1/System.Net.Http.xml", ++ "ref/netstandard1.1/de/System.Net.Http.xml", ++ "ref/netstandard1.1/es/System.Net.Http.xml", ++ "ref/netstandard1.1/fr/System.Net.Http.xml", ++ "ref/netstandard1.1/it/System.Net.Http.xml", ++ "ref/netstandard1.1/ja/System.Net.Http.xml", ++ "ref/netstandard1.1/ko/System.Net.Http.xml", ++ "ref/netstandard1.1/ru/System.Net.Http.xml", ++ "ref/netstandard1.1/zh-hans/System.Net.Http.xml", ++ "ref/netstandard1.1/zh-hant/System.Net.Http.xml", ++ "ref/netstandard1.3/System.Net.Http.dll", ++ "ref/netstandard1.3/System.Net.Http.xml", ++ "ref/netstandard1.3/de/System.Net.Http.xml", ++ "ref/netstandard1.3/es/System.Net.Http.xml", ++ "ref/netstandard1.3/fr/System.Net.Http.xml", ++ "ref/netstandard1.3/it/System.Net.Http.xml", ++ "ref/netstandard1.3/ja/System.Net.Http.xml", ++ "ref/netstandard1.3/ko/System.Net.Http.xml", ++ "ref/netstandard1.3/ru/System.Net.Http.xml", ++ "ref/netstandard1.3/zh-hans/System.Net.Http.xml", ++ "ref/netstandard1.3/zh-hant/System.Net.Http.xml", ++ "ref/portable-net45+win8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", ++ "runtimes/win/lib/net46/System.Net.Http.dll", ++ "runtimes/win/lib/netcore50/System.Net.Http.dll", ++ "runtimes/win/lib/netstandard1.3/System.Net.Http.dll", ++ "system.net.http.4.3.0.nupkg.sha512", ++ "system.net.http.nuspec" ++ ] ++ }, ++ "System.Net.NameResolution/4.3.0": { ++ "sha512": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", ++ "type": "package", ++ "path": "system.net.nameresolution/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Net.NameResolution.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Net.NameResolution.dll", ++ "ref/netstandard1.3/System.Net.NameResolution.dll", ++ "ref/netstandard1.3/System.Net.NameResolution.xml", ++ "ref/netstandard1.3/de/System.Net.NameResolution.xml", ++ "ref/netstandard1.3/es/System.Net.NameResolution.xml", ++ "ref/netstandard1.3/fr/System.Net.NameResolution.xml", ++ "ref/netstandard1.3/it/System.Net.NameResolution.xml", ++ "ref/netstandard1.3/ja/System.Net.NameResolution.xml", ++ "ref/netstandard1.3/ko/System.Net.NameResolution.xml", ++ "ref/netstandard1.3/ru/System.Net.NameResolution.xml", ++ "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", ++ "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll", ++ "runtimes/win/lib/net46/System.Net.NameResolution.dll", ++ "runtimes/win/lib/netcore50/System.Net.NameResolution.dll", ++ "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll", ++ "system.net.nameresolution.4.3.0.nupkg.sha512", ++ "system.net.nameresolution.nuspec" ++ ] ++ }, ++ "System.Net.Primitives/4.3.0": { ++ "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", ++ "type": "package", ++ "path": "system.net.primitives/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Net.Primitives.dll", ++ "ref/netcore50/System.Net.Primitives.xml", ++ "ref/netcore50/de/System.Net.Primitives.xml", ++ "ref/netcore50/es/System.Net.Primitives.xml", ++ "ref/netcore50/fr/System.Net.Primitives.xml", ++ "ref/netcore50/it/System.Net.Primitives.xml", ++ "ref/netcore50/ja/System.Net.Primitives.xml", ++ "ref/netcore50/ko/System.Net.Primitives.xml", ++ "ref/netcore50/ru/System.Net.Primitives.xml", ++ "ref/netcore50/zh-hans/System.Net.Primitives.xml", ++ "ref/netcore50/zh-hant/System.Net.Primitives.xml", ++ "ref/netstandard1.0/System.Net.Primitives.dll", ++ "ref/netstandard1.0/System.Net.Primitives.xml", ++ "ref/netstandard1.0/de/System.Net.Primitives.xml", ++ "ref/netstandard1.0/es/System.Net.Primitives.xml", ++ "ref/netstandard1.0/fr/System.Net.Primitives.xml", ++ "ref/netstandard1.0/it/System.Net.Primitives.xml", ++ "ref/netstandard1.0/ja/System.Net.Primitives.xml", ++ "ref/netstandard1.0/ko/System.Net.Primitives.xml", ++ "ref/netstandard1.0/ru/System.Net.Primitives.xml", ++ "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", ++ "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", ++ "ref/netstandard1.1/System.Net.Primitives.dll", ++ "ref/netstandard1.1/System.Net.Primitives.xml", ++ "ref/netstandard1.1/de/System.Net.Primitives.xml", ++ "ref/netstandard1.1/es/System.Net.Primitives.xml", ++ "ref/netstandard1.1/fr/System.Net.Primitives.xml", ++ "ref/netstandard1.1/it/System.Net.Primitives.xml", ++ "ref/netstandard1.1/ja/System.Net.Primitives.xml", ++ "ref/netstandard1.1/ko/System.Net.Primitives.xml", ++ "ref/netstandard1.1/ru/System.Net.Primitives.xml", ++ "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", ++ "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", ++ "ref/netstandard1.3/System.Net.Primitives.dll", ++ "ref/netstandard1.3/System.Net.Primitives.xml", ++ "ref/netstandard1.3/de/System.Net.Primitives.xml", ++ "ref/netstandard1.3/es/System.Net.Primitives.xml", ++ "ref/netstandard1.3/fr/System.Net.Primitives.xml", ++ "ref/netstandard1.3/it/System.Net.Primitives.xml", ++ "ref/netstandard1.3/ja/System.Net.Primitives.xml", ++ "ref/netstandard1.3/ko/System.Net.Primitives.xml", ++ "ref/netstandard1.3/ru/System.Net.Primitives.xml", ++ "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", ++ "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.net.primitives.4.3.0.nupkg.sha512", ++ "system.net.primitives.nuspec" ++ ] ++ }, ++ "System.Net.Sockets/4.3.0": { ++ "sha512": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", ++ "type": "package", ++ "path": "system.net.sockets/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Net.Sockets.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Net.Sockets.dll", ++ "ref/netstandard1.3/System.Net.Sockets.dll", ++ "ref/netstandard1.3/System.Net.Sockets.xml", ++ "ref/netstandard1.3/de/System.Net.Sockets.xml", ++ "ref/netstandard1.3/es/System.Net.Sockets.xml", ++ "ref/netstandard1.3/fr/System.Net.Sockets.xml", ++ "ref/netstandard1.3/it/System.Net.Sockets.xml", ++ "ref/netstandard1.3/ja/System.Net.Sockets.xml", ++ "ref/netstandard1.3/ko/System.Net.Sockets.xml", ++ "ref/netstandard1.3/ru/System.Net.Sockets.xml", ++ "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", ++ "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.net.sockets.4.3.0.nupkg.sha512", ++ "system.net.sockets.nuspec" ++ ] ++ }, ++ "System.Net.TestData/1.0.0-prerelease": { ++ "sha512": "vtjAraJjC2eju1j2aP1lDWMxaDms/CycajPy8XBgzyjSGGS1yC7C526C3KxFWa9mohGIn+/nU+4+FyRm9N6N2g==", ++ "type": "package", ++ "path": "system.net.testdata/1.0.0-prerelease", ++ "files": [ ++ "content/TestData/DummyTcpServer.pfx", ++ "content/TestData/contoso.com.cer", ++ "content/TestData/contoso.com.p7b", ++ "content/TestData/contoso.com.pfx", ++ "content/TestData/testclient1_at_contoso.com.cer", ++ "content/TestData/testclient1_at_contoso.com.p7b", ++ "content/TestData/testclient1_at_contoso.com.pfx", ++ "content/TestData/testclienteku.contoso.com.cer", ++ "content/TestData/testclienteku.contoso.com.p7b", ++ "content/TestData/testclienteku.contoso.com.pfx", ++ "content/TestData/testnoeku.contoso.com.cer", ++ "content/TestData/testnoeku.contoso.com.p7b", ++ "content/TestData/testnoeku.contoso.com.pfx", ++ "content/TestData/testselfsignedclienteku.contoso.com.cer", ++ "content/TestData/testselfsignedclienteku.contoso.com.p7b", ++ "content/TestData/testselfsignedclienteku.contoso.com.pfx", ++ "content/TestData/testselfsignedservereku.contoso.com.cer", ++ "content/TestData/testselfsignedservereku.contoso.com.p7b", ++ "content/TestData/testselfsignedservereku.contoso.com.pfx", ++ "content/TestData/testservereku.contoso.com.cer", ++ "content/TestData/testservereku.contoso.com.p7b", ++ "content/TestData/testservereku.contoso.com.pfx", ++ "system.net.testdata.1.0.0-prerelease.nupkg.sha512", ++ "system.net.testdata.nuspec" ++ ] ++ }, ++ "System.ObjectModel/4.3.0": { ++ "sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", ++ "type": "package", ++ "path": "system.objectmodel/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.ObjectModel.dll", ++ "lib/netstandard1.3/System.ObjectModel.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.ObjectModel.dll", ++ "ref/netcore50/System.ObjectModel.xml", ++ "ref/netcore50/de/System.ObjectModel.xml", ++ "ref/netcore50/es/System.ObjectModel.xml", ++ "ref/netcore50/fr/System.ObjectModel.xml", ++ "ref/netcore50/it/System.ObjectModel.xml", ++ "ref/netcore50/ja/System.ObjectModel.xml", ++ "ref/netcore50/ko/System.ObjectModel.xml", ++ "ref/netcore50/ru/System.ObjectModel.xml", ++ "ref/netcore50/zh-hans/System.ObjectModel.xml", ++ "ref/netcore50/zh-hant/System.ObjectModel.xml", ++ "ref/netstandard1.0/System.ObjectModel.dll", ++ "ref/netstandard1.0/System.ObjectModel.xml", ++ "ref/netstandard1.0/de/System.ObjectModel.xml", ++ "ref/netstandard1.0/es/System.ObjectModel.xml", ++ "ref/netstandard1.0/fr/System.ObjectModel.xml", ++ "ref/netstandard1.0/it/System.ObjectModel.xml", ++ "ref/netstandard1.0/ja/System.ObjectModel.xml", ++ "ref/netstandard1.0/ko/System.ObjectModel.xml", ++ "ref/netstandard1.0/ru/System.ObjectModel.xml", ++ "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", ++ "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", ++ "ref/netstandard1.3/System.ObjectModel.dll", ++ "ref/netstandard1.3/System.ObjectModel.xml", ++ "ref/netstandard1.3/de/System.ObjectModel.xml", ++ "ref/netstandard1.3/es/System.ObjectModel.xml", ++ "ref/netstandard1.3/fr/System.ObjectModel.xml", ++ "ref/netstandard1.3/it/System.ObjectModel.xml", ++ "ref/netstandard1.3/ja/System.ObjectModel.xml", ++ "ref/netstandard1.3/ko/System.ObjectModel.xml", ++ "ref/netstandard1.3/ru/System.ObjectModel.xml", ++ "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", ++ "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.objectmodel.4.3.0.nupkg.sha512", ++ "system.objectmodel.nuspec" ++ ] ++ }, ++ "System.Private.Uri/4.3.0": { ++ "sha512": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==", ++ "type": "package", ++ "path": "system.private.uri/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "ref/netstandard/_._", ++ "system.private.uri.4.3.0.nupkg.sha512", ++ "system.private.uri.nuspec" ++ ] ++ }, ++ "System.Reflection/4.3.0": { ++ "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", ++ "type": "package", ++ "path": "system.reflection/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/net462/System.Reflection.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/net462/System.Reflection.dll", ++ "ref/netcore50/System.Reflection.dll", ++ "ref/netcore50/System.Reflection.xml", ++ "ref/netcore50/de/System.Reflection.xml", ++ "ref/netcore50/es/System.Reflection.xml", ++ "ref/netcore50/fr/System.Reflection.xml", ++ "ref/netcore50/it/System.Reflection.xml", ++ "ref/netcore50/ja/System.Reflection.xml", ++ "ref/netcore50/ko/System.Reflection.xml", ++ "ref/netcore50/ru/System.Reflection.xml", ++ "ref/netcore50/zh-hans/System.Reflection.xml", ++ "ref/netcore50/zh-hant/System.Reflection.xml", ++ "ref/netstandard1.0/System.Reflection.dll", ++ "ref/netstandard1.0/System.Reflection.xml", ++ "ref/netstandard1.0/de/System.Reflection.xml", ++ "ref/netstandard1.0/es/System.Reflection.xml", ++ "ref/netstandard1.0/fr/System.Reflection.xml", ++ "ref/netstandard1.0/it/System.Reflection.xml", ++ "ref/netstandard1.0/ja/System.Reflection.xml", ++ "ref/netstandard1.0/ko/System.Reflection.xml", ++ "ref/netstandard1.0/ru/System.Reflection.xml", ++ "ref/netstandard1.0/zh-hans/System.Reflection.xml", ++ "ref/netstandard1.0/zh-hant/System.Reflection.xml", ++ "ref/netstandard1.3/System.Reflection.dll", ++ "ref/netstandard1.3/System.Reflection.xml", ++ "ref/netstandard1.3/de/System.Reflection.xml", ++ "ref/netstandard1.3/es/System.Reflection.xml", ++ "ref/netstandard1.3/fr/System.Reflection.xml", ++ "ref/netstandard1.3/it/System.Reflection.xml", ++ "ref/netstandard1.3/ja/System.Reflection.xml", ++ "ref/netstandard1.3/ko/System.Reflection.xml", ++ "ref/netstandard1.3/ru/System.Reflection.xml", ++ "ref/netstandard1.3/zh-hans/System.Reflection.xml", ++ "ref/netstandard1.3/zh-hant/System.Reflection.xml", ++ "ref/netstandard1.5/System.Reflection.dll", ++ "ref/netstandard1.5/System.Reflection.xml", ++ "ref/netstandard1.5/de/System.Reflection.xml", ++ "ref/netstandard1.5/es/System.Reflection.xml", ++ "ref/netstandard1.5/fr/System.Reflection.xml", ++ "ref/netstandard1.5/it/System.Reflection.xml", ++ "ref/netstandard1.5/ja/System.Reflection.xml", ++ "ref/netstandard1.5/ko/System.Reflection.xml", ++ "ref/netstandard1.5/ru/System.Reflection.xml", ++ "ref/netstandard1.5/zh-hans/System.Reflection.xml", ++ "ref/netstandard1.5/zh-hant/System.Reflection.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.reflection.4.3.0.nupkg.sha512", ++ "system.reflection.nuspec" ++ ] ++ }, ++ "System.Reflection.Emit/4.3.0": { ++ "sha512": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", ++ "type": "package", ++ "path": "system.reflection.emit/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/monotouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Reflection.Emit.dll", ++ "lib/netstandard1.3/System.Reflection.Emit.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/net45/_._", ++ "ref/netstandard1.1/System.Reflection.Emit.dll", ++ "ref/netstandard1.1/System.Reflection.Emit.xml", ++ "ref/netstandard1.1/de/System.Reflection.Emit.xml", ++ "ref/netstandard1.1/es/System.Reflection.Emit.xml", ++ "ref/netstandard1.1/fr/System.Reflection.Emit.xml", ++ "ref/netstandard1.1/it/System.Reflection.Emit.xml", ++ "ref/netstandard1.1/ja/System.Reflection.Emit.xml", ++ "ref/netstandard1.1/ko/System.Reflection.Emit.xml", ++ "ref/netstandard1.1/ru/System.Reflection.Emit.xml", ++ "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", ++ "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", ++ "ref/xamarinmac20/_._", ++ "system.reflection.emit.4.3.0.nupkg.sha512", ++ "system.reflection.emit.nuspec" ++ ] ++ }, ++ "System.Reflection.Emit.ILGeneration/4.3.0": { ++ "sha512": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", ++ "type": "package", ++ "path": "system.reflection.emit.ilgeneration/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", ++ "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll", ++ "lib/portable-net45+wp8/_._", ++ "lib/wp80/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", ++ "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", ++ "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", ++ "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", ++ "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", ++ "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", ++ "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", ++ "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", ++ "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", ++ "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", ++ "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", ++ "ref/portable-net45+wp8/_._", ++ "ref/wp80/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/aot/lib/netcore50/_._", ++ "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", ++ "system.reflection.emit.ilgeneration.nuspec" ++ ] ++ }, ++ "System.Reflection.Emit.Lightweight/4.3.0": { ++ "sha512": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", ++ "type": "package", ++ "path": "system.reflection.emit.lightweight/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Reflection.Emit.Lightweight.dll", ++ "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", ++ "lib/portable-net45+wp8/_._", ++ "lib/wp80/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", ++ "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", ++ "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", ++ "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", ++ "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", ++ "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", ++ "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", ++ "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", ++ "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", ++ "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", ++ "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", ++ "ref/portable-net45+wp8/_._", ++ "ref/wp80/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/aot/lib/netcore50/_._", ++ "system.reflection.emit.lightweight.4.3.0.nupkg.sha512", ++ "system.reflection.emit.lightweight.nuspec" ++ ] ++ }, ++ "System.Reflection.Extensions/4.3.0": { ++ "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", ++ "type": "package", ++ "path": "system.reflection.extensions/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Reflection.Extensions.dll", ++ "ref/netcore50/System.Reflection.Extensions.xml", ++ "ref/netcore50/de/System.Reflection.Extensions.xml", ++ "ref/netcore50/es/System.Reflection.Extensions.xml", ++ "ref/netcore50/fr/System.Reflection.Extensions.xml", ++ "ref/netcore50/it/System.Reflection.Extensions.xml", ++ "ref/netcore50/ja/System.Reflection.Extensions.xml", ++ "ref/netcore50/ko/System.Reflection.Extensions.xml", ++ "ref/netcore50/ru/System.Reflection.Extensions.xml", ++ "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", ++ "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", ++ "ref/netstandard1.0/System.Reflection.Extensions.dll", ++ "ref/netstandard1.0/System.Reflection.Extensions.xml", ++ "ref/netstandard1.0/de/System.Reflection.Extensions.xml", ++ "ref/netstandard1.0/es/System.Reflection.Extensions.xml", ++ "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", ++ "ref/netstandard1.0/it/System.Reflection.Extensions.xml", ++ "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", ++ "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", ++ "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", ++ "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", ++ "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.reflection.extensions.4.3.0.nupkg.sha512", ++ "system.reflection.extensions.nuspec" ++ ] ++ }, ++ "System.Reflection.Primitives/4.3.0": { ++ "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", ++ "type": "package", ++ "path": "system.reflection.primitives/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Reflection.Primitives.dll", ++ "ref/netcore50/System.Reflection.Primitives.xml", ++ "ref/netcore50/de/System.Reflection.Primitives.xml", ++ "ref/netcore50/es/System.Reflection.Primitives.xml", ++ "ref/netcore50/fr/System.Reflection.Primitives.xml", ++ "ref/netcore50/it/System.Reflection.Primitives.xml", ++ "ref/netcore50/ja/System.Reflection.Primitives.xml", ++ "ref/netcore50/ko/System.Reflection.Primitives.xml", ++ "ref/netcore50/ru/System.Reflection.Primitives.xml", ++ "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", ++ "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", ++ "ref/netstandard1.0/System.Reflection.Primitives.dll", ++ "ref/netstandard1.0/System.Reflection.Primitives.xml", ++ "ref/netstandard1.0/de/System.Reflection.Primitives.xml", ++ "ref/netstandard1.0/es/System.Reflection.Primitives.xml", ++ "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", ++ "ref/netstandard1.0/it/System.Reflection.Primitives.xml", ++ "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", ++ "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", ++ "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", ++ "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", ++ "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.reflection.primitives.4.3.0.nupkg.sha512", ++ "system.reflection.primitives.nuspec" ++ ] ++ }, ++ "System.Reflection.TypeExtensions/4.3.0": { ++ "sha512": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", ++ "type": "package", ++ "path": "system.reflection.typeextensions/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Reflection.TypeExtensions.dll", ++ "lib/net462/System.Reflection.TypeExtensions.dll", ++ "lib/netcore50/System.Reflection.TypeExtensions.dll", ++ "lib/netstandard1.5/System.Reflection.TypeExtensions.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Reflection.TypeExtensions.dll", ++ "ref/net462/System.Reflection.TypeExtensions.dll", ++ "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", ++ "ref/netstandard1.3/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", ++ "ref/netstandard1.5/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", ++ "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll", ++ "system.reflection.typeextensions.4.3.0.nupkg.sha512", ++ "system.reflection.typeextensions.nuspec" ++ ] ++ }, ++ "System.Resources.ResourceManager/4.3.0": { ++ "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", ++ "type": "package", ++ "path": "system.resources.resourcemanager/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Resources.ResourceManager.dll", ++ "ref/netcore50/System.Resources.ResourceManager.xml", ++ "ref/netcore50/de/System.Resources.ResourceManager.xml", ++ "ref/netcore50/es/System.Resources.ResourceManager.xml", ++ "ref/netcore50/fr/System.Resources.ResourceManager.xml", ++ "ref/netcore50/it/System.Resources.ResourceManager.xml", ++ "ref/netcore50/ja/System.Resources.ResourceManager.xml", ++ "ref/netcore50/ko/System.Resources.ResourceManager.xml", ++ "ref/netcore50/ru/System.Resources.ResourceManager.xml", ++ "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", ++ "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", ++ "ref/netstandard1.0/System.Resources.ResourceManager.dll", ++ "ref/netstandard1.0/System.Resources.ResourceManager.xml", ++ "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", ++ "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", ++ "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", ++ "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", ++ "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", ++ "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", ++ "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", ++ "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", ++ "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.resources.resourcemanager.4.3.0.nupkg.sha512", ++ "system.resources.resourcemanager.nuspec" ++ ] ++ }, ++ "System.Runtime/4.3.0": { ++ "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", ++ "type": "package", ++ "path": "system.runtime/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/net462/System.Runtime.dll", ++ "lib/portable-net45+win8+wp80+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/net462/System.Runtime.dll", ++ "ref/netcore50/System.Runtime.dll", ++ "ref/netcore50/System.Runtime.xml", ++ "ref/netcore50/de/System.Runtime.xml", ++ "ref/netcore50/es/System.Runtime.xml", ++ "ref/netcore50/fr/System.Runtime.xml", ++ "ref/netcore50/it/System.Runtime.xml", ++ "ref/netcore50/ja/System.Runtime.xml", ++ "ref/netcore50/ko/System.Runtime.xml", ++ "ref/netcore50/ru/System.Runtime.xml", ++ "ref/netcore50/zh-hans/System.Runtime.xml", ++ "ref/netcore50/zh-hant/System.Runtime.xml", ++ "ref/netstandard1.0/System.Runtime.dll", ++ "ref/netstandard1.0/System.Runtime.xml", ++ "ref/netstandard1.0/de/System.Runtime.xml", ++ "ref/netstandard1.0/es/System.Runtime.xml", ++ "ref/netstandard1.0/fr/System.Runtime.xml", ++ "ref/netstandard1.0/it/System.Runtime.xml", ++ "ref/netstandard1.0/ja/System.Runtime.xml", ++ "ref/netstandard1.0/ko/System.Runtime.xml", ++ "ref/netstandard1.0/ru/System.Runtime.xml", ++ "ref/netstandard1.0/zh-hans/System.Runtime.xml", ++ "ref/netstandard1.0/zh-hant/System.Runtime.xml", ++ "ref/netstandard1.2/System.Runtime.dll", ++ "ref/netstandard1.2/System.Runtime.xml", ++ "ref/netstandard1.2/de/System.Runtime.xml", ++ "ref/netstandard1.2/es/System.Runtime.xml", ++ "ref/netstandard1.2/fr/System.Runtime.xml", ++ "ref/netstandard1.2/it/System.Runtime.xml", ++ "ref/netstandard1.2/ja/System.Runtime.xml", ++ "ref/netstandard1.2/ko/System.Runtime.xml", ++ "ref/netstandard1.2/ru/System.Runtime.xml", ++ "ref/netstandard1.2/zh-hans/System.Runtime.xml", ++ "ref/netstandard1.2/zh-hant/System.Runtime.xml", ++ "ref/netstandard1.3/System.Runtime.dll", ++ "ref/netstandard1.3/System.Runtime.xml", ++ "ref/netstandard1.3/de/System.Runtime.xml", ++ "ref/netstandard1.3/es/System.Runtime.xml", ++ "ref/netstandard1.3/fr/System.Runtime.xml", ++ "ref/netstandard1.3/it/System.Runtime.xml", ++ "ref/netstandard1.3/ja/System.Runtime.xml", ++ "ref/netstandard1.3/ko/System.Runtime.xml", ++ "ref/netstandard1.3/ru/System.Runtime.xml", ++ "ref/netstandard1.3/zh-hans/System.Runtime.xml", ++ "ref/netstandard1.3/zh-hant/System.Runtime.xml", ++ "ref/netstandard1.5/System.Runtime.dll", ++ "ref/netstandard1.5/System.Runtime.xml", ++ "ref/netstandard1.5/de/System.Runtime.xml", ++ "ref/netstandard1.5/es/System.Runtime.xml", ++ "ref/netstandard1.5/fr/System.Runtime.xml", ++ "ref/netstandard1.5/it/System.Runtime.xml", ++ "ref/netstandard1.5/ja/System.Runtime.xml", ++ "ref/netstandard1.5/ko/System.Runtime.xml", ++ "ref/netstandard1.5/ru/System.Runtime.xml", ++ "ref/netstandard1.5/zh-hans/System.Runtime.xml", ++ "ref/netstandard1.5/zh-hant/System.Runtime.xml", ++ "ref/portable-net45+win8+wp80+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.runtime.4.3.0.nupkg.sha512", ++ "system.runtime.nuspec" ++ ] ++ }, ++ "System.Runtime.Extensions/4.3.0": { ++ "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", ++ "type": "package", ++ "path": "system.runtime.extensions/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/net462/System.Runtime.Extensions.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/net462/System.Runtime.Extensions.dll", ++ "ref/netcore50/System.Runtime.Extensions.dll", ++ "ref/netcore50/System.Runtime.Extensions.xml", ++ "ref/netcore50/de/System.Runtime.Extensions.xml", ++ "ref/netcore50/es/System.Runtime.Extensions.xml", ++ "ref/netcore50/fr/System.Runtime.Extensions.xml", ++ "ref/netcore50/it/System.Runtime.Extensions.xml", ++ "ref/netcore50/ja/System.Runtime.Extensions.xml", ++ "ref/netcore50/ko/System.Runtime.Extensions.xml", ++ "ref/netcore50/ru/System.Runtime.Extensions.xml", ++ "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", ++ "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", ++ "ref/netstandard1.0/System.Runtime.Extensions.dll", ++ "ref/netstandard1.0/System.Runtime.Extensions.xml", ++ "ref/netstandard1.0/de/System.Runtime.Extensions.xml", ++ "ref/netstandard1.0/es/System.Runtime.Extensions.xml", ++ "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", ++ "ref/netstandard1.0/it/System.Runtime.Extensions.xml", ++ "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", ++ "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", ++ "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", ++ "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", ++ "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", ++ "ref/netstandard1.3/System.Runtime.Extensions.dll", ++ "ref/netstandard1.3/System.Runtime.Extensions.xml", ++ "ref/netstandard1.3/de/System.Runtime.Extensions.xml", ++ "ref/netstandard1.3/es/System.Runtime.Extensions.xml", ++ "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", ++ "ref/netstandard1.3/it/System.Runtime.Extensions.xml", ++ "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", ++ "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", ++ "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", ++ "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", ++ "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", ++ "ref/netstandard1.5/System.Runtime.Extensions.dll", ++ "ref/netstandard1.5/System.Runtime.Extensions.xml", ++ "ref/netstandard1.5/de/System.Runtime.Extensions.xml", ++ "ref/netstandard1.5/es/System.Runtime.Extensions.xml", ++ "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", ++ "ref/netstandard1.5/it/System.Runtime.Extensions.xml", ++ "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", ++ "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", ++ "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", ++ "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", ++ "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.runtime.extensions.4.3.0.nupkg.sha512", ++ "system.runtime.extensions.nuspec" ++ ] ++ }, ++ "System.Runtime.Handles/4.3.0": { ++ "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", ++ "type": "package", ++ "path": "system.runtime.handles/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/_._", ++ "ref/netstandard1.3/System.Runtime.Handles.dll", ++ "ref/netstandard1.3/System.Runtime.Handles.xml", ++ "ref/netstandard1.3/de/System.Runtime.Handles.xml", ++ "ref/netstandard1.3/es/System.Runtime.Handles.xml", ++ "ref/netstandard1.3/fr/System.Runtime.Handles.xml", ++ "ref/netstandard1.3/it/System.Runtime.Handles.xml", ++ "ref/netstandard1.3/ja/System.Runtime.Handles.xml", ++ "ref/netstandard1.3/ko/System.Runtime.Handles.xml", ++ "ref/netstandard1.3/ru/System.Runtime.Handles.xml", ++ "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", ++ "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.runtime.handles.4.3.0.nupkg.sha512", ++ "system.runtime.handles.nuspec" ++ ] ++ }, ++ "System.Runtime.InteropServices/4.3.0": { ++ "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", ++ "type": "package", ++ "path": "system.runtime.interopservices/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/net462/System.Runtime.InteropServices.dll", ++ "lib/net463/System.Runtime.InteropServices.dll", ++ "lib/portable-net45+win8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/net462/System.Runtime.InteropServices.dll", ++ "ref/net463/System.Runtime.InteropServices.dll", ++ "ref/netcore50/System.Runtime.InteropServices.dll", ++ "ref/netcore50/System.Runtime.InteropServices.xml", ++ "ref/netcore50/de/System.Runtime.InteropServices.xml", ++ "ref/netcore50/es/System.Runtime.InteropServices.xml", ++ "ref/netcore50/fr/System.Runtime.InteropServices.xml", ++ "ref/netcore50/it/System.Runtime.InteropServices.xml", ++ "ref/netcore50/ja/System.Runtime.InteropServices.xml", ++ "ref/netcore50/ko/System.Runtime.InteropServices.xml", ++ "ref/netcore50/ru/System.Runtime.InteropServices.xml", ++ "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", ++ "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", ++ "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", ++ "ref/netstandard1.1/System.Runtime.InteropServices.dll", ++ "ref/netstandard1.1/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.2/System.Runtime.InteropServices.dll", ++ "ref/netstandard1.2/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.3/System.Runtime.InteropServices.dll", ++ "ref/netstandard1.3/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.5/System.Runtime.InteropServices.dll", ++ "ref/netstandard1.5/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", ++ "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", ++ "ref/portable-net45+win8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.runtime.interopservices.4.3.0.nupkg.sha512", ++ "system.runtime.interopservices.nuspec" ++ ] ++ }, ++ "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { ++ "sha512": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", ++ "type": "package", ++ "path": "system.runtime.interopservices.runtimeinformation/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", ++ "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", ++ "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll", ++ "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", ++ "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", ++ "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", ++ "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", ++ "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", ++ "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", ++ "system.runtime.interopservices.runtimeinformation.nuspec" ++ ] ++ }, ++ "System.Runtime.Numerics/4.3.0": { ++ "sha512": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", ++ "type": "package", ++ "path": "system.runtime.numerics/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Runtime.Numerics.dll", ++ "lib/netstandard1.3/System.Runtime.Numerics.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/netcore50/System.Runtime.Numerics.dll", ++ "ref/netcore50/System.Runtime.Numerics.xml", ++ "ref/netcore50/de/System.Runtime.Numerics.xml", ++ "ref/netcore50/es/System.Runtime.Numerics.xml", ++ "ref/netcore50/fr/System.Runtime.Numerics.xml", ++ "ref/netcore50/it/System.Runtime.Numerics.xml", ++ "ref/netcore50/ja/System.Runtime.Numerics.xml", ++ "ref/netcore50/ko/System.Runtime.Numerics.xml", ++ "ref/netcore50/ru/System.Runtime.Numerics.xml", ++ "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", ++ "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", ++ "ref/netstandard1.1/System.Runtime.Numerics.dll", ++ "ref/netstandard1.1/System.Runtime.Numerics.xml", ++ "ref/netstandard1.1/de/System.Runtime.Numerics.xml", ++ "ref/netstandard1.1/es/System.Runtime.Numerics.xml", ++ "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", ++ "ref/netstandard1.1/it/System.Runtime.Numerics.xml", ++ "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", ++ "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", ++ "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", ++ "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", ++ "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", ++ "ref/portable-net45+win8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.runtime.numerics.4.3.0.nupkg.sha512", ++ "system.runtime.numerics.nuspec" ++ ] ++ }, ++ "System.Runtime.Serialization.Formatters/4.3.0": { ++ "sha512": "KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", ++ "type": "package", ++ "path": "system.runtime.serialization.formatters/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Runtime.Serialization.Formatters.dll", ++ "lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Runtime.Serialization.Formatters.dll", ++ "ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.runtime.serialization.formatters.4.3.0.nupkg.sha512", ++ "system.runtime.serialization.formatters.nuspec" ++ ] ++ }, ++ "System.Runtime.Serialization.Primitives/4.3.0": { ++ "sha512": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", ++ "type": "package", ++ "path": "system.runtime.serialization.primitives/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/net46/System.Runtime.Serialization.Primitives.dll", ++ "lib/netcore50/System.Runtime.Serialization.Primitives.dll", ++ "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/net46/System.Runtime.Serialization.Primitives.dll", ++ "ref/netcore50/System.Runtime.Serialization.Primitives.dll", ++ "ref/netcore50/System.Runtime.Serialization.Primitives.xml", ++ "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", ++ "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", ++ "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", ++ "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", ++ "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", ++ "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", ++ "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", ++ "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", ++ "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll", ++ "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll", ++ "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml", ++ "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll", ++ "system.runtime.serialization.primitives.4.3.0.nupkg.sha512", ++ "system.runtime.serialization.primitives.nuspec" ++ ] ++ }, ++ "System.Security.Claims/4.3.0": { ++ "sha512": "P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", ++ "type": "package", ++ "path": "system.security.claims/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Security.Claims.dll", ++ "lib/netstandard1.3/System.Security.Claims.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Security.Claims.dll", ++ "ref/netstandard1.3/System.Security.Claims.dll", ++ "ref/netstandard1.3/System.Security.Claims.xml", ++ "ref/netstandard1.3/de/System.Security.Claims.xml", ++ "ref/netstandard1.3/es/System.Security.Claims.xml", ++ "ref/netstandard1.3/fr/System.Security.Claims.xml", ++ "ref/netstandard1.3/it/System.Security.Claims.xml", ++ "ref/netstandard1.3/ja/System.Security.Claims.xml", ++ "ref/netstandard1.3/ko/System.Security.Claims.xml", ++ "ref/netstandard1.3/ru/System.Security.Claims.xml", ++ "ref/netstandard1.3/zh-hans/System.Security.Claims.xml", ++ "ref/netstandard1.3/zh-hant/System.Security.Claims.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.security.claims.4.3.0.nupkg.sha512", ++ "system.security.claims.nuspec" ++ ] ++ }, ++ "System.Security.Cryptography.Algorithms/4.3.0": { ++ "sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", ++ "type": "package", ++ "path": "system.security.cryptography.algorithms/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Security.Cryptography.Algorithms.dll", ++ "lib/net461/System.Security.Cryptography.Algorithms.dll", ++ "lib/net463/System.Security.Cryptography.Algorithms.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Security.Cryptography.Algorithms.dll", ++ "ref/net461/System.Security.Cryptography.Algorithms.dll", ++ "ref/net463/System.Security.Cryptography.Algorithms.dll", ++ "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll", ++ "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll", ++ "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", ++ "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", ++ "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll", ++ "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll", ++ "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll", ++ "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll", ++ "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", ++ "system.security.cryptography.algorithms.4.3.0.nupkg.sha512", ++ "system.security.cryptography.algorithms.nuspec" ++ ] ++ }, ++ "System.Security.Cryptography.Cng/4.3.0": { ++ "sha512": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", ++ "type": "package", ++ "path": "system.security.cryptography.cng/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/net46/System.Security.Cryptography.Cng.dll", ++ "lib/net461/System.Security.Cryptography.Cng.dll", ++ "lib/net463/System.Security.Cryptography.Cng.dll", ++ "ref/net46/System.Security.Cryptography.Cng.dll", ++ "ref/net461/System.Security.Cryptography.Cng.dll", ++ "ref/net463/System.Security.Cryptography.Cng.dll", ++ "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", ++ "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", ++ "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", ++ "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", ++ "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", ++ "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", ++ "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll", ++ "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", ++ "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", ++ "system.security.cryptography.cng.4.3.0.nupkg.sha512", ++ "system.security.cryptography.cng.nuspec" ++ ] ++ }, ++ "System.Security.Cryptography.Csp/4.3.0": { ++ "sha512": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", ++ "type": "package", ++ "path": "system.security.cryptography.csp/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Security.Cryptography.Csp.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Security.Cryptography.Csp.dll", ++ "ref/netstandard1.3/System.Security.Cryptography.Csp.dll", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", ++ "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll", ++ "runtimes/win/lib/netcore50/_._", ++ "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", ++ "system.security.cryptography.csp.4.3.0.nupkg.sha512", ++ "system.security.cryptography.csp.nuspec" ++ ] ++ }, ++ "System.Security.Cryptography.Encoding/4.3.0": { ++ "sha512": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", ++ "type": "package", ++ "path": "system.security.cryptography.encoding/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Security.Cryptography.Encoding.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Security.Cryptography.Encoding.dll", ++ "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", ++ "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", ++ "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", ++ "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", ++ "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", ++ "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", ++ "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", ++ "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", ++ "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", ++ "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", ++ "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", ++ "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll", ++ "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", ++ "system.security.cryptography.encoding.4.3.0.nupkg.sha512", ++ "system.security.cryptography.encoding.nuspec" ++ ] ++ }, ++ "System.Security.Cryptography.OpenSsl/4.3.0": { ++ "sha512": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", ++ "type": "package", ++ "path": "system.security.cryptography.openssl/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", ++ "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", ++ "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", ++ "system.security.cryptography.openssl.4.3.0.nupkg.sha512", ++ "system.security.cryptography.openssl.nuspec" ++ ] ++ }, ++ "System.Security.Cryptography.Primitives/4.3.0": { ++ "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", ++ "type": "package", ++ "path": "system.security.cryptography.primitives/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Security.Cryptography.Primitives.dll", ++ "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Security.Cryptography.Primitives.dll", ++ "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.security.cryptography.primitives.4.3.0.nupkg.sha512", ++ "system.security.cryptography.primitives.nuspec" ++ ] ++ }, ++ "System.Security.Cryptography.X509Certificates/4.3.0": { ++ "sha512": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", ++ "type": "package", ++ "path": "system.security.cryptography.x509certificates/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Security.Cryptography.X509Certificates.dll", ++ "lib/net461/System.Security.Cryptography.X509Certificates.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Security.Cryptography.X509Certificates.dll", ++ "ref/net461/System.Security.Cryptography.X509Certificates.dll", ++ "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", ++ "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", ++ "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", ++ "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", ++ "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", ++ "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", ++ "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", ++ "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", ++ "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", ++ "system.security.cryptography.x509certificates.nuspec" ++ ] ++ }, ++ "System.Security.Cryptography.X509Certificates.TestData/1.0.2-prerelease": { ++ "sha512": "2psOat93qrzWTj2Mg4sHexee1L5sT/Au16P6BtefaSKfwEzSyvKWfrOI16qCFPZkCA1CqBMCw00B+IW3bqWPaA==", ++ "type": "package", ++ "path": "system.security.cryptography.x509certificates.testdata/1.0.2-prerelease", ++ "files": [ ++ "content/TestData/DummyTcpServer.pfx", ++ "content/TestData/MS.cer", ++ "content/TestData/MS.pem", ++ "content/TestData/My.cer", ++ "content/TestData/My.pfx", ++ "content/TestData/Windows6.1-KB3004361-x64.msu", ++ "content/TestData/certchain.p7b", ++ "content/TestData/certchain.p7c", ++ "content/TestData/empty.p7b", ++ "content/TestData/empty.p7c", ++ "content/TestData/microsoft.cer", ++ "content/TestData/singlecert.p7b", ++ "content/TestData/singlecert.p7c", ++ "content/TestData/test.cer", ++ "content/TestData/test.pfx", ++ "system.security.cryptography.x509certificates.testdata.1.0.2-prerelease.nupkg.sha512", ++ "system.security.cryptography.x509certificates.testdata.nuspec" ++ ] ++ }, ++ "System.Security.Principal/4.3.0": { ++ "sha512": "I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", ++ "type": "package", ++ "path": "system.security.principal/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Security.Principal.dll", ++ "lib/netstandard1.0/System.Security.Principal.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Security.Principal.dll", ++ "ref/netcore50/System.Security.Principal.xml", ++ "ref/netcore50/de/System.Security.Principal.xml", ++ "ref/netcore50/es/System.Security.Principal.xml", ++ "ref/netcore50/fr/System.Security.Principal.xml", ++ "ref/netcore50/it/System.Security.Principal.xml", ++ "ref/netcore50/ja/System.Security.Principal.xml", ++ "ref/netcore50/ko/System.Security.Principal.xml", ++ "ref/netcore50/ru/System.Security.Principal.xml", ++ "ref/netcore50/zh-hans/System.Security.Principal.xml", ++ "ref/netcore50/zh-hant/System.Security.Principal.xml", ++ "ref/netstandard1.0/System.Security.Principal.dll", ++ "ref/netstandard1.0/System.Security.Principal.xml", ++ "ref/netstandard1.0/de/System.Security.Principal.xml", ++ "ref/netstandard1.0/es/System.Security.Principal.xml", ++ "ref/netstandard1.0/fr/System.Security.Principal.xml", ++ "ref/netstandard1.0/it/System.Security.Principal.xml", ++ "ref/netstandard1.0/ja/System.Security.Principal.xml", ++ "ref/netstandard1.0/ko/System.Security.Principal.xml", ++ "ref/netstandard1.0/ru/System.Security.Principal.xml", ++ "ref/netstandard1.0/zh-hans/System.Security.Principal.xml", ++ "ref/netstandard1.0/zh-hant/System.Security.Principal.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.security.principal.4.3.0.nupkg.sha512", ++ "system.security.principal.nuspec" ++ ] ++ }, ++ "System.Security.Principal.Windows/4.3.0": { ++ "sha512": "HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", ++ "type": "package", ++ "path": "system.security.principal.windows/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/net46/System.Security.Principal.Windows.dll", ++ "ref/net46/System.Security.Principal.Windows.dll", ++ "ref/netstandard1.3/System.Security.Principal.Windows.dll", ++ "ref/netstandard1.3/System.Security.Principal.Windows.xml", ++ "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", ++ "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", ++ "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", ++ "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", ++ "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", ++ "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", ++ "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", ++ "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", ++ "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", ++ "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll", ++ "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", ++ "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", ++ "system.security.principal.windows.4.3.0.nupkg.sha512", ++ "system.security.principal.windows.nuspec" ++ ] ++ }, ++ "System.Text.Encoding/4.3.0": { ++ "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", ++ "type": "package", ++ "path": "system.text.encoding/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Text.Encoding.dll", ++ "ref/netcore50/System.Text.Encoding.xml", ++ "ref/netcore50/de/System.Text.Encoding.xml", ++ "ref/netcore50/es/System.Text.Encoding.xml", ++ "ref/netcore50/fr/System.Text.Encoding.xml", ++ "ref/netcore50/it/System.Text.Encoding.xml", ++ "ref/netcore50/ja/System.Text.Encoding.xml", ++ "ref/netcore50/ko/System.Text.Encoding.xml", ++ "ref/netcore50/ru/System.Text.Encoding.xml", ++ "ref/netcore50/zh-hans/System.Text.Encoding.xml", ++ "ref/netcore50/zh-hant/System.Text.Encoding.xml", ++ "ref/netstandard1.0/System.Text.Encoding.dll", ++ "ref/netstandard1.0/System.Text.Encoding.xml", ++ "ref/netstandard1.0/de/System.Text.Encoding.xml", ++ "ref/netstandard1.0/es/System.Text.Encoding.xml", ++ "ref/netstandard1.0/fr/System.Text.Encoding.xml", ++ "ref/netstandard1.0/it/System.Text.Encoding.xml", ++ "ref/netstandard1.0/ja/System.Text.Encoding.xml", ++ "ref/netstandard1.0/ko/System.Text.Encoding.xml", ++ "ref/netstandard1.0/ru/System.Text.Encoding.xml", ++ "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", ++ "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", ++ "ref/netstandard1.3/System.Text.Encoding.dll", ++ "ref/netstandard1.3/System.Text.Encoding.xml", ++ "ref/netstandard1.3/de/System.Text.Encoding.xml", ++ "ref/netstandard1.3/es/System.Text.Encoding.xml", ++ "ref/netstandard1.3/fr/System.Text.Encoding.xml", ++ "ref/netstandard1.3/it/System.Text.Encoding.xml", ++ "ref/netstandard1.3/ja/System.Text.Encoding.xml", ++ "ref/netstandard1.3/ko/System.Text.Encoding.xml", ++ "ref/netstandard1.3/ru/System.Text.Encoding.xml", ++ "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", ++ "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.text.encoding.4.3.0.nupkg.sha512", ++ "system.text.encoding.nuspec" ++ ] ++ }, ++ "System.Text.Encoding.Extensions/4.3.0": { ++ "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", ++ "type": "package", ++ "path": "system.text.encoding.extensions/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Text.Encoding.Extensions.dll", ++ "ref/netcore50/System.Text.Encoding.Extensions.xml", ++ "ref/netcore50/de/System.Text.Encoding.Extensions.xml", ++ "ref/netcore50/es/System.Text.Encoding.Extensions.xml", ++ "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", ++ "ref/netcore50/it/System.Text.Encoding.Extensions.xml", ++ "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", ++ "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", ++ "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", ++ "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", ++ "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", ++ "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", ++ "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", ++ "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.text.encoding.extensions.4.3.0.nupkg.sha512", ++ "system.text.encoding.extensions.nuspec" ++ ] ++ }, ++ "System.Text.RegularExpressions/4.3.0": { ++ "sha512": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", ++ "type": "package", ++ "path": "system.text.regularexpressions/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/net463/System.Text.RegularExpressions.dll", ++ "lib/netcore50/System.Text.RegularExpressions.dll", ++ "lib/netstandard1.6/System.Text.RegularExpressions.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/net463/System.Text.RegularExpressions.dll", ++ "ref/netcore50/System.Text.RegularExpressions.dll", ++ "ref/netcore50/System.Text.RegularExpressions.xml", ++ "ref/netcore50/de/System.Text.RegularExpressions.xml", ++ "ref/netcore50/es/System.Text.RegularExpressions.xml", ++ "ref/netcore50/fr/System.Text.RegularExpressions.xml", ++ "ref/netcore50/it/System.Text.RegularExpressions.xml", ++ "ref/netcore50/ja/System.Text.RegularExpressions.xml", ++ "ref/netcore50/ko/System.Text.RegularExpressions.xml", ++ "ref/netcore50/ru/System.Text.RegularExpressions.xml", ++ "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", ++ "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", ++ "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", ++ "ref/netstandard1.0/System.Text.RegularExpressions.dll", ++ "ref/netstandard1.0/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.3/System.Text.RegularExpressions.dll", ++ "ref/netstandard1.3/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.6/System.Text.RegularExpressions.dll", ++ "ref/netstandard1.6/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", ++ "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.text.regularexpressions.4.3.0.nupkg.sha512", ++ "system.text.regularexpressions.nuspec" ++ ] ++ }, ++ "System.Threading/4.3.0": { ++ "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", ++ "type": "package", ++ "path": "system.threading/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Threading.dll", ++ "lib/netstandard1.3/System.Threading.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Threading.dll", ++ "ref/netcore50/System.Threading.xml", ++ "ref/netcore50/de/System.Threading.xml", ++ "ref/netcore50/es/System.Threading.xml", ++ "ref/netcore50/fr/System.Threading.xml", ++ "ref/netcore50/it/System.Threading.xml", ++ "ref/netcore50/ja/System.Threading.xml", ++ "ref/netcore50/ko/System.Threading.xml", ++ "ref/netcore50/ru/System.Threading.xml", ++ "ref/netcore50/zh-hans/System.Threading.xml", ++ "ref/netcore50/zh-hant/System.Threading.xml", ++ "ref/netstandard1.0/System.Threading.dll", ++ "ref/netstandard1.0/System.Threading.xml", ++ "ref/netstandard1.0/de/System.Threading.xml", ++ "ref/netstandard1.0/es/System.Threading.xml", ++ "ref/netstandard1.0/fr/System.Threading.xml", ++ "ref/netstandard1.0/it/System.Threading.xml", ++ "ref/netstandard1.0/ja/System.Threading.xml", ++ "ref/netstandard1.0/ko/System.Threading.xml", ++ "ref/netstandard1.0/ru/System.Threading.xml", ++ "ref/netstandard1.0/zh-hans/System.Threading.xml", ++ "ref/netstandard1.0/zh-hant/System.Threading.xml", ++ "ref/netstandard1.3/System.Threading.dll", ++ "ref/netstandard1.3/System.Threading.xml", ++ "ref/netstandard1.3/de/System.Threading.xml", ++ "ref/netstandard1.3/es/System.Threading.xml", ++ "ref/netstandard1.3/fr/System.Threading.xml", ++ "ref/netstandard1.3/it/System.Threading.xml", ++ "ref/netstandard1.3/ja/System.Threading.xml", ++ "ref/netstandard1.3/ko/System.Threading.xml", ++ "ref/netstandard1.3/ru/System.Threading.xml", ++ "ref/netstandard1.3/zh-hans/System.Threading.xml", ++ "ref/netstandard1.3/zh-hant/System.Threading.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/aot/lib/netcore50/System.Threading.dll", ++ "system.threading.4.3.0.nupkg.sha512", ++ "system.threading.nuspec" ++ ] ++ }, ++ "System.Threading.Overlapped/4.3.0": { ++ "sha512": "m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==", ++ "type": "package", ++ "path": "system.threading.overlapped/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/net46/System.Threading.Overlapped.dll", ++ "ref/net46/System.Threading.Overlapped.dll", ++ "ref/netstandard1.3/System.Threading.Overlapped.dll", ++ "ref/netstandard1.3/System.Threading.Overlapped.xml", ++ "ref/netstandard1.3/de/System.Threading.Overlapped.xml", ++ "ref/netstandard1.3/es/System.Threading.Overlapped.xml", ++ "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", ++ "ref/netstandard1.3/it/System.Threading.Overlapped.xml", ++ "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", ++ "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", ++ "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", ++ "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", ++ "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", ++ "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", ++ "runtimes/win/lib/net46/System.Threading.Overlapped.dll", ++ "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", ++ "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll", ++ "system.threading.overlapped.4.3.0.nupkg.sha512", ++ "system.threading.overlapped.nuspec" ++ ] ++ }, ++ "System.Threading.Tasks/4.3.0": { ++ "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", ++ "type": "package", ++ "path": "system.threading.tasks/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Threading.Tasks.dll", ++ "ref/netcore50/System.Threading.Tasks.xml", ++ "ref/netcore50/de/System.Threading.Tasks.xml", ++ "ref/netcore50/es/System.Threading.Tasks.xml", ++ "ref/netcore50/fr/System.Threading.Tasks.xml", ++ "ref/netcore50/it/System.Threading.Tasks.xml", ++ "ref/netcore50/ja/System.Threading.Tasks.xml", ++ "ref/netcore50/ko/System.Threading.Tasks.xml", ++ "ref/netcore50/ru/System.Threading.Tasks.xml", ++ "ref/netcore50/zh-hans/System.Threading.Tasks.xml", ++ "ref/netcore50/zh-hant/System.Threading.Tasks.xml", ++ "ref/netstandard1.0/System.Threading.Tasks.dll", ++ "ref/netstandard1.0/System.Threading.Tasks.xml", ++ "ref/netstandard1.0/de/System.Threading.Tasks.xml", ++ "ref/netstandard1.0/es/System.Threading.Tasks.xml", ++ "ref/netstandard1.0/fr/System.Threading.Tasks.xml", ++ "ref/netstandard1.0/it/System.Threading.Tasks.xml", ++ "ref/netstandard1.0/ja/System.Threading.Tasks.xml", ++ "ref/netstandard1.0/ko/System.Threading.Tasks.xml", ++ "ref/netstandard1.0/ru/System.Threading.Tasks.xml", ++ "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", ++ "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", ++ "ref/netstandard1.3/System.Threading.Tasks.dll", ++ "ref/netstandard1.3/System.Threading.Tasks.xml", ++ "ref/netstandard1.3/de/System.Threading.Tasks.xml", ++ "ref/netstandard1.3/es/System.Threading.Tasks.xml", ++ "ref/netstandard1.3/fr/System.Threading.Tasks.xml", ++ "ref/netstandard1.3/it/System.Threading.Tasks.xml", ++ "ref/netstandard1.3/ja/System.Threading.Tasks.xml", ++ "ref/netstandard1.3/ko/System.Threading.Tasks.xml", ++ "ref/netstandard1.3/ru/System.Threading.Tasks.xml", ++ "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", ++ "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.threading.tasks.4.3.0.nupkg.sha512", ++ "system.threading.tasks.nuspec" ++ ] ++ }, ++ "System.Threading.Tasks.Extensions/4.3.0": { ++ "sha512": "npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", ++ "type": "package", ++ "path": "system.threading.tasks.extensions/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", ++ "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", ++ "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", ++ "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", ++ "system.threading.tasks.extensions.4.3.0.nupkg.sha512", ++ "system.threading.tasks.extensions.nuspec" ++ ] ++ }, ++ "System.Threading.Tasks.Parallel/4.3.0": { ++ "sha512": "cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", ++ "type": "package", ++ "path": "system.threading.tasks.parallel/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Threading.Tasks.Parallel.dll", ++ "lib/netstandard1.3/System.Threading.Tasks.Parallel.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/netcore50/System.Threading.Tasks.Parallel.dll", ++ "ref/netcore50/System.Threading.Tasks.Parallel.xml", ++ "ref/netcore50/de/System.Threading.Tasks.Parallel.xml", ++ "ref/netcore50/es/System.Threading.Tasks.Parallel.xml", ++ "ref/netcore50/fr/System.Threading.Tasks.Parallel.xml", ++ "ref/netcore50/it/System.Threading.Tasks.Parallel.xml", ++ "ref/netcore50/ja/System.Threading.Tasks.Parallel.xml", ++ "ref/netcore50/ko/System.Threading.Tasks.Parallel.xml", ++ "ref/netcore50/ru/System.Threading.Tasks.Parallel.xml", ++ "ref/netcore50/zh-hans/System.Threading.Tasks.Parallel.xml", ++ "ref/netcore50/zh-hant/System.Threading.Tasks.Parallel.xml", ++ "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll", ++ "ref/netstandard1.1/System.Threading.Tasks.Parallel.xml", ++ "ref/netstandard1.1/de/System.Threading.Tasks.Parallel.xml", ++ "ref/netstandard1.1/es/System.Threading.Tasks.Parallel.xml", ++ "ref/netstandard1.1/fr/System.Threading.Tasks.Parallel.xml", ++ "ref/netstandard1.1/it/System.Threading.Tasks.Parallel.xml", ++ "ref/netstandard1.1/ja/System.Threading.Tasks.Parallel.xml", ++ "ref/netstandard1.1/ko/System.Threading.Tasks.Parallel.xml", ++ "ref/netstandard1.1/ru/System.Threading.Tasks.Parallel.xml", ++ "ref/netstandard1.1/zh-hans/System.Threading.Tasks.Parallel.xml", ++ "ref/netstandard1.1/zh-hant/System.Threading.Tasks.Parallel.xml", ++ "ref/portable-net45+win8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.threading.tasks.parallel.4.3.0.nupkg.sha512", ++ "system.threading.tasks.parallel.nuspec" ++ ] ++ }, ++ "System.Threading.Thread/4.3.0": { ++ "sha512": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", ++ "type": "package", ++ "path": "system.threading.thread/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Threading.Thread.dll", ++ "lib/netcore50/_._", ++ "lib/netstandard1.3/System.Threading.Thread.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Threading.Thread.dll", ++ "ref/netstandard1.3/System.Threading.Thread.dll", ++ "ref/netstandard1.3/System.Threading.Thread.xml", ++ "ref/netstandard1.3/de/System.Threading.Thread.xml", ++ "ref/netstandard1.3/es/System.Threading.Thread.xml", ++ "ref/netstandard1.3/fr/System.Threading.Thread.xml", ++ "ref/netstandard1.3/it/System.Threading.Thread.xml", ++ "ref/netstandard1.3/ja/System.Threading.Thread.xml", ++ "ref/netstandard1.3/ko/System.Threading.Thread.xml", ++ "ref/netstandard1.3/ru/System.Threading.Thread.xml", ++ "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", ++ "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.threading.thread.4.3.0.nupkg.sha512", ++ "system.threading.thread.nuspec" ++ ] ++ }, ++ "System.Threading.ThreadPool/4.3.0": { ++ "sha512": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", ++ "type": "package", ++ "path": "system.threading.threadpool/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Threading.ThreadPool.dll", ++ "lib/netcore50/_._", ++ "lib/netstandard1.3/System.Threading.ThreadPool.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Threading.ThreadPool.dll", ++ "ref/netstandard1.3/System.Threading.ThreadPool.dll", ++ "ref/netstandard1.3/System.Threading.ThreadPool.xml", ++ "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", ++ "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", ++ "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", ++ "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", ++ "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", ++ "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", ++ "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", ++ "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", ++ "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.threading.threadpool.4.3.0.nupkg.sha512", ++ "system.threading.threadpool.nuspec" ++ ] ++ }, ++ "System.Threading.Timer/4.3.0": { ++ "sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", ++ "type": "package", ++ "path": "system.threading.timer/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net451/_._", ++ "lib/portable-net451+win81+wpa81/_._", ++ "lib/win81/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net451/_._", ++ "ref/netcore50/System.Threading.Timer.dll", ++ "ref/netcore50/System.Threading.Timer.xml", ++ "ref/netcore50/de/System.Threading.Timer.xml", ++ "ref/netcore50/es/System.Threading.Timer.xml", ++ "ref/netcore50/fr/System.Threading.Timer.xml", ++ "ref/netcore50/it/System.Threading.Timer.xml", ++ "ref/netcore50/ja/System.Threading.Timer.xml", ++ "ref/netcore50/ko/System.Threading.Timer.xml", ++ "ref/netcore50/ru/System.Threading.Timer.xml", ++ "ref/netcore50/zh-hans/System.Threading.Timer.xml", ++ "ref/netcore50/zh-hant/System.Threading.Timer.xml", ++ "ref/netstandard1.2/System.Threading.Timer.dll", ++ "ref/netstandard1.2/System.Threading.Timer.xml", ++ "ref/netstandard1.2/de/System.Threading.Timer.xml", ++ "ref/netstandard1.2/es/System.Threading.Timer.xml", ++ "ref/netstandard1.2/fr/System.Threading.Timer.xml", ++ "ref/netstandard1.2/it/System.Threading.Timer.xml", ++ "ref/netstandard1.2/ja/System.Threading.Timer.xml", ++ "ref/netstandard1.2/ko/System.Threading.Timer.xml", ++ "ref/netstandard1.2/ru/System.Threading.Timer.xml", ++ "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", ++ "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", ++ "ref/portable-net451+win81+wpa81/_._", ++ "ref/win81/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.threading.timer.4.3.0.nupkg.sha512", ++ "system.threading.timer.nuspec" ++ ] ++ }, ++ "System.ValueTuple/4.3.0": { ++ "sha512": "cNLEvBX3d6MMQRZe3SMFNukVbitDAEpVZO17qa0/2FHxZ7Y7PpFRpr6m2615XYM/tYYYf0B+WyHNujqIw8Luwg==", ++ "type": "package", ++ "path": "system.valuetuple/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/netstandard1.0/.xml", ++ "lib/netstandard1.0/System.ValueTuple.dll", ++ "lib/portable-net40+sl4+win8+wp8/.xml", ++ "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", ++ "system.valuetuple.4.3.0.nupkg.sha512", ++ "system.valuetuple.nuspec" ++ ] ++ }, ++ "System.Xml.ReaderWriter/4.3.0": { ++ "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", ++ "type": "package", ++ "path": "system.xml.readerwriter/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/net46/System.Xml.ReaderWriter.dll", ++ "lib/netcore50/System.Xml.ReaderWriter.dll", ++ "lib/netstandard1.3/System.Xml.ReaderWriter.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/net46/System.Xml.ReaderWriter.dll", ++ "ref/netcore50/System.Xml.ReaderWriter.dll", ++ "ref/netcore50/System.Xml.ReaderWriter.xml", ++ "ref/netcore50/de/System.Xml.ReaderWriter.xml", ++ "ref/netcore50/es/System.Xml.ReaderWriter.xml", ++ "ref/netcore50/fr/System.Xml.ReaderWriter.xml", ++ "ref/netcore50/it/System.Xml.ReaderWriter.xml", ++ "ref/netcore50/ja/System.Xml.ReaderWriter.xml", ++ "ref/netcore50/ko/System.Xml.ReaderWriter.xml", ++ "ref/netcore50/ru/System.Xml.ReaderWriter.xml", ++ "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", ++ "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.0/System.Xml.ReaderWriter.dll", ++ "ref/netstandard1.0/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.3/System.Xml.ReaderWriter.dll", ++ "ref/netstandard1.3/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", ++ "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.xml.readerwriter.4.3.0.nupkg.sha512", ++ "system.xml.readerwriter.nuspec" ++ ] ++ }, ++ "System.Xml.XDocument/4.3.0": { ++ "sha512": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", ++ "type": "package", ++ "path": "system.xml.xdocument/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Xml.XDocument.dll", ++ "lib/netstandard1.3/System.Xml.XDocument.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Xml.XDocument.dll", ++ "ref/netcore50/System.Xml.XDocument.xml", ++ "ref/netcore50/de/System.Xml.XDocument.xml", ++ "ref/netcore50/es/System.Xml.XDocument.xml", ++ "ref/netcore50/fr/System.Xml.XDocument.xml", ++ "ref/netcore50/it/System.Xml.XDocument.xml", ++ "ref/netcore50/ja/System.Xml.XDocument.xml", ++ "ref/netcore50/ko/System.Xml.XDocument.xml", ++ "ref/netcore50/ru/System.Xml.XDocument.xml", ++ "ref/netcore50/zh-hans/System.Xml.XDocument.xml", ++ "ref/netcore50/zh-hant/System.Xml.XDocument.xml", ++ "ref/netstandard1.0/System.Xml.XDocument.dll", ++ "ref/netstandard1.0/System.Xml.XDocument.xml", ++ "ref/netstandard1.0/de/System.Xml.XDocument.xml", ++ "ref/netstandard1.0/es/System.Xml.XDocument.xml", ++ "ref/netstandard1.0/fr/System.Xml.XDocument.xml", ++ "ref/netstandard1.0/it/System.Xml.XDocument.xml", ++ "ref/netstandard1.0/ja/System.Xml.XDocument.xml", ++ "ref/netstandard1.0/ko/System.Xml.XDocument.xml", ++ "ref/netstandard1.0/ru/System.Xml.XDocument.xml", ++ "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", ++ "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", ++ "ref/netstandard1.3/System.Xml.XDocument.dll", ++ "ref/netstandard1.3/System.Xml.XDocument.xml", ++ "ref/netstandard1.3/de/System.Xml.XDocument.xml", ++ "ref/netstandard1.3/es/System.Xml.XDocument.xml", ++ "ref/netstandard1.3/fr/System.Xml.XDocument.xml", ++ "ref/netstandard1.3/it/System.Xml.XDocument.xml", ++ "ref/netstandard1.3/ja/System.Xml.XDocument.xml", ++ "ref/netstandard1.3/ko/System.Xml.XDocument.xml", ++ "ref/netstandard1.3/ru/System.Xml.XDocument.xml", ++ "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", ++ "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.xml.xdocument.4.3.0.nupkg.sha512", ++ "system.xml.xdocument.nuspec" ++ ] ++ }, ++ "System.Xml.XmlDocument/4.3.0": { ++ "sha512": "lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", ++ "type": "package", ++ "path": "system.xml.xmldocument/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net46/System.Xml.XmlDocument.dll", ++ "lib/netstandard1.3/System.Xml.XmlDocument.dll", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net46/System.Xml.XmlDocument.dll", ++ "ref/netstandard1.3/System.Xml.XmlDocument.dll", ++ "ref/netstandard1.3/System.Xml.XmlDocument.xml", ++ "ref/netstandard1.3/de/System.Xml.XmlDocument.xml", ++ "ref/netstandard1.3/es/System.Xml.XmlDocument.xml", ++ "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", ++ "ref/netstandard1.3/it/System.Xml.XmlDocument.xml", ++ "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", ++ "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", ++ "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", ++ "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", ++ "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "system.xml.xmldocument.4.3.0.nupkg.sha512", ++ "system.xml.xmldocument.nuspec" ++ ] ++ }, ++ "System.Xml.XmlSerializer/4.3.0": { ++ "sha512": "MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==", ++ "type": "package", ++ "path": "system.xml.xmlserializer/4.3.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/MonoAndroid10/_._", ++ "lib/MonoTouch10/_._", ++ "lib/net45/_._", ++ "lib/netcore50/System.Xml.XmlSerializer.dll", ++ "lib/netstandard1.3/System.Xml.XmlSerializer.dll", ++ "lib/portable-net45+win8+wp8+wpa81/_._", ++ "lib/win8/_._", ++ "lib/wp80/_._", ++ "lib/wpa81/_._", ++ "lib/xamarinios10/_._", ++ "lib/xamarinmac20/_._", ++ "lib/xamarintvos10/_._", ++ "lib/xamarinwatchos10/_._", ++ "ref/MonoAndroid10/_._", ++ "ref/MonoTouch10/_._", ++ "ref/net45/_._", ++ "ref/netcore50/System.Xml.XmlSerializer.dll", ++ "ref/netcore50/System.Xml.XmlSerializer.xml", ++ "ref/netcore50/de/System.Xml.XmlSerializer.xml", ++ "ref/netcore50/es/System.Xml.XmlSerializer.xml", ++ "ref/netcore50/fr/System.Xml.XmlSerializer.xml", ++ "ref/netcore50/it/System.Xml.XmlSerializer.xml", ++ "ref/netcore50/ja/System.Xml.XmlSerializer.xml", ++ "ref/netcore50/ko/System.Xml.XmlSerializer.xml", ++ "ref/netcore50/ru/System.Xml.XmlSerializer.xml", ++ "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml", ++ "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.0/System.Xml.XmlSerializer.dll", ++ "ref/netstandard1.0/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.3/System.Xml.XmlSerializer.dll", ++ "ref/netstandard1.3/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml", ++ "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml", ++ "ref/portable-net45+win8+wp8+wpa81/_._", ++ "ref/win8/_._", ++ "ref/wp80/_._", ++ "ref/wpa81/_._", ++ "ref/xamarinios10/_._", ++ "ref/xamarinmac20/_._", ++ "ref/xamarintvos10/_._", ++ "ref/xamarinwatchos10/_._", ++ "runtimes/aot/lib/netcore50/System.Xml.XmlSerializer.dll", ++ "system.xml.xmlserializer.4.3.0.nupkg.sha512", ++ "system.xml.xmlserializer.nuspec" ++ ] ++ }, ++ "xunit/2.2.0-beta2-build3300": { ++ "sha512": "jUMf+Hrw8+XZN56TfO+JjoibR5L806/kgDIkwCg9OXLlfnA4li4JTmH342ifYj1QMR10is8hfYYFTyjHq0+aQg==", ++ "type": "package", ++ "path": "xunit/2.2.0-beta2-build3300", ++ "files": [ ++ "xunit.2.2.0-beta2-build3300.nupkg.sha512", ++ "xunit.nuspec" ++ ] ++ }, ++ "xunit.abstractions/2.0.1": { ++ "sha512": "bDm/zdG5rnRDsobKuKwrvL4HccBdC0uvT12be6fG12P3d1U7u9Wkvfoq/PM2GeyIeb0Dtcmm/7k2oaawiqQ2Dg==", ++ "type": "package", ++ "path": "xunit.abstractions/2.0.1", ++ "files": [ ++ "lib/net35/xunit.abstractions.dll", ++ "lib/net35/xunit.abstractions.xml", ++ "lib/netstandard1.0/xunit.abstractions.dll", ++ "lib/netstandard1.0/xunit.abstractions.xml", ++ "xunit.abstractions.2.0.1.nupkg.sha512", ++ "xunit.abstractions.nuspec" ++ ] ++ }, ++ "xunit.assert/2.2.0-beta2-build3300": { ++ "sha512": "5zsV2UhRQV5Ldme1N/NDhIBvQQTYdxmK87FXWWou1x3z7qpsZwe1YOjb0CY4F+1oXag8i9uTh/nZwv8jM66onA==", ++ "type": "package", ++ "path": "xunit.assert/2.2.0-beta2-build3300", ++ "files": [ ++ "lib/netstandard1.0/xunit.assert.dll", ++ "lib/netstandard1.0/xunit.assert.pdb", ++ "lib/netstandard1.0/xunit.assert.xml", ++ "xunit.assert.2.2.0-beta2-build3300.nupkg.sha512", ++ "xunit.assert.nuspec" ++ ] ++ }, ++ "xunit.console.netcore/1.0.3-prerelease-00921-01": { ++ "sha512": "RP8vcryjKOXjmLLku0vHa3Bhb9PwNLh3kia/3hzGRVaUsHlDe8BWFM+kTW2FP+4NEXrjYAGjvMbH96FjhbyytA==", ++ "type": "package", ++ "path": "xunit.console.netcore/1.0.3-prerelease-00921-01", ++ "files": [ ++ "lib/aspnetcore50/_._", ++ "lib/dnxcore50/_._", ++ "lib/dotnet/_._", ++ "lib/netstandard1.0/_._", ++ "runtimes/any/native/xunit.console.netcore.exe", ++ "xunit.console.netcore.1.0.3-prerelease-00921-01.nupkg.sha512", ++ "xunit.console.netcore.nuspec" ++ ] ++ }, ++ "xunit.core/2.2.0-beta2-build3300": { ++ "sha512": "HgKP6+FUKcIcVFMDgoTCANRKOgGeEDvg2a2AL3mOyBHE//grWL1EO0KybxUw26S8fnNJrhmI5LBWyVUIsPxI5Q==", ++ "type": "package", ++ "path": "xunit.core/2.2.0-beta2-build3300", ++ "files": [ ++ "build/_desktop/xunit.execution.desktop.dll", ++ "build/netstandard1.0/_._", ++ "build/uap10.0/xunit.core.props", ++ "build/win81/xunit.core.props", ++ "build/wpa81/xunit.core.props", ++ "xunit.core.2.2.0-beta2-build3300.nupkg.sha512", ++ "xunit.core.nuspec" ++ ] ++ }, ++ "xunit.extensibility.core/2.2.0-beta2-build3300": { ++ "sha512": "d+UCqIL8Je3tSdhF7w6NZdzH2jYzNh2LhsMp0gUVAD3NgVEo2oK/3Xr7ZlYZM40Y6fJWoO46UntzrpNlix75mg==", ++ "type": "package", ++ "path": "xunit.extensibility.core/2.2.0-beta2-build3300", ++ "files": [ ++ "lib/net45/xunit.core.dll", ++ "lib/net45/xunit.core.dll.tdnet", ++ "lib/net45/xunit.core.pdb", ++ "lib/net45/xunit.core.xml", ++ "lib/net45/xunit.runner.tdnet.dll", ++ "lib/net45/xunit.runner.utility.desktop.dll", ++ "lib/netstandard1.0/xunit.core.dll", ++ "lib/netstandard1.0/xunit.core.pdb", ++ "lib/netstandard1.0/xunit.core.xml", ++ "xunit.extensibility.core.2.2.0-beta2-build3300.nupkg.sha512", ++ "xunit.extensibility.core.nuspec" ++ ] ++ }, ++ "xunit.extensibility.execution/2.2.0-beta2-build3300": { ++ "sha512": "z0DgzvWxQtXaj2qebFkW5f69ZItvY/YRWEbKwL0yIbvhiCViiuHlP+qvvloVlrlsOuo+Y/vfjQb/3Cz+ok/+5A==", ++ "type": "package", ++ "path": "xunit.extensibility.execution/2.2.0-beta2-build3300", ++ "files": [ ++ "lib/net45/xunit.execution.desktop.dll", ++ "lib/net45/xunit.execution.desktop.pdb", ++ "lib/net45/xunit.execution.desktop.xml", ++ "lib/netstandard1.0/xunit.execution.dotnet.dll", ++ "lib/netstandard1.0/xunit.execution.dotnet.pdb", ++ "lib/netstandard1.0/xunit.execution.dotnet.xml", ++ "xunit.extensibility.execution.2.2.0-beta2-build3300.nupkg.sha512", ++ "xunit.extensibility.execution.nuspec" ++ ] ++ }, ++ "xunit.performance.api/1.0.0-beta-build0007": { ++ "sha512": "im7ERAOz6gjIx5vGyy9TFABpiyk/MYXFiv2pvcLniFEpcabd77u2DksiofFim61kO1aJsJDWYChMj7caSiBKfw==", ++ "type": "package", ++ "path": "xunit.performance.api/1.0.0-beta-build0007", ++ "files": [ ++ "lib/netstandard1.5/xunit.performance.api.dll", ++ "lib/netstandard1.5/xunit.performance.api.xml", ++ "xunit.performance.api.1.0.0-beta-build0007.nupkg.sha512", ++ "xunit.performance.api.nuspec" ++ ] ++ }, ++ "xunit.performance.core/1.0.0-beta-build0007": { ++ "sha512": "Pa4PheCamR4ZK/EAIWG6cgF4dVXLe9OvLDuHZVLW1y78xtcnp38o6ke0wRcwgqT4jzEvo7aTgaaPVAJobTDFdQ==", ++ "type": "package", ++ "path": "xunit.performance.core/1.0.0-beta-build0007", ++ "files": [ ++ "lib/netstandard1.3/xunit.performance.core.dll", ++ "lib/netstandard1.3/xunit.performance.core.xml", ++ "xunit.performance.core.1.0.0-beta-build0007.nupkg.sha512", ++ "xunit.performance.core.nuspec" ++ ] ++ }, ++ "xunit.performance.execution/1.0.0-beta-build0007": { ++ "sha512": "usy11kBj/d+W467ySdqz+jSnk1Cqxt/x9bKEoyLOZx2gtm5MXFjaOkPgQfYF5igH4/CAqS7xM9p5NshQEnTs1g==", ++ "type": "package", ++ "path": "xunit.performance.execution/1.0.0-beta-build0007", ++ "files": [ ++ "lib/netstandard1.5/xunit.performance.execution.dll", ++ "lib/netstandard1.5/xunit.performance.execution.xml", ++ "xunit.performance.execution.1.0.0-beta-build0007.nupkg.sha512", ++ "xunit.performance.execution.nuspec" ++ ] ++ }, ++ "xunit.performance.metrics/1.0.0-beta-build0007": { ++ "sha512": "FszdlXe7uNlYunzClDWPewVdGcZsC36Pbq7+BuvW0AZlWIa+qeah7qDpkkKYd+IM89L4c2NUSv1eBreo3yyVsA==", ++ "type": "package", ++ "path": "xunit.performance.metrics/1.0.0-beta-build0007", ++ "files": [ ++ "lib/netstandard1.5/xunit.performance.metrics.dll", ++ "lib/netstandard1.5/xunit.performance.metrics.xml", ++ "xunit.performance.metrics.1.0.0-beta-build0007.nupkg.sha512", ++ "xunit.performance.metrics.nuspec" ++ ] ++ }, ++ "xunit.runner.utility/2.2.0-beta2-build3300": { ++ "sha512": "lotqjLPg8NnjZHlRpj0Yj5TI3z/7hzK7+tb6R7qRAREDoH9P88EDCWJyy2xJh/R6PfbS9KYTaT/Z2ob9gx6PgQ==", ++ "type": "package", ++ "path": "xunit.runner.utility/2.2.0-beta2-build3300", ++ "files": [ ++ "lib/net35/xunit.runner.utility.desktop.dll", ++ "lib/net35/xunit.runner.utility.desktop.pdb", ++ "lib/net35/xunit.runner.utility.desktop.xml", ++ "lib/net45/xunit.runner.utility.desktop.dll", ++ "lib/net45/xunit.runner.utility.desktop.pdb", ++ "lib/net45/xunit.runner.utility.desktop.xml", ++ "lib/netstandard1.1/xunit.runner.utility.dotnet.dll", ++ "lib/netstandard1.1/xunit.runner.utility.dotnet.pdb", ++ "lib/netstandard1.1/xunit.runner.utility.dotnet.xml", ++ "xunit.runner.utility.2.2.0-beta2-build3300.nupkg.sha512", ++ "xunit.runner.utility.nuspec" ++ ] ++ } ++ }, ++ "projectFileDependencyGroups": { ++ ".NETStandard,Version=v2.0": [ ++ "CommandLineParser >= 2.1.1-beta", ++ "Microsoft.3rdpartytools.MarkdownLog >= 0.10.0-alpha-experimental", ++ "Microsoft.Diagnostics.Tracing.TraceEvent >= 1.0.3-alpha-experimental", ++ "Microsoft.DotNet.BuildTools.TestSuite >= 1.0.1-prerelease-01616-05", ++ "Microsoft.xunit.netcore.extensions >= 1.0.1-prerelease-01616-05", ++ "Newtonsoft.Json >= 9.0.1", ++ "OpenCover >= 4.6.519", ++ "ReportGenerator >= 2.5.0", ++ "System.IO.Compression.TestData >= 1.0.5-prerelease", ++ "System.IO.Packaging.TestData >= 1.0.0-prerelease", ++ "System.Net.TestData >= 1.0.0-prerelease", ++ "System.Security.Cryptography.X509Certificates.TestData >= 1.0.2-prerelease", ++ "coveralls.io >= 1.4.0", ++ "xunit.console.netcore >= 1.0.3-prerelease-00921-01", ++ "xunit.performance.api >= 1.0.0-beta-build0007", ++ "xunit.performance.core >= 1.0.0-beta-build0007", ++ "xunit.performance.execution >= 1.0.0-beta-build0007", ++ "xunit.performance.metrics >= 1.0.0-beta-build0007" ++ ] ++ }, ++ "packageFolders": { ++ "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages": {} ++ }, ++ "project": { ++ "version": "4.4.0", ++ "restore": { ++ "projectUniqueName": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/test-runtime/XUnit.Runtime.depproj", ++ "projectName": "XUnit.Runtime", ++ "projectPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/test-runtime/XUnit.Runtime.depproj", ++ "packagesPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages", ++ "outputPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/bin/obj/AnyOS.AnyCPU.Release/XUnit.Runtime/netstandard/AnyOS-x64/", ++ "projectStyle": "PackageReference", ++ "originalTargetFrameworks": [ ++ "netstandard2.0" ++ ], ++ "sources": { ++ "https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json": {}, ++ "https://dotnet.myget.org/F/dotnet-core/api/v3/index.json": {}, ++ "https://api.nuget.org/v3/index.json": {} ++ }, ++ "frameworks": { ++ "netstandard2.0": { ++ "projectReferences": {} ++ } ++ } ++ }, ++ "frameworks": { ++ "netstandard2.0": { ++ "dependencies": { ++ "xunit.console.netcore": { ++ "target": "Package", ++ "version": "1.0.3-prerelease-00921-01" ++ }, ++ "Microsoft.DotNet.BuildTools.TestSuite": { ++ "target": "Package", ++ "version": "1.0.1-prerelease-01616-05" ++ }, ++ "Microsoft.xunit.netcore.extensions": { ++ "target": "Package", ++ "version": "1.0.1-prerelease-01616-05" ++ }, ++ "xunit.performance.api": { ++ "target": "Package", ++ "version": "1.0.0-beta-build0007" ++ }, ++ "xunit.performance.core": { ++ "target": "Package", ++ "version": "1.0.0-beta-build0007" ++ }, ++ "xunit.performance.execution": { ++ "target": "Package", ++ "version": "1.0.0-beta-build0007" ++ }, ++ "xunit.performance.metrics": { ++ "target": "Package", ++ "version": "1.0.0-beta-build0007" ++ }, ++ "Microsoft.Diagnostics.Tracing.TraceEvent": { ++ "target": "Package", ++ "version": "1.0.3-alpha-experimental" ++ }, ++ "Microsoft.3rdpartytools.MarkdownLog": { ++ "target": "Package", ++ "version": "0.10.0-alpha-experimental" ++ }, ++ "CommandLineParser": { ++ "target": "Package", ++ "version": "2.1.1-beta" ++ }, ++ "Newtonsoft.Json": { ++ "target": "Package", ++ "version": "9.0.1" ++ }, ++ "coveralls.io": { ++ "target": "Package", ++ "version": "1.4" ++ }, ++ "OpenCover": { ++ "target": "Package", ++ "version": "4.6.519" ++ }, ++ "ReportGenerator": { ++ "target": "Package", ++ "version": "2.5.0" ++ }, ++ "System.IO.Compression.TestData": { ++ "target": "Package", ++ "version": "1.0.5-prerelease" ++ }, ++ "System.IO.Packaging.TestData": { ++ "target": "Package", ++ "version": "1.0.0-prerelease" ++ }, ++ "System.Security.Cryptography.X509Certificates.TestData": { ++ "target": "Package", ++ "version": "1.0.2-prerelease" ++ }, ++ "System.Net.TestData": { ++ "target": "Package", ++ "version": "1.0.0-prerelease" ++ } ++ } ++ } ++ }, ++ "runtimes": { ++ "win7-x64": { ++ "#import": [] ++ } ++ } ++ } ++} +\ No newline at end of file +diff --git a/bin/obj/AnyOS.AnyCPU.Release/docs/netstandard/AnyOS-x64/project.assets.json b/bin/obj/AnyOS.AnyCPU.Release/docs/netstandard/AnyOS-x64/project.assets.json +new file mode 100644 +index 0000000..33f05c6 +--- /dev/null ++++ b/bin/obj/AnyOS.AnyCPU.Release/docs/netstandard/AnyOS-x64/project.assets.json +@@ -0,0 +1,238 @@ ++{ ++ "version": 2, ++ "targets": { ++ ".NETStandard,Version=v2.0": { ++ "Microsoft.Private.Intellisense/2.0.0-preview3-25511-0": { ++ "type": "package" ++ } ++ } ++ }, ++ "libraries": { ++ "Microsoft.Private.Intellisense/2.0.0-preview3-25511-0": { ++ "sha512": "5S9ls0XaseXD7GccaDtUcp4Fdp6VS1V3KIYbA62Ttf92blOx/pwhDUy1hwf5glEQkz1hY6LU9A+SfQRoYDDH2g==", ++ "type": "package", ++ "path": "microsoft.private.intellisense/2.0.0-preview3-25511-0", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "microsoft.private.intellisense.2.0.0-preview3-25511-0.nupkg.sha512", ++ "microsoft.private.intellisense.nuspec", ++ "xmldocs/netcoreapp/1033/Microsoft.CSharp.xml", ++ "xmldocs/netcoreapp/1033/Microsoft.VisualBasic.xml", ++ "xmldocs/netcoreapp/1033/Microsoft.Win32.Primitives.xml", ++ "xmldocs/netcoreapp/1033/Microsoft.Win32.Registry.AccessControl.xml", ++ "xmldocs/netcoreapp/1033/Microsoft.Win32.Registry.xml", ++ "xmldocs/netcoreapp/1033/System.AppContext.xml", ++ "xmldocs/netcoreapp/1033/System.Buffers.xml", ++ "xmldocs/netcoreapp/1033/System.CodeDom.xml", ++ "xmldocs/netcoreapp/1033/System.Collections.Concurrent.xml", ++ "xmldocs/netcoreapp/1033/System.Collections.Immutable.xml", ++ "xmldocs/netcoreapp/1033/System.Collections.NonGeneric.xml", ++ "xmldocs/netcoreapp/1033/System.Collections.Specialized.xml", ++ "xmldocs/netcoreapp/1033/System.Collections.xml", ++ "xmldocs/netcoreapp/1033/System.ComponentModel.Annotations.xml", ++ "xmldocs/netcoreapp/1033/System.ComponentModel.Composition.xml", ++ "xmldocs/netcoreapp/1033/System.ComponentModel.DataAnnotations.xml", ++ "xmldocs/netcoreapp/1033/System.ComponentModel.EventBasedAsync.xml", ++ "xmldocs/netcoreapp/1033/System.ComponentModel.Primitives.xml", ++ "xmldocs/netcoreapp/1033/System.ComponentModel.TypeConverter.xml", ++ "xmldocs/netcoreapp/1033/System.ComponentModel.xml", ++ "xmldocs/netcoreapp/1033/System.Composition.AttributedModel.xml", ++ "xmldocs/netcoreapp/1033/System.Composition.Convention.xml", ++ "xmldocs/netcoreapp/1033/System.Composition.Hosting.xml", ++ "xmldocs/netcoreapp/1033/System.Composition.Runtime.xml", ++ "xmldocs/netcoreapp/1033/System.Composition.TypedParts.xml", ++ "xmldocs/netcoreapp/1033/System.Configuration.ConfigurationManager.xml", ++ "xmldocs/netcoreapp/1033/System.Console.xml", ++ "xmldocs/netcoreapp/1033/System.Core.xml", ++ "xmldocs/netcoreapp/1033/System.Data.Common.xml", ++ "xmldocs/netcoreapp/1033/System.Data.Odbc.xml", ++ "xmldocs/netcoreapp/1033/System.Data.SqlClient.xml", ++ "xmldocs/netcoreapp/1033/System.Data.xml", ++ "xmldocs/netcoreapp/1033/System.Diagnostics.Contracts.xml", ++ "xmldocs/netcoreapp/1033/System.Diagnostics.Debug.xml", ++ "xmldocs/netcoreapp/1033/System.Diagnostics.DiagnosticSource.xml", ++ "xmldocs/netcoreapp/1033/System.Diagnostics.FileVersionInfo.xml", ++ "xmldocs/netcoreapp/1033/System.Diagnostics.PerformanceCounter.xml", ++ "xmldocs/netcoreapp/1033/System.Diagnostics.Process.xml", ++ "xmldocs/netcoreapp/1033/System.Diagnostics.StackTrace.xml", ++ "xmldocs/netcoreapp/1033/System.Diagnostics.TextWriterTraceListener.xml", ++ "xmldocs/netcoreapp/1033/System.Diagnostics.Tools.xml", ++ "xmldocs/netcoreapp/1033/System.Diagnostics.TraceSource.xml", ++ "xmldocs/netcoreapp/1033/System.Diagnostics.Tracing.xml", ++ "xmldocs/netcoreapp/1033/System.DirectoryServices.AccountManagement.xml", ++ "xmldocs/netcoreapp/1033/System.DirectoryServices.Protocols.xml", ++ "xmldocs/netcoreapp/1033/System.DirectoryServices.xml", ++ "xmldocs/netcoreapp/1033/System.Drawing.Primitives.xml", ++ "xmldocs/netcoreapp/1033/System.Drawing.xml", ++ "xmldocs/netcoreapp/1033/System.Dynamic.Runtime.xml", ++ "xmldocs/netcoreapp/1033/System.Globalization.Calendars.xml", ++ "xmldocs/netcoreapp/1033/System.Globalization.Extensions.xml", ++ "xmldocs/netcoreapp/1033/System.Globalization.xml", ++ "xmldocs/netcoreapp/1033/System.IO.Compression.FileSystem.xml", ++ "xmldocs/netcoreapp/1033/System.IO.Compression.ZipFile.xml", ++ "xmldocs/netcoreapp/1033/System.IO.Compression.xml", ++ "xmldocs/netcoreapp/1033/System.IO.FileSystem.AccessControl.xml", ++ "xmldocs/netcoreapp/1033/System.IO.FileSystem.DriveInfo.xml", ++ "xmldocs/netcoreapp/1033/System.IO.FileSystem.Primitives.xml", ++ "xmldocs/netcoreapp/1033/System.IO.FileSystem.Watcher.xml", ++ "xmldocs/netcoreapp/1033/System.IO.FileSystem.xml", ++ "xmldocs/netcoreapp/1033/System.IO.IsolatedStorage.xml", ++ "xmldocs/netcoreapp/1033/System.IO.MemoryMappedFiles.xml", ++ "xmldocs/netcoreapp/1033/System.IO.Packaging.xml", ++ "xmldocs/netcoreapp/1033/System.IO.Pipes.AccessControl.xml", ++ "xmldocs/netcoreapp/1033/System.IO.Pipes.xml", ++ "xmldocs/netcoreapp/1033/System.IO.Ports.xml", ++ "xmldocs/netcoreapp/1033/System.IO.UnmanagedMemoryStream.xml", ++ "xmldocs/netcoreapp/1033/System.IO.xml", ++ "xmldocs/netcoreapp/1033/System.Json.xml", ++ "xmldocs/netcoreapp/1033/System.Linq.Expressions.xml", ++ "xmldocs/netcoreapp/1033/System.Linq.Parallel.xml", ++ "xmldocs/netcoreapp/1033/System.Linq.Queryable.xml", ++ "xmldocs/netcoreapp/1033/System.Linq.xml", ++ "xmldocs/netcoreapp/1033/System.Memory.xml", ++ "xmldocs/netcoreapp/1033/System.Net.Http.Rtc.xml", ++ "xmldocs/netcoreapp/1033/System.Net.Http.WinHttpHandler.xml", ++ "xmldocs/netcoreapp/1033/System.Net.Http.xml", ++ "xmldocs/netcoreapp/1033/System.Net.HttpListener.xml", ++ "xmldocs/netcoreapp/1033/System.Net.Mail.xml", ++ "xmldocs/netcoreapp/1033/System.Net.NameResolution.xml", ++ "xmldocs/netcoreapp/1033/System.Net.NetworkInformation.xml", ++ "xmldocs/netcoreapp/1033/System.Net.Ping.xml", ++ "xmldocs/netcoreapp/1033/System.Net.Primitives.xml", ++ "xmldocs/netcoreapp/1033/System.Net.Requests.xml", ++ "xmldocs/netcoreapp/1033/System.Net.Security.xml", ++ "xmldocs/netcoreapp/1033/System.Net.ServicePoint.xml", ++ "xmldocs/netcoreapp/1033/System.Net.Sockets.xml", ++ "xmldocs/netcoreapp/1033/System.Net.WebClient.xml", ++ "xmldocs/netcoreapp/1033/System.Net.WebHeaderCollection.xml", ++ "xmldocs/netcoreapp/1033/System.Net.WebProxy.xml", ++ "xmldocs/netcoreapp/1033/System.Net.WebSockets.Client.xml", ++ "xmldocs/netcoreapp/1033/System.Net.WebSockets.xml", ++ "xmldocs/netcoreapp/1033/System.Net.xml", ++ "xmldocs/netcoreapp/1033/System.Numerics.Vectors.xml", ++ "xmldocs/netcoreapp/1033/System.Numerics.xml", ++ "xmldocs/netcoreapp/1033/System.ObjectModel.xml", ++ "xmldocs/netcoreapp/1033/System.Reflection.Context.xml", ++ "xmldocs/netcoreapp/1033/System.Reflection.DispatchProxy.xml", ++ "xmldocs/netcoreapp/1033/System.Reflection.Emit.ILGeneration.xml", ++ "xmldocs/netcoreapp/1033/System.Reflection.Emit.Lightweight.xml", ++ "xmldocs/netcoreapp/1033/System.Reflection.Emit.xml", ++ "xmldocs/netcoreapp/1033/System.Reflection.Extensions.xml", ++ "xmldocs/netcoreapp/1033/System.Reflection.Metadata.xml", ++ "xmldocs/netcoreapp/1033/System.Reflection.Primitives.xml", ++ "xmldocs/netcoreapp/1033/System.Reflection.TypeExtensions.xml", ++ "xmldocs/netcoreapp/1033/System.Reflection.xml", ++ "xmldocs/netcoreapp/1033/System.Resources.Reader.xml", ++ "xmldocs/netcoreapp/1033/System.Resources.ResourceManager.xml", ++ "xmldocs/netcoreapp/1033/System.Resources.Writer.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.CompilerServices.Unsafe.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.CompilerServices.VisualC.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.Extensions.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.Handles.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.InteropServices.RuntimeInformation.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.InteropServices.WindowsRuntime.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.InteropServices.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.Loader.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.Numerics.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.Serialization.Formatters.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.Serialization.Json.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.Serialization.Primitives.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.Serialization.Xml.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.Serialization.xml", ++ "xmldocs/netcoreapp/1033/System.Runtime.xml", ++ "xmldocs/netcoreapp/1033/System.Security.AccessControl.xml", ++ "xmldocs/netcoreapp/1033/System.Security.Claims.xml", ++ "xmldocs/netcoreapp/1033/System.Security.Cryptography.Algorithms.xml", ++ "xmldocs/netcoreapp/1033/System.Security.Cryptography.Cng.xml", ++ "xmldocs/netcoreapp/1033/System.Security.Cryptography.Csp.xml", ++ "xmldocs/netcoreapp/1033/System.Security.Cryptography.Encoding.xml", ++ "xmldocs/netcoreapp/1033/System.Security.Cryptography.OpenSsl.xml", ++ "xmldocs/netcoreapp/1033/System.Security.Cryptography.Pkcs.xml", ++ "xmldocs/netcoreapp/1033/System.Security.Cryptography.Primitives.xml", ++ "xmldocs/netcoreapp/1033/System.Security.Cryptography.ProtectedData.xml", ++ "xmldocs/netcoreapp/1033/System.Security.Cryptography.X509Certificates.xml", ++ "xmldocs/netcoreapp/1033/System.Security.Cryptography.Xml.xml", ++ "xmldocs/netcoreapp/1033/System.Security.Permissions.xml", ++ "xmldocs/netcoreapp/1033/System.Security.Principal.Windows.xml", ++ "xmldocs/netcoreapp/1033/System.Security.Principal.xml", ++ "xmldocs/netcoreapp/1033/System.Security.SecureString.xml", ++ "xmldocs/netcoreapp/1033/System.ServiceProcess.ServiceController.xml", ++ "xmldocs/netcoreapp/1033/System.Text.Encoding.CodePages.xml", ++ "xmldocs/netcoreapp/1033/System.Text.Encoding.Extensions.xml", ++ "xmldocs/netcoreapp/1033/System.Text.Encoding.xml", ++ "xmldocs/netcoreapp/1033/System.Text.Encodings.Web.xml", ++ "xmldocs/netcoreapp/1033/System.Text.RegularExpressions.xml", ++ "xmldocs/netcoreapp/1033/System.Threading.AccessControl.xml", ++ "xmldocs/netcoreapp/1033/System.Threading.Overlapped.xml", ++ "xmldocs/netcoreapp/1033/System.Threading.Tasks.Dataflow.xml", ++ "xmldocs/netcoreapp/1033/System.Threading.Tasks.Extensions.xml", ++ "xmldocs/netcoreapp/1033/System.Threading.Tasks.Parallel.xml", ++ "xmldocs/netcoreapp/1033/System.Threading.Tasks.xml", ++ "xmldocs/netcoreapp/1033/System.Threading.Thread.xml", ++ "xmldocs/netcoreapp/1033/System.Threading.ThreadPool.xml", ++ "xmldocs/netcoreapp/1033/System.Threading.Timer.xml", ++ "xmldocs/netcoreapp/1033/System.Threading.xml", ++ "xmldocs/netcoreapp/1033/System.Transactions.Local.xml", ++ "xmldocs/netcoreapp/1033/System.Transactions.xml", ++ "xmldocs/netcoreapp/1033/System.ValueTuple.xml", ++ "xmldocs/netcoreapp/1033/System.Web.HttpUtility.xml", ++ "xmldocs/netcoreapp/1033/System.Web.xml", ++ "xmldocs/netcoreapp/1033/System.Xml.Linq.xml", ++ "xmldocs/netcoreapp/1033/System.Xml.ReaderWriter.xml", ++ "xmldocs/netcoreapp/1033/System.Xml.XDocument.xml", ++ "xmldocs/netcoreapp/1033/System.Xml.XPath.XDocument.xml", ++ "xmldocs/netcoreapp/1033/System.Xml.XPath.xml", ++ "xmldocs/netcoreapp/1033/System.Xml.XmlDocument.xml", ++ "xmldocs/netcoreapp/1033/System.Xml.XmlSerializer.xml", ++ "xmldocs/netcoreapp/1033/System.Xml.xml", ++ "xmldocs/netcoreapp/1033/System.xml", ++ "xmldocs/netcoreapp/1033/mscorlib.xml", ++ "xmldocs/netcoreapp/1033/netstandard.xml", ++ "xmldocs/netstandard/1033/netstandard.xml" ++ ] ++ } ++ }, ++ "projectFileDependencyGroups": { ++ ".NETStandard,Version=v2.0": [ ++ "Microsoft.Private.Intellisense >= 2.0.0-preview3-25511-0" ++ ] ++ }, ++ "packageFolders": { ++ "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages": {} ++ }, ++ "project": { ++ "version": "4.4.0", ++ "restore": { ++ "projectUniqueName": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/docs/docs.depproj", ++ "projectName": "docs", ++ "projectPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/docs/docs.depproj", ++ "packagesPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages", ++ "outputPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/bin/obj/AnyOS.AnyCPU.Release/docs/netstandard/AnyOS-x64/", ++ "projectStyle": "PackageReference", ++ "originalTargetFrameworks": [ ++ "netstandard2.0" ++ ], ++ "sources": { ++ "https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json": {}, ++ "https://dotnet.myget.org/F/dotnet-core/api/v3/index.json": {}, ++ "https://api.nuget.org/v3/index.json": {} ++ }, ++ "frameworks": { ++ "netstandard2.0": { ++ "projectReferences": {} ++ } ++ } ++ }, ++ "frameworks": { ++ "netstandard2.0": { ++ "dependencies": { ++ "Microsoft.Private.Intellisense": { ++ "target": "Package", ++ "version": "2.0.0-preview3-25511-0" ++ } ++ } ++ } ++ } ++ } ++} +\ No newline at end of file +diff --git a/bin/obj/AnyOS.AnyCPU.Release/ilasm/netstandard/AnyOS-x64/project.assets.json b/bin/obj/AnyOS.AnyCPU.Release/ilasm/netstandard/AnyOS-x64/project.assets.json +new file mode 100644 +index 0000000..6ba8e2e +--- /dev/null ++++ b/bin/obj/AnyOS.AnyCPU.Release/ilasm/netstandard/AnyOS-x64/project.assets.json +@@ -0,0 +1,268 @@ ++{ ++ "version": 2, ++ "targets": { ++ ".NETStandard,Version=v2.0": { ++ "Microsoft.NETCore.ILAsm/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview3-25519-01" ++ } ++ }, ++ "Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "type": "package" ++ }, ++ "Microsoft.NETCore.Platforms/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Jit": "2.0.0-preview3-25519-01" ++ }, ++ "compile": { ++ "ref/netstandard1.0/_._": {} ++ } ++ } ++ }, ++ ".NETStandard,Version=v2.0/ubuntu.16.04-x64": { ++ "Microsoft.NETCore.ILAsm/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview3-25519-01", ++ "runtime.linux-x64.Microsoft.NETCore.ILAsm": "2.0.0-preview3-25519-01" ++ } ++ }, ++ "Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "runtime.linux-x64.Microsoft.NETCore.Jit": "2.0.0-preview3-25519-01" ++ } ++ }, ++ "Microsoft.NETCore.Platforms/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Jit": "2.0.0-preview3-25519-01", ++ "runtime.linux-x64.Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview3-25519-01" ++ }, ++ "compile": { ++ "ref/netstandard1.0/_._": {} ++ } ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.ILAsm/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "native": { ++ "runtimes/linux-x64/native/ilasm": {} ++ } ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "native": { ++ "runtimes/linux-x64/native/libclrjit.so": {} ++ } ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "runtimes/linux-x64/lib/netstandard1.0/SOS.NETCore.dll": {} ++ }, ++ "native": { ++ "runtimes/linux-x64/native/System.Globalization.Native.so": {}, ++ "runtimes/linux-x64/native/System.Private.CoreLib.dll": {}, ++ "runtimes/linux-x64/native/createdump": {}, ++ "runtimes/linux-x64/native/libcoreclr.so": {}, ++ "runtimes/linux-x64/native/libcoreclrtraceptprovider.so": {}, ++ "runtimes/linux-x64/native/libdbgshim.so": {}, ++ "runtimes/linux-x64/native/libmscordaccore.so": {}, ++ "runtimes/linux-x64/native/libmscordbi.so": {}, ++ "runtimes/linux-x64/native/libsos.so": {}, ++ "runtimes/linux-x64/native/libsosplugin.so": {}, ++ "runtimes/linux-x64/native/sosdocsunix.txt": {} ++ } ++ } ++ } ++ }, ++ "libraries": { ++ "Microsoft.NETCore.ILAsm/2.0.0-preview3-25519-01": { ++ "sha512": "gCpfH51DIRbEbC18B77SjmxsdTZNCAZGaRH3Qj+TwBQkMOlAzPcfZ+l/Kq4/JGhUzXf82Ep7cDrUVG0PqkbQJw==", ++ "type": "package", ++ "path": "microsoft.netcore.ilasm/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "microsoft.netcore.ilasm.2.0.0-preview3-25519-01.nupkg.sha512", ++ "microsoft.netcore.ilasm.nuspec", ++ "runtime.json", ++ "version.txt" ++ ] ++ }, ++ "Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "sha512": "F6OVBem3h1felKo31IMEQfMsUUWwwNhB6E29i6ETcsqq3ttQqeG5mxUS2YD/O88QvT5GjiVde3iWy9WX44cQqA==", ++ "type": "package", ++ "path": "microsoft.netcore.jit/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "microsoft.netcore.jit.2.0.0-preview3-25519-01.nupkg.sha512", ++ "microsoft.netcore.jit.nuspec", ++ "runtime.json", ++ "version.txt" ++ ] ++ }, ++ "Microsoft.NETCore.Platforms/2.0.0-preview3-25519-01": { ++ "sha512": "RQSgyXa73t2llDxY9tnSYYG0HykSI18OsZv+V+r47ooQNYQe+2EbIIiAC+xuPiKZR4t8Tfwc85EzPyT1iDImqQ==", ++ "type": "package", ++ "path": "microsoft.netcore.platforms/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "lib/netstandard1.0/_._", ++ "microsoft.netcore.platforms.2.0.0-preview3-25519-01.nupkg.sha512", ++ "microsoft.netcore.platforms.nuspec", ++ "runtime.json", ++ "useSharedDesignerContext.txt", ++ "version.txt" ++ ] ++ }, ++ "Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "sha512": "231yPZ6STecoda0VzoxzU18M24hJQEEPOX/p7/44luBBZXjX0vx9cC6fUG4xEZ0/sJ0n6o0F2JX+MyB2xY8kbg==", ++ "type": "package", ++ "path": "microsoft.netcore.runtime.coreclr/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "microsoft.netcore.runtime.coreclr.2.0.0-preview3-25519-01.nupkg.sha512", ++ "microsoft.netcore.runtime.coreclr.nuspec", ++ "ref/netstandard1.0/_._", ++ "runtime.json", ++ "version.txt" ++ ] ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.ILAsm/2.0.0-preview3-25519-01": { ++ "sha512": "yhxRiDFmmV6EaNtfnrFukCHMGz6dRduYYVbtQqkc+XM8D2PhznIRAp9+4JQTAvLp3qf+R08pb8AygdFKKXygNQ==", ++ "type": "package", ++ "path": "runtime.linux-x64.microsoft.netcore.ilasm/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "runtime.linux-x64.microsoft.netcore.ilasm.2.0.0-preview3-25519-01.nupkg.sha512", ++ "runtime.linux-x64.microsoft.netcore.ilasm.nuspec", ++ "runtimes/linux-x64/native/ilasm", ++ "version.txt" ++ ] ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "sha512": "YsISEwJh71w07VUgsfZ29BGhWs81thxdAVNXa4wDPhTYVBuBwSi775i3P0TTWmamAKH8pQnLJl61JeWzT9kBYA==", ++ "type": "package", ++ "path": "runtime.linux-x64.microsoft.netcore.jit/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "runtime.linux-x64.microsoft.netcore.jit.2.0.0-preview3-25519-01.nupkg.sha512", ++ "runtime.linux-x64.microsoft.netcore.jit.nuspec", ++ "runtimes/linux-x64/native/libclrjit.so", ++ "version.txt" ++ ] ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "sha512": "GR+Bh3qMQykI089Vv7phDK9j5CPcqMnjLkKO8b4QjfG+St2DrQVKuVWE0dIH84HmjRuxdjWjxnf4p0DUmNtTaA==", ++ "type": "package", ++ "path": "runtime.linux-x64.microsoft.netcore.runtime.coreclr/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "ref/netstandard1.0/_._", ++ "runtime.linux-x64.microsoft.netcore.runtime.coreclr.2.0.0-preview3-25519-01.nupkg.sha512", ++ "runtime.linux-x64.microsoft.netcore.runtime.coreclr.nuspec", ++ "runtimes/linux-x64/lib/netstandard1.0/SOS.NETCore.dll", ++ "runtimes/linux-x64/native/System.Globalization.Native.so", ++ "runtimes/linux-x64/native/System.Private.CoreLib.dll", ++ "runtimes/linux-x64/native/createdump", ++ "runtimes/linux-x64/native/libcoreclr.so", ++ "runtimes/linux-x64/native/libcoreclrtraceptprovider.so", ++ "runtimes/linux-x64/native/libdbgshim.so", ++ "runtimes/linux-x64/native/libmscordaccore.so", ++ "runtimes/linux-x64/native/libmscordbi.so", ++ "runtimes/linux-x64/native/libsos.so", ++ "runtimes/linux-x64/native/libsosplugin.so", ++ "runtimes/linux-x64/native/sosdocsunix.txt", ++ "tools/crossgen", ++ "version.txt" ++ ] ++ } ++ }, ++ "projectFileDependencyGroups": { ++ ".NETStandard,Version=v2.0": [ ++ "Microsoft.NETCore.ILAsm >= 2.0.0-preview3-25519-01", ++ "Microsoft.NETCore.Platforms >= 2.0.0-preview3-25519-01", ++ "Microsoft.NETCore.Runtime.CoreCLR >= 2.0.0-preview3-25519-01" ++ ] ++ }, ++ "packageFolders": { ++ "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages": {} ++ }, ++ "project": { ++ "version": "4.4.0", ++ "restore": { ++ "projectUniqueName": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/ilasm/ilasm.depproj", ++ "projectName": "ilasm", ++ "projectPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/ilasm/ilasm.depproj", ++ "packagesPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages", ++ "outputPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/bin/obj/AnyOS.AnyCPU.Release/ilasm/netstandard/AnyOS-x64/", ++ "projectStyle": "PackageReference", ++ "originalTargetFrameworks": [ ++ "netstandard2.0" ++ ], ++ "sources": { ++ "https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json": {}, ++ "https://dotnet.myget.org/F/dotnet-core/api/v3/index.json": {}, ++ "https://api.nuget.org/v3/index.json": {} ++ }, ++ "frameworks": { ++ "netstandard2.0": { ++ "projectReferences": {} ++ } ++ } ++ }, ++ "frameworks": { ++ "netstandard2.0": { ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": { ++ "target": "Package", ++ "version": "2.0.0-preview3-25519-01" ++ }, ++ "Microsoft.NETCore.Runtime.CoreCLR": { ++ "target": "Package", ++ "version": "2.0.0-preview3-25519-01" ++ }, ++ "Microsoft.NETCore.ILAsm": { ++ "target": "Package", ++ "version": "2.0.0-preview3-25519-01" ++ } ++ } ++ } ++ }, ++ "runtimes": { ++ "ubuntu.16.04-x64": { ++ "#import": [] ++ } ++ } ++ } ++} +\ No newline at end of file +diff --git a/bin/obj/AnyOS.AnyCPU.Release/netfx/netcoreapp/AnyOS-x64/project.assets.json b/bin/obj/AnyOS.AnyCPU.Release/netfx/netcoreapp/AnyOS-x64/project.assets.json +new file mode 100644 +index 0000000..da7f753 +--- /dev/null ++++ b/bin/obj/AnyOS.AnyCPU.Release/netfx/netcoreapp/AnyOS-x64/project.assets.json +@@ -0,0 +1,627 @@ ++{ ++ "version": 2, ++ "targets": { ++ ".NETFramework,Version=v4.6.1": { ++ "Microsoft.TargetingPack.NETFramework.v4.6.1/1.0.1": { ++ "type": "package", ++ "compile": { ++ "lib/net461/Accessibility.dll": {}, ++ "lib/net461/CustomMarshalers.dll": {}, ++ "lib/net461/ISymWrapper.dll": {}, ++ "lib/net461/Microsoft.Activities.Build.dll": {}, ++ "lib/net461/Microsoft.Build.Conversion.v4.0.dll": {}, ++ "lib/net461/Microsoft.Build.Engine.dll": {}, ++ "lib/net461/Microsoft.Build.Framework.dll": {}, ++ "lib/net461/Microsoft.Build.Tasks.v4.0.dll": {}, ++ "lib/net461/Microsoft.Build.Utilities.v4.0.dll": {}, ++ "lib/net461/Microsoft.Build.dll": {}, ++ "lib/net461/Microsoft.CSharp.dll": {}, ++ "lib/net461/Microsoft.JScript.dll": {}, ++ "lib/net461/Microsoft.VisualBasic.Compatibility.Data.dll": {}, ++ "lib/net461/Microsoft.VisualBasic.Compatibility.dll": {}, ++ "lib/net461/Microsoft.VisualBasic.dll": {}, ++ "lib/net461/Microsoft.VisualC.STLCLR.dll": {}, ++ "lib/net461/Microsoft.VisualC.dll": {}, ++ "lib/net461/PresentationBuildTasks.dll": {}, ++ "lib/net461/PresentationCore.dll": {}, ++ "lib/net461/PresentationFramework.Aero.dll": {}, ++ "lib/net461/PresentationFramework.Aero2.dll": {}, ++ "lib/net461/PresentationFramework.AeroLite.dll": {}, ++ "lib/net461/PresentationFramework.Classic.dll": {}, ++ "lib/net461/PresentationFramework.Luna.dll": {}, ++ "lib/net461/PresentationFramework.Royale.dll": {}, ++ "lib/net461/PresentationFramework.dll": {}, ++ "lib/net461/ReachFramework.dll": {}, ++ "lib/net461/System.Activities.Core.Presentation.dll": {}, ++ "lib/net461/System.Activities.DurableInstancing.dll": {}, ++ "lib/net461/System.Activities.Presentation.dll": {}, ++ "lib/net461/System.Activities.dll": {}, ++ "lib/net461/System.AddIn.Contract.dll": {}, ++ "lib/net461/System.AddIn.dll": {}, ++ "lib/net461/System.Collections.Concurrent.dll": {}, ++ "lib/net461/System.Collections.dll": {}, ++ "lib/net461/System.ComponentModel.Annotations.dll": {}, ++ "lib/net461/System.ComponentModel.Composition.Registration.dll": {}, ++ "lib/net461/System.ComponentModel.Composition.dll": {}, ++ "lib/net461/System.ComponentModel.DataAnnotations.dll": {}, ++ "lib/net461/System.ComponentModel.EventBasedAsync.dll": {}, ++ "lib/net461/System.ComponentModel.dll": {}, ++ "lib/net461/System.Configuration.Install.dll": {}, ++ "lib/net461/System.Configuration.dll": {}, ++ "lib/net461/System.Core.dll": {}, ++ "lib/net461/System.Data.DataSetExtensions.dll": {}, ++ "lib/net461/System.Data.Entity.Design.dll": {}, ++ "lib/net461/System.Data.Entity.dll": {}, ++ "lib/net461/System.Data.Linq.dll": {}, ++ "lib/net461/System.Data.OracleClient.dll": {}, ++ "lib/net461/System.Data.Services.Client.dll": {}, ++ "lib/net461/System.Data.Services.Design.dll": {}, ++ "lib/net461/System.Data.Services.dll": {}, ++ "lib/net461/System.Data.SqlXml.dll": {}, ++ "lib/net461/System.Data.dll": {}, ++ "lib/net461/System.Deployment.dll": {}, ++ "lib/net461/System.Design.dll": {}, ++ "lib/net461/System.Device.dll": {}, ++ "lib/net461/System.Diagnostics.Contracts.dll": {}, ++ "lib/net461/System.Diagnostics.Debug.dll": {}, ++ "lib/net461/System.Diagnostics.Tools.dll": {}, ++ "lib/net461/System.Diagnostics.Tracing.dll": {}, ++ "lib/net461/System.DirectoryServices.AccountManagement.dll": {}, ++ "lib/net461/System.DirectoryServices.Protocols.dll": {}, ++ "lib/net461/System.DirectoryServices.dll": {}, ++ "lib/net461/System.Drawing.Design.dll": {}, ++ "lib/net461/System.Drawing.dll": {}, ++ "lib/net461/System.Dynamic.Runtime.dll": {}, ++ "lib/net461/System.Dynamic.dll": {}, ++ "lib/net461/System.EnterpriseServices.Thunk.dll": {}, ++ "lib/net461/System.EnterpriseServices.Wrapper.dll": {}, ++ "lib/net461/System.EnterpriseServices.dll": {}, ++ "lib/net461/System.Globalization.dll": {}, ++ "lib/net461/System.IO.Compression.FileSystem.dll": {}, ++ "lib/net461/System.IO.Compression.dll": {}, ++ "lib/net461/System.IO.Log.dll": {}, ++ "lib/net461/System.IO.dll": {}, ++ "lib/net461/System.IdentityModel.Selectors.dll": {}, ++ "lib/net461/System.IdentityModel.Services.dll": {}, ++ "lib/net461/System.IdentityModel.dll": {}, ++ "lib/net461/System.Linq.Expressions.dll": {}, ++ "lib/net461/System.Linq.Parallel.dll": {}, ++ "lib/net461/System.Linq.Queryable.dll": {}, ++ "lib/net461/System.Linq.dll": {}, ++ "lib/net461/System.Management.Instrumentation.dll": {}, ++ "lib/net461/System.Management.dll": {}, ++ "lib/net461/System.Messaging.dll": {}, ++ "lib/net461/System.Net.Http.WebRequest.dll": {}, ++ "lib/net461/System.Net.Http.dll": {}, ++ "lib/net461/System.Net.NetworkInformation.dll": {}, ++ "lib/net461/System.Net.Primitives.dll": {}, ++ "lib/net461/System.Net.Requests.dll": {}, ++ "lib/net461/System.Net.WebHeaderCollection.dll": {}, ++ "lib/net461/System.Net.dll": {}, ++ "lib/net461/System.Numerics.Vectors.dll": {}, ++ "lib/net461/System.Numerics.dll": {}, ++ "lib/net461/System.ObjectModel.dll": {}, ++ "lib/net461/System.Printing.dll": {}, ++ "lib/net461/System.Reflection.Context.dll": {}, ++ "lib/net461/System.Reflection.Emit.ILGeneration.dll": {}, ++ "lib/net461/System.Reflection.Emit.Lightweight.dll": {}, ++ "lib/net461/System.Reflection.Emit.dll": {}, ++ "lib/net461/System.Reflection.Extensions.dll": {}, ++ "lib/net461/System.Reflection.Primitives.dll": {}, ++ "lib/net461/System.Reflection.dll": {}, ++ "lib/net461/System.Resources.ResourceManager.dll": {}, ++ "lib/net461/System.Runtime.Caching.dll": {}, ++ "lib/net461/System.Runtime.DurableInstancing.dll": {}, ++ "lib/net461/System.Runtime.Extensions.dll": {}, ++ "lib/net461/System.Runtime.Handles.dll": {}, ++ "lib/net461/System.Runtime.InteropServices.WindowsRuntime.dll": {}, ++ "lib/net461/System.Runtime.InteropServices.dll": {}, ++ "lib/net461/System.Runtime.Numerics.dll": {}, ++ "lib/net461/System.Runtime.Remoting.dll": {}, ++ "lib/net461/System.Runtime.Serialization.Formatters.Soap.dll": {}, ++ "lib/net461/System.Runtime.Serialization.Json.dll": {}, ++ "lib/net461/System.Runtime.Serialization.Primitives.dll": {}, ++ "lib/net461/System.Runtime.Serialization.Xml.dll": {}, ++ "lib/net461/System.Runtime.Serialization.dll": {}, ++ "lib/net461/System.Runtime.dll": {}, ++ "lib/net461/System.Security.Principal.dll": {}, ++ "lib/net461/System.Security.dll": {}, ++ "lib/net461/System.ServiceModel.Activation.dll": {}, ++ "lib/net461/System.ServiceModel.Activities.dll": {}, ++ "lib/net461/System.ServiceModel.Channels.dll": {}, ++ "lib/net461/System.ServiceModel.Discovery.dll": {}, ++ "lib/net461/System.ServiceModel.Duplex.dll": {}, ++ "lib/net461/System.ServiceModel.Http.dll": {}, ++ "lib/net461/System.ServiceModel.NetTcp.dll": {}, ++ "lib/net461/System.ServiceModel.Primitives.dll": {}, ++ "lib/net461/System.ServiceModel.Routing.dll": {}, ++ "lib/net461/System.ServiceModel.Security.dll": {}, ++ "lib/net461/System.ServiceModel.Web.dll": {}, ++ "lib/net461/System.ServiceModel.dll": {}, ++ "lib/net461/System.ServiceProcess.dll": {}, ++ "lib/net461/System.Speech.dll": {}, ++ "lib/net461/System.Text.Encoding.Extensions.dll": {}, ++ "lib/net461/System.Text.Encoding.dll": {}, ++ "lib/net461/System.Text.RegularExpressions.dll": {}, ++ "lib/net461/System.Threading.Tasks.Parallel.dll": {}, ++ "lib/net461/System.Threading.Tasks.dll": {}, ++ "lib/net461/System.Threading.Timer.dll": {}, ++ "lib/net461/System.Threading.dll": {}, ++ "lib/net461/System.Transactions.dll": {}, ++ "lib/net461/System.Web.Abstractions.dll": {}, ++ "lib/net461/System.Web.ApplicationServices.dll": {}, ++ "lib/net461/System.Web.DataVisualization.Design.dll": {}, ++ "lib/net461/System.Web.DataVisualization.dll": {}, ++ "lib/net461/System.Web.DynamicData.Design.dll": {}, ++ "lib/net461/System.Web.DynamicData.dll": {}, ++ "lib/net461/System.Web.Entity.Design.dll": {}, ++ "lib/net461/System.Web.Entity.dll": {}, ++ "lib/net461/System.Web.Extensions.Design.dll": {}, ++ "lib/net461/System.Web.Extensions.dll": {}, ++ "lib/net461/System.Web.Mobile.dll": {}, ++ "lib/net461/System.Web.RegularExpressions.dll": {}, ++ "lib/net461/System.Web.Routing.dll": {}, ++ "lib/net461/System.Web.Services.dll": {}, ++ "lib/net461/System.Web.dll": {}, ++ "lib/net461/System.Windows.Controls.Ribbon.dll": {}, ++ "lib/net461/System.Windows.Forms.DataVisualization.Design.dll": {}, ++ "lib/net461/System.Windows.Forms.DataVisualization.dll": {}, ++ "lib/net461/System.Windows.Forms.dll": {}, ++ "lib/net461/System.Windows.Input.Manipulations.dll": {}, ++ "lib/net461/System.Windows.Presentation.dll": {}, ++ "lib/net461/System.Windows.dll": {}, ++ "lib/net461/System.Workflow.Activities.dll": {}, ++ "lib/net461/System.Workflow.ComponentModel.dll": {}, ++ "lib/net461/System.Workflow.Runtime.dll": {}, ++ "lib/net461/System.WorkflowServices.dll": {}, ++ "lib/net461/System.Xaml.dll": {}, ++ "lib/net461/System.Xml.Linq.dll": {}, ++ "lib/net461/System.Xml.ReaderWriter.dll": {}, ++ "lib/net461/System.Xml.Serialization.dll": {}, ++ "lib/net461/System.Xml.XDocument.dll": {}, ++ "lib/net461/System.Xml.XmlSerializer.dll": {}, ++ "lib/net461/System.Xml.dll": {}, ++ "lib/net461/System.dll": {}, ++ "lib/net461/UIAutomationClient.dll": {}, ++ "lib/net461/UIAutomationClientsideProviders.dll": {}, ++ "lib/net461/UIAutomationProvider.dll": {}, ++ "lib/net461/UIAutomationTypes.dll": {}, ++ "lib/net461/WindowsBase.dll": {}, ++ "lib/net461/WindowsFormsIntegration.dll": {}, ++ "lib/net461/XamlBuildTask.dll": {}, ++ "lib/net461/mscorlib.dll": {}, ++ "lib/net461/sysglobl.dll": {} ++ }, ++ "runtime": { ++ "lib/net461/Accessibility.dll": {}, ++ "lib/net461/CustomMarshalers.dll": {}, ++ "lib/net461/ISymWrapper.dll": {}, ++ "lib/net461/Microsoft.Activities.Build.dll": {}, ++ "lib/net461/Microsoft.Build.Conversion.v4.0.dll": {}, ++ "lib/net461/Microsoft.Build.Engine.dll": {}, ++ "lib/net461/Microsoft.Build.Framework.dll": {}, ++ "lib/net461/Microsoft.Build.Tasks.v4.0.dll": {}, ++ "lib/net461/Microsoft.Build.Utilities.v4.0.dll": {}, ++ "lib/net461/Microsoft.Build.dll": {}, ++ "lib/net461/Microsoft.CSharp.dll": {}, ++ "lib/net461/Microsoft.JScript.dll": {}, ++ "lib/net461/Microsoft.VisualBasic.Compatibility.Data.dll": {}, ++ "lib/net461/Microsoft.VisualBasic.Compatibility.dll": {}, ++ "lib/net461/Microsoft.VisualBasic.dll": {}, ++ "lib/net461/Microsoft.VisualC.STLCLR.dll": {}, ++ "lib/net461/Microsoft.VisualC.dll": {}, ++ "lib/net461/PresentationBuildTasks.dll": {}, ++ "lib/net461/PresentationCore.dll": {}, ++ "lib/net461/PresentationFramework.Aero.dll": {}, ++ "lib/net461/PresentationFramework.Aero2.dll": {}, ++ "lib/net461/PresentationFramework.AeroLite.dll": {}, ++ "lib/net461/PresentationFramework.Classic.dll": {}, ++ "lib/net461/PresentationFramework.Luna.dll": {}, ++ "lib/net461/PresentationFramework.Royale.dll": {}, ++ "lib/net461/PresentationFramework.dll": {}, ++ "lib/net461/ReachFramework.dll": {}, ++ "lib/net461/System.Activities.Core.Presentation.dll": {}, ++ "lib/net461/System.Activities.DurableInstancing.dll": {}, ++ "lib/net461/System.Activities.Presentation.dll": {}, ++ "lib/net461/System.Activities.dll": {}, ++ "lib/net461/System.AddIn.Contract.dll": {}, ++ "lib/net461/System.AddIn.dll": {}, ++ "lib/net461/System.Collections.Concurrent.dll": {}, ++ "lib/net461/System.Collections.dll": {}, ++ "lib/net461/System.ComponentModel.Annotations.dll": {}, ++ "lib/net461/System.ComponentModel.Composition.Registration.dll": {}, ++ "lib/net461/System.ComponentModel.Composition.dll": {}, ++ "lib/net461/System.ComponentModel.DataAnnotations.dll": {}, ++ "lib/net461/System.ComponentModel.EventBasedAsync.dll": {}, ++ "lib/net461/System.ComponentModel.dll": {}, ++ "lib/net461/System.Configuration.Install.dll": {}, ++ "lib/net461/System.Configuration.dll": {}, ++ "lib/net461/System.Core.dll": {}, ++ "lib/net461/System.Data.DataSetExtensions.dll": {}, ++ "lib/net461/System.Data.Entity.Design.dll": {}, ++ "lib/net461/System.Data.Entity.dll": {}, ++ "lib/net461/System.Data.Linq.dll": {}, ++ "lib/net461/System.Data.OracleClient.dll": {}, ++ "lib/net461/System.Data.Services.Client.dll": {}, ++ "lib/net461/System.Data.Services.Design.dll": {}, ++ "lib/net461/System.Data.Services.dll": {}, ++ "lib/net461/System.Data.SqlXml.dll": {}, ++ "lib/net461/System.Data.dll": {}, ++ "lib/net461/System.Deployment.dll": {}, ++ "lib/net461/System.Design.dll": {}, ++ "lib/net461/System.Device.dll": {}, ++ "lib/net461/System.Diagnostics.Contracts.dll": {}, ++ "lib/net461/System.Diagnostics.Debug.dll": {}, ++ "lib/net461/System.Diagnostics.Tools.dll": {}, ++ "lib/net461/System.Diagnostics.Tracing.dll": {}, ++ "lib/net461/System.DirectoryServices.AccountManagement.dll": {}, ++ "lib/net461/System.DirectoryServices.Protocols.dll": {}, ++ "lib/net461/System.DirectoryServices.dll": {}, ++ "lib/net461/System.Drawing.Design.dll": {}, ++ "lib/net461/System.Drawing.dll": {}, ++ "lib/net461/System.Dynamic.Runtime.dll": {}, ++ "lib/net461/System.Dynamic.dll": {}, ++ "lib/net461/System.EnterpriseServices.Thunk.dll": {}, ++ "lib/net461/System.EnterpriseServices.Wrapper.dll": {}, ++ "lib/net461/System.EnterpriseServices.dll": {}, ++ "lib/net461/System.Globalization.dll": {}, ++ "lib/net461/System.IO.Compression.FileSystem.dll": {}, ++ "lib/net461/System.IO.Compression.dll": {}, ++ "lib/net461/System.IO.Log.dll": {}, ++ "lib/net461/System.IO.dll": {}, ++ "lib/net461/System.IdentityModel.Selectors.dll": {}, ++ "lib/net461/System.IdentityModel.Services.dll": {}, ++ "lib/net461/System.IdentityModel.dll": {}, ++ "lib/net461/System.Linq.Expressions.dll": {}, ++ "lib/net461/System.Linq.Parallel.dll": {}, ++ "lib/net461/System.Linq.Queryable.dll": {}, ++ "lib/net461/System.Linq.dll": {}, ++ "lib/net461/System.Management.Instrumentation.dll": {}, ++ "lib/net461/System.Management.dll": {}, ++ "lib/net461/System.Messaging.dll": {}, ++ "lib/net461/System.Net.Http.WebRequest.dll": {}, ++ "lib/net461/System.Net.Http.dll": {}, ++ "lib/net461/System.Net.NetworkInformation.dll": {}, ++ "lib/net461/System.Net.Primitives.dll": {}, ++ "lib/net461/System.Net.Requests.dll": {}, ++ "lib/net461/System.Net.WebHeaderCollection.dll": {}, ++ "lib/net461/System.Net.dll": {}, ++ "lib/net461/System.Numerics.Vectors.dll": {}, ++ "lib/net461/System.Numerics.dll": {}, ++ "lib/net461/System.ObjectModel.dll": {}, ++ "lib/net461/System.Printing.dll": {}, ++ "lib/net461/System.Reflection.Context.dll": {}, ++ "lib/net461/System.Reflection.Emit.ILGeneration.dll": {}, ++ "lib/net461/System.Reflection.Emit.Lightweight.dll": {}, ++ "lib/net461/System.Reflection.Emit.dll": {}, ++ "lib/net461/System.Reflection.Extensions.dll": {}, ++ "lib/net461/System.Reflection.Primitives.dll": {}, ++ "lib/net461/System.Reflection.dll": {}, ++ "lib/net461/System.Resources.ResourceManager.dll": {}, ++ "lib/net461/System.Runtime.Caching.dll": {}, ++ "lib/net461/System.Runtime.DurableInstancing.dll": {}, ++ "lib/net461/System.Runtime.Extensions.dll": {}, ++ "lib/net461/System.Runtime.Handles.dll": {}, ++ "lib/net461/System.Runtime.InteropServices.WindowsRuntime.dll": {}, ++ "lib/net461/System.Runtime.InteropServices.dll": {}, ++ "lib/net461/System.Runtime.Numerics.dll": {}, ++ "lib/net461/System.Runtime.Remoting.dll": {}, ++ "lib/net461/System.Runtime.Serialization.Formatters.Soap.dll": {}, ++ "lib/net461/System.Runtime.Serialization.Json.dll": {}, ++ "lib/net461/System.Runtime.Serialization.Primitives.dll": {}, ++ "lib/net461/System.Runtime.Serialization.Xml.dll": {}, ++ "lib/net461/System.Runtime.Serialization.dll": {}, ++ "lib/net461/System.Runtime.dll": {}, ++ "lib/net461/System.Security.Principal.dll": {}, ++ "lib/net461/System.Security.dll": {}, ++ "lib/net461/System.ServiceModel.Activation.dll": {}, ++ "lib/net461/System.ServiceModel.Activities.dll": {}, ++ "lib/net461/System.ServiceModel.Channels.dll": {}, ++ "lib/net461/System.ServiceModel.Discovery.dll": {}, ++ "lib/net461/System.ServiceModel.Duplex.dll": {}, ++ "lib/net461/System.ServiceModel.Http.dll": {}, ++ "lib/net461/System.ServiceModel.NetTcp.dll": {}, ++ "lib/net461/System.ServiceModel.Primitives.dll": {}, ++ "lib/net461/System.ServiceModel.Routing.dll": {}, ++ "lib/net461/System.ServiceModel.Security.dll": {}, ++ "lib/net461/System.ServiceModel.Web.dll": {}, ++ "lib/net461/System.ServiceModel.dll": {}, ++ "lib/net461/System.ServiceProcess.dll": {}, ++ "lib/net461/System.Speech.dll": {}, ++ "lib/net461/System.Text.Encoding.Extensions.dll": {}, ++ "lib/net461/System.Text.Encoding.dll": {}, ++ "lib/net461/System.Text.RegularExpressions.dll": {}, ++ "lib/net461/System.Threading.Tasks.Parallel.dll": {}, ++ "lib/net461/System.Threading.Tasks.dll": {}, ++ "lib/net461/System.Threading.Timer.dll": {}, ++ "lib/net461/System.Threading.dll": {}, ++ "lib/net461/System.Transactions.dll": {}, ++ "lib/net461/System.Web.Abstractions.dll": {}, ++ "lib/net461/System.Web.ApplicationServices.dll": {}, ++ "lib/net461/System.Web.DataVisualization.Design.dll": {}, ++ "lib/net461/System.Web.DataVisualization.dll": {}, ++ "lib/net461/System.Web.DynamicData.Design.dll": {}, ++ "lib/net461/System.Web.DynamicData.dll": {}, ++ "lib/net461/System.Web.Entity.Design.dll": {}, ++ "lib/net461/System.Web.Entity.dll": {}, ++ "lib/net461/System.Web.Extensions.Design.dll": {}, ++ "lib/net461/System.Web.Extensions.dll": {}, ++ "lib/net461/System.Web.Mobile.dll": {}, ++ "lib/net461/System.Web.RegularExpressions.dll": {}, ++ "lib/net461/System.Web.Routing.dll": {}, ++ "lib/net461/System.Web.Services.dll": {}, ++ "lib/net461/System.Web.dll": {}, ++ "lib/net461/System.Windows.Controls.Ribbon.dll": {}, ++ "lib/net461/System.Windows.Forms.DataVisualization.Design.dll": {}, ++ "lib/net461/System.Windows.Forms.DataVisualization.dll": {}, ++ "lib/net461/System.Windows.Forms.dll": {}, ++ "lib/net461/System.Windows.Input.Manipulations.dll": {}, ++ "lib/net461/System.Windows.Presentation.dll": {}, ++ "lib/net461/System.Windows.dll": {}, ++ "lib/net461/System.Workflow.Activities.dll": {}, ++ "lib/net461/System.Workflow.ComponentModel.dll": {}, ++ "lib/net461/System.Workflow.Runtime.dll": {}, ++ "lib/net461/System.WorkflowServices.dll": {}, ++ "lib/net461/System.Xaml.dll": {}, ++ "lib/net461/System.Xml.Linq.dll": {}, ++ "lib/net461/System.Xml.ReaderWriter.dll": {}, ++ "lib/net461/System.Xml.Serialization.dll": {}, ++ "lib/net461/System.Xml.XDocument.dll": {}, ++ "lib/net461/System.Xml.XmlSerializer.dll": {}, ++ "lib/net461/System.Xml.dll": {}, ++ "lib/net461/System.dll": {}, ++ "lib/net461/UIAutomationClient.dll": {}, ++ "lib/net461/UIAutomationClientsideProviders.dll": {}, ++ "lib/net461/UIAutomationProvider.dll": {}, ++ "lib/net461/UIAutomationTypes.dll": {}, ++ "lib/net461/WindowsBase.dll": {}, ++ "lib/net461/WindowsFormsIntegration.dll": {}, ++ "lib/net461/XamlBuildTask.dll": {}, ++ "lib/net461/mscorlib.dll": {}, ++ "lib/net461/sysglobl.dll": {} ++ } ++ } ++ } ++ }, ++ "libraries": { ++ "Microsoft.TargetingPack.NETFramework.v4.6.1/1.0.1": { ++ "sha512": "Uvgk0UXOcB+DNh1AwzOEGnDHRSNwQDhGqa3HqyOsyGdRt2mhYYekPMc0IdoLuwf3Cxna3mmnlNH5P2/dKDDucg==", ++ "type": "package", ++ "path": "microsoft.targetingpack.netframework.v4.6.1/1.0.1", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/net461/Accessibility.dll", ++ "lib/net461/CustomMarshalers.dll", ++ "lib/net461/ISymWrapper.dll", ++ "lib/net461/Microsoft.Activities.Build.dll", ++ "lib/net461/Microsoft.Build.Conversion.v4.0.dll", ++ "lib/net461/Microsoft.Build.Engine.dll", ++ "lib/net461/Microsoft.Build.Framework.dll", ++ "lib/net461/Microsoft.Build.Tasks.v4.0.dll", ++ "lib/net461/Microsoft.Build.Utilities.v4.0.dll", ++ "lib/net461/Microsoft.Build.dll", ++ "lib/net461/Microsoft.CSharp.dll", ++ "lib/net461/Microsoft.JScript.dll", ++ "lib/net461/Microsoft.VisualBasic.Compatibility.Data.dll", ++ "lib/net461/Microsoft.VisualBasic.Compatibility.dll", ++ "lib/net461/Microsoft.VisualBasic.dll", ++ "lib/net461/Microsoft.VisualC.STLCLR.dll", ++ "lib/net461/Microsoft.VisualC.dll", ++ "lib/net461/PresentationBuildTasks.dll", ++ "lib/net461/PresentationCore.dll", ++ "lib/net461/PresentationFramework.Aero.dll", ++ "lib/net461/PresentationFramework.Aero2.dll", ++ "lib/net461/PresentationFramework.AeroLite.dll", ++ "lib/net461/PresentationFramework.Classic.dll", ++ "lib/net461/PresentationFramework.Luna.dll", ++ "lib/net461/PresentationFramework.Royale.dll", ++ "lib/net461/PresentationFramework.dll", ++ "lib/net461/ReachFramework.dll", ++ "lib/net461/System.Activities.Core.Presentation.dll", ++ "lib/net461/System.Activities.DurableInstancing.dll", ++ "lib/net461/System.Activities.Presentation.dll", ++ "lib/net461/System.Activities.dll", ++ "lib/net461/System.AddIn.Contract.dll", ++ "lib/net461/System.AddIn.dll", ++ "lib/net461/System.Collections.Concurrent.dll", ++ "lib/net461/System.Collections.dll", ++ "lib/net461/System.ComponentModel.Annotations.dll", ++ "lib/net461/System.ComponentModel.Composition.Registration.dll", ++ "lib/net461/System.ComponentModel.Composition.dll", ++ "lib/net461/System.ComponentModel.DataAnnotations.dll", ++ "lib/net461/System.ComponentModel.EventBasedAsync.dll", ++ "lib/net461/System.ComponentModel.dll", ++ "lib/net461/System.Configuration.Install.dll", ++ "lib/net461/System.Configuration.dll", ++ "lib/net461/System.Core.dll", ++ "lib/net461/System.Data.DataSetExtensions.dll", ++ "lib/net461/System.Data.Entity.Design.dll", ++ "lib/net461/System.Data.Entity.dll", ++ "lib/net461/System.Data.Linq.dll", ++ "lib/net461/System.Data.OracleClient.dll", ++ "lib/net461/System.Data.Services.Client.dll", ++ "lib/net461/System.Data.Services.Design.dll", ++ "lib/net461/System.Data.Services.dll", ++ "lib/net461/System.Data.SqlXml.dll", ++ "lib/net461/System.Data.dll", ++ "lib/net461/System.Deployment.dll", ++ "lib/net461/System.Design.dll", ++ "lib/net461/System.Device.dll", ++ "lib/net461/System.Diagnostics.Contracts.dll", ++ "lib/net461/System.Diagnostics.Debug.dll", ++ "lib/net461/System.Diagnostics.Tools.dll", ++ "lib/net461/System.Diagnostics.Tracing.dll", ++ "lib/net461/System.DirectoryServices.AccountManagement.dll", ++ "lib/net461/System.DirectoryServices.Protocols.dll", ++ "lib/net461/System.DirectoryServices.dll", ++ "lib/net461/System.Drawing.Design.dll", ++ "lib/net461/System.Drawing.dll", ++ "lib/net461/System.Dynamic.Runtime.dll", ++ "lib/net461/System.Dynamic.dll", ++ "lib/net461/System.EnterpriseServices.Thunk.dll", ++ "lib/net461/System.EnterpriseServices.Wrapper.dll", ++ "lib/net461/System.EnterpriseServices.dll", ++ "lib/net461/System.Globalization.dll", ++ "lib/net461/System.IO.Compression.FileSystem.dll", ++ "lib/net461/System.IO.Compression.dll", ++ "lib/net461/System.IO.Log.dll", ++ "lib/net461/System.IO.dll", ++ "lib/net461/System.IdentityModel.Selectors.dll", ++ "lib/net461/System.IdentityModel.Services.dll", ++ "lib/net461/System.IdentityModel.dll", ++ "lib/net461/System.Linq.Expressions.dll", ++ "lib/net461/System.Linq.Parallel.dll", ++ "lib/net461/System.Linq.Queryable.dll", ++ "lib/net461/System.Linq.dll", ++ "lib/net461/System.Management.Instrumentation.dll", ++ "lib/net461/System.Management.dll", ++ "lib/net461/System.Messaging.dll", ++ "lib/net461/System.Net.Http.WebRequest.dll", ++ "lib/net461/System.Net.Http.dll", ++ "lib/net461/System.Net.NetworkInformation.dll", ++ "lib/net461/System.Net.Primitives.dll", ++ "lib/net461/System.Net.Requests.dll", ++ "lib/net461/System.Net.WebHeaderCollection.dll", ++ "lib/net461/System.Net.dll", ++ "lib/net461/System.Numerics.Vectors.dll", ++ "lib/net461/System.Numerics.dll", ++ "lib/net461/System.ObjectModel.dll", ++ "lib/net461/System.Printing.dll", ++ "lib/net461/System.Reflection.Context.dll", ++ "lib/net461/System.Reflection.Emit.ILGeneration.dll", ++ "lib/net461/System.Reflection.Emit.Lightweight.dll", ++ "lib/net461/System.Reflection.Emit.dll", ++ "lib/net461/System.Reflection.Extensions.dll", ++ "lib/net461/System.Reflection.Primitives.dll", ++ "lib/net461/System.Reflection.dll", ++ "lib/net461/System.Resources.ResourceManager.dll", ++ "lib/net461/System.Runtime.Caching.dll", ++ "lib/net461/System.Runtime.DurableInstancing.dll", ++ "lib/net461/System.Runtime.Extensions.dll", ++ "lib/net461/System.Runtime.Handles.dll", ++ "lib/net461/System.Runtime.InteropServices.WindowsRuntime.dll", ++ "lib/net461/System.Runtime.InteropServices.dll", ++ "lib/net461/System.Runtime.Numerics.dll", ++ "lib/net461/System.Runtime.Remoting.dll", ++ "lib/net461/System.Runtime.Serialization.Formatters.Soap.dll", ++ "lib/net461/System.Runtime.Serialization.Json.dll", ++ "lib/net461/System.Runtime.Serialization.Primitives.dll", ++ "lib/net461/System.Runtime.Serialization.Xml.dll", ++ "lib/net461/System.Runtime.Serialization.dll", ++ "lib/net461/System.Runtime.dll", ++ "lib/net461/System.Security.Principal.dll", ++ "lib/net461/System.Security.dll", ++ "lib/net461/System.ServiceModel.Activation.dll", ++ "lib/net461/System.ServiceModel.Activities.dll", ++ "lib/net461/System.ServiceModel.Channels.dll", ++ "lib/net461/System.ServiceModel.Discovery.dll", ++ "lib/net461/System.ServiceModel.Duplex.dll", ++ "lib/net461/System.ServiceModel.Http.dll", ++ "lib/net461/System.ServiceModel.NetTcp.dll", ++ "lib/net461/System.ServiceModel.Primitives.dll", ++ "lib/net461/System.ServiceModel.Routing.dll", ++ "lib/net461/System.ServiceModel.Security.dll", ++ "lib/net461/System.ServiceModel.Web.dll", ++ "lib/net461/System.ServiceModel.dll", ++ "lib/net461/System.ServiceProcess.dll", ++ "lib/net461/System.Speech.dll", ++ "lib/net461/System.Text.Encoding.Extensions.dll", ++ "lib/net461/System.Text.Encoding.dll", ++ "lib/net461/System.Text.RegularExpressions.dll", ++ "lib/net461/System.Threading.Tasks.Parallel.dll", ++ "lib/net461/System.Threading.Tasks.dll", ++ "lib/net461/System.Threading.Timer.dll", ++ "lib/net461/System.Threading.dll", ++ "lib/net461/System.Transactions.dll", ++ "lib/net461/System.Web.Abstractions.dll", ++ "lib/net461/System.Web.ApplicationServices.dll", ++ "lib/net461/System.Web.DataVisualization.Design.dll", ++ "lib/net461/System.Web.DataVisualization.dll", ++ "lib/net461/System.Web.DynamicData.Design.dll", ++ "lib/net461/System.Web.DynamicData.dll", ++ "lib/net461/System.Web.Entity.Design.dll", ++ "lib/net461/System.Web.Entity.dll", ++ "lib/net461/System.Web.Extensions.Design.dll", ++ "lib/net461/System.Web.Extensions.dll", ++ "lib/net461/System.Web.Mobile.dll", ++ "lib/net461/System.Web.RegularExpressions.dll", ++ "lib/net461/System.Web.Routing.dll", ++ "lib/net461/System.Web.Services.dll", ++ "lib/net461/System.Web.dll", ++ "lib/net461/System.Windows.Controls.Ribbon.dll", ++ "lib/net461/System.Windows.Forms.DataVisualization.Design.dll", ++ "lib/net461/System.Windows.Forms.DataVisualization.dll", ++ "lib/net461/System.Windows.Forms.dll", ++ "lib/net461/System.Windows.Input.Manipulations.dll", ++ "lib/net461/System.Windows.Presentation.dll", ++ "lib/net461/System.Windows.dll", ++ "lib/net461/System.Workflow.Activities.dll", ++ "lib/net461/System.Workflow.ComponentModel.dll", ++ "lib/net461/System.Workflow.Runtime.dll", ++ "lib/net461/System.WorkflowServices.dll", ++ "lib/net461/System.Xaml.dll", ++ "lib/net461/System.Xml.Linq.dll", ++ "lib/net461/System.Xml.ReaderWriter.dll", ++ "lib/net461/System.Xml.Serialization.dll", ++ "lib/net461/System.Xml.XDocument.dll", ++ "lib/net461/System.Xml.XmlSerializer.dll", ++ "lib/net461/System.Xml.dll", ++ "lib/net461/System.dll", ++ "lib/net461/UIAutomationClient.dll", ++ "lib/net461/UIAutomationClientsideProviders.dll", ++ "lib/net461/UIAutomationProvider.dll", ++ "lib/net461/UIAutomationTypes.dll", ++ "lib/net461/WindowsBase.dll", ++ "lib/net461/WindowsFormsIntegration.dll", ++ "lib/net461/XamlBuildTask.dll", ++ "lib/net461/mscorlib.dll", ++ "lib/net461/sysglobl.dll", ++ "microsoft.targetingpack.netframework.v4.6.1.1.0.1.nupkg.sha512", ++ "microsoft.targetingpack.netframework.v4.6.1.nuspec" ++ ] ++ } ++ }, ++ "projectFileDependencyGroups": { ++ ".NETFramework,Version=v4.6.1": [ ++ "Microsoft.TargetingPack.NETFramework.v4.6.1 >= 1.0.1" ++ ] ++ }, ++ "packageFolders": { ++ "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages": {} ++ }, ++ "project": { ++ "version": "4.4.0", ++ "restore": { ++ "projectUniqueName": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/netfx/netfx.depproj", ++ "projectName": "netfx", ++ "projectPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/netfx/netfx.depproj", ++ "packagesPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages", ++ "outputPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/bin/obj/AnyOS.AnyCPU.Release/netfx/netcoreapp/AnyOS-x64/", ++ "projectStyle": "PackageReference", ++ "originalTargetFrameworks": [ ++ "net461" ++ ], ++ "sources": { ++ "https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json": {}, ++ "https://dotnet.myget.org/F/dotnet-core/api/v3/index.json": {}, ++ "https://api.nuget.org/v3/index.json": {} ++ }, ++ "frameworks": { ++ "net461": { ++ "projectReferences": {} ++ } ++ } ++ }, ++ "frameworks": { ++ "net461": { ++ "dependencies": { ++ "Microsoft.TargetingPack.NETFramework.v4.6.1": { ++ "target": "Package", ++ "version": "1.0.1" ++ } ++ } ++ } ++ } ++ } ++} +\ No newline at end of file +diff --git a/bin/obj/AnyOS.AnyCPU.Release/netstandard/netstandard/AnyOS-x64/project.assets.json b/bin/obj/AnyOS.AnyCPU.Release/netstandard/netstandard/AnyOS-x64/project.assets.json +new file mode 100644 +index 0000000..57824fb +--- /dev/null ++++ b/bin/obj/AnyOS.AnyCPU.Release/netstandard/netstandard/AnyOS-x64/project.assets.json +@@ -0,0 +1,215 @@ ++{ ++ "version": 2, ++ "targets": { ++ ".NETStandard,Version=v2.0": { ++ "Microsoft.NETCore.Platforms/1.1.0": { ++ "type": "package", ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "NETStandard.Library/2.0.0-preview3-25507-01": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": "1.1.0" ++ }, ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "build": { ++ "build/netstandard2.0/NETStandard.Library.targets": {} ++ } ++ } ++ } ++ }, ++ "libraries": { ++ "Microsoft.NETCore.Platforms/1.1.0": { ++ "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", ++ "type": "package", ++ "path": "microsoft.netcore.platforms/1.1.0", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "lib/netstandard1.0/_._", ++ "microsoft.netcore.platforms.1.1.0.nupkg.sha512", ++ "microsoft.netcore.platforms.nuspec", ++ "runtime.json" ++ ] ++ }, ++ "NETStandard.Library/2.0.0-preview3-25507-01": { ++ "sha512": "U0oo5puDZLM8QFrdGn2vxa3UpvsBSXWOa36Ou2L7Z5T3mTKPHksxQRoGLv36otzzgIRZ+/fXwpx0gBYtIXW3nA==", ++ "type": "package", ++ "path": "netstandard.library/2.0.0-preview3-25507-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "build/NETStandard.Library.targets", ++ "build/netstandard2.0/NETStandard.Library.targets", ++ "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", ++ "build/netstandard2.0/ref/System.AppContext.dll", ++ "build/netstandard2.0/ref/System.Collections.Concurrent.dll", ++ "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", ++ "build/netstandard2.0/ref/System.Collections.Specialized.dll", ++ "build/netstandard2.0/ref/System.Collections.dll", ++ "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", ++ "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", ++ "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", ++ "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", ++ "build/netstandard2.0/ref/System.ComponentModel.dll", ++ "build/netstandard2.0/ref/System.Console.dll", ++ "build/netstandard2.0/ref/System.Core.dll", ++ "build/netstandard2.0/ref/System.Data.Common.dll", ++ "build/netstandard2.0/ref/System.Data.dll", ++ "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", ++ "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", ++ "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", ++ "build/netstandard2.0/ref/System.Diagnostics.Process.dll", ++ "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", ++ "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", ++ "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", ++ "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", ++ "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", ++ "build/netstandard2.0/ref/System.Drawing.Primitives.dll", ++ "build/netstandard2.0/ref/System.Drawing.dll", ++ "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", ++ "build/netstandard2.0/ref/System.Globalization.Calendars.dll", ++ "build/netstandard2.0/ref/System.Globalization.Extensions.dll", ++ "build/netstandard2.0/ref/System.Globalization.dll", ++ "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", ++ "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", ++ "build/netstandard2.0/ref/System.IO.Compression.dll", ++ "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", ++ "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", ++ "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", ++ "build/netstandard2.0/ref/System.IO.FileSystem.dll", ++ "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", ++ "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", ++ "build/netstandard2.0/ref/System.IO.Pipes.dll", ++ "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", ++ "build/netstandard2.0/ref/System.IO.dll", ++ "build/netstandard2.0/ref/System.Linq.Expressions.dll", ++ "build/netstandard2.0/ref/System.Linq.Parallel.dll", ++ "build/netstandard2.0/ref/System.Linq.Queryable.dll", ++ "build/netstandard2.0/ref/System.Linq.dll", ++ "build/netstandard2.0/ref/System.Net.Http.dll", ++ "build/netstandard2.0/ref/System.Net.NameResolution.dll", ++ "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", ++ "build/netstandard2.0/ref/System.Net.Ping.dll", ++ "build/netstandard2.0/ref/System.Net.Primitives.dll", ++ "build/netstandard2.0/ref/System.Net.Requests.dll", ++ "build/netstandard2.0/ref/System.Net.Security.dll", ++ "build/netstandard2.0/ref/System.Net.Sockets.dll", ++ "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", ++ "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", ++ "build/netstandard2.0/ref/System.Net.WebSockets.dll", ++ "build/netstandard2.0/ref/System.Net.dll", ++ "build/netstandard2.0/ref/System.Numerics.dll", ++ "build/netstandard2.0/ref/System.ObjectModel.dll", ++ "build/netstandard2.0/ref/System.Reflection.Extensions.dll", ++ "build/netstandard2.0/ref/System.Reflection.Primitives.dll", ++ "build/netstandard2.0/ref/System.Reflection.dll", ++ "build/netstandard2.0/ref/System.Resources.Reader.dll", ++ "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", ++ "build/netstandard2.0/ref/System.Resources.Writer.dll", ++ "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", ++ "build/netstandard2.0/ref/System.Runtime.Extensions.dll", ++ "build/netstandard2.0/ref/System.Runtime.Handles.dll", ++ "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", ++ "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", ++ "build/netstandard2.0/ref/System.Runtime.Numerics.dll", ++ "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", ++ "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", ++ "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", ++ "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", ++ "build/netstandard2.0/ref/System.Runtime.Serialization.dll", ++ "build/netstandard2.0/ref/System.Runtime.dll", ++ "build/netstandard2.0/ref/System.Security.Claims.dll", ++ "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", ++ "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", ++ "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", ++ "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", ++ "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", ++ "build/netstandard2.0/ref/System.Security.Principal.dll", ++ "build/netstandard2.0/ref/System.Security.SecureString.dll", ++ "build/netstandard2.0/ref/System.ServiceModel.Web.dll", ++ "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", ++ "build/netstandard2.0/ref/System.Text.Encoding.dll", ++ "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", ++ "build/netstandard2.0/ref/System.Threading.Overlapped.dll", ++ "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", ++ "build/netstandard2.0/ref/System.Threading.Tasks.dll", ++ "build/netstandard2.0/ref/System.Threading.Thread.dll", ++ "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", ++ "build/netstandard2.0/ref/System.Threading.Timer.dll", ++ "build/netstandard2.0/ref/System.Threading.dll", ++ "build/netstandard2.0/ref/System.Transactions.dll", ++ "build/netstandard2.0/ref/System.ValueTuple.dll", ++ "build/netstandard2.0/ref/System.Web.dll", ++ "build/netstandard2.0/ref/System.Windows.dll", ++ "build/netstandard2.0/ref/System.Xml.Linq.dll", ++ "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", ++ "build/netstandard2.0/ref/System.Xml.Serialization.dll", ++ "build/netstandard2.0/ref/System.Xml.XDocument.dll", ++ "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", ++ "build/netstandard2.0/ref/System.Xml.XPath.dll", ++ "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", ++ "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", ++ "build/netstandard2.0/ref/System.Xml.dll", ++ "build/netstandard2.0/ref/System.dll", ++ "build/netstandard2.0/ref/mscorlib.dll", ++ "build/netstandard2.0/ref/netstandard.dll", ++ "lib/netstandard1.0/_._", ++ "netstandard.library.2.0.0-preview3-25507-01.nupkg.sha512", ++ "netstandard.library.nuspec" ++ ] ++ } ++ }, ++ "projectFileDependencyGroups": { ++ ".NETStandard,Version=v2.0": [ ++ "NETStandard.Library >= 2.0.0-preview3-25507-01" ++ ] ++ }, ++ "packageFolders": { ++ "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages": {} ++ }, ++ "project": { ++ "version": "4.4.0", ++ "restore": { ++ "projectUniqueName": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/netstandard/netstandard.depproj", ++ "projectName": "netstandard", ++ "projectPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/netstandard/netstandard.depproj", ++ "packagesPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages", ++ "outputPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/bin/obj/AnyOS.AnyCPU.Release/netstandard/netstandard/AnyOS-x64/", ++ "projectStyle": "PackageReference", ++ "originalTargetFrameworks": [ ++ "netstandard2.0" ++ ], ++ "sources": { ++ "https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json": {}, ++ "https://dotnet.myget.org/F/dotnet-core/api/v3/index.json": {}, ++ "https://api.nuget.org/v3/index.json": {} ++ }, ++ "frameworks": { ++ "netstandard2.0": { ++ "projectReferences": {} ++ } ++ } ++ }, ++ "frameworks": { ++ "netstandard2.0": { ++ "dependencies": { ++ "NETStandard.Library": { ++ "target": "Package", ++ "version": "2.0.0-preview3-25507-01" ++ } ++ } ++ } ++ } ++ } ++} +\ No newline at end of file +diff --git a/bin/obj/Unix.AnyCPU.Release/ilasm/netcoreapp/Unix-x64/project.assets.json b/bin/obj/Unix.AnyCPU.Release/ilasm/netcoreapp/Unix-x64/project.assets.json +new file mode 100644 +index 0000000..8458d98 +--- /dev/null ++++ b/bin/obj/Unix.AnyCPU.Release/ilasm/netcoreapp/Unix-x64/project.assets.json +@@ -0,0 +1,268 @@ ++{ ++ "version": 2, ++ "targets": { ++ ".NETCoreApp,Version=v2.0": { ++ "Microsoft.NETCore.ILAsm/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview3-25519-01" ++ } ++ }, ++ "Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "type": "package" ++ }, ++ "Microsoft.NETCore.Platforms/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Jit": "2.0.0-preview3-25519-01" ++ }, ++ "compile": { ++ "ref/netstandard1.0/_._": {} ++ } ++ } ++ }, ++ ".NETCoreApp,Version=v2.0/ubuntu.16.04-x64": { ++ "Microsoft.NETCore.ILAsm/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview3-25519-01", ++ "runtime.linux-x64.Microsoft.NETCore.ILAsm": "2.0.0-preview3-25519-01" ++ } ++ }, ++ "Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "runtime.linux-x64.Microsoft.NETCore.Jit": "2.0.0-preview3-25519-01" ++ } ++ }, ++ "Microsoft.NETCore.Platforms/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Jit": "2.0.0-preview3-25519-01", ++ "runtime.linux-x64.Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview3-25519-01" ++ }, ++ "compile": { ++ "ref/netstandard1.0/_._": {} ++ } ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.ILAsm/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "native": { ++ "runtimes/linux-x64/native/ilasm": {} ++ } ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "native": { ++ "runtimes/linux-x64/native/libclrjit.so": {} ++ } ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "runtimes/linux-x64/lib/netstandard1.0/SOS.NETCore.dll": {} ++ }, ++ "native": { ++ "runtimes/linux-x64/native/System.Globalization.Native.so": {}, ++ "runtimes/linux-x64/native/System.Private.CoreLib.dll": {}, ++ "runtimes/linux-x64/native/createdump": {}, ++ "runtimes/linux-x64/native/libcoreclr.so": {}, ++ "runtimes/linux-x64/native/libcoreclrtraceptprovider.so": {}, ++ "runtimes/linux-x64/native/libdbgshim.so": {}, ++ "runtimes/linux-x64/native/libmscordaccore.so": {}, ++ "runtimes/linux-x64/native/libmscordbi.so": {}, ++ "runtimes/linux-x64/native/libsos.so": {}, ++ "runtimes/linux-x64/native/libsosplugin.so": {}, ++ "runtimes/linux-x64/native/sosdocsunix.txt": {} ++ } ++ } ++ } ++ }, ++ "libraries": { ++ "Microsoft.NETCore.ILAsm/2.0.0-preview3-25519-01": { ++ "sha512": "gCpfH51DIRbEbC18B77SjmxsdTZNCAZGaRH3Qj+TwBQkMOlAzPcfZ+l/Kq4/JGhUzXf82Ep7cDrUVG0PqkbQJw==", ++ "type": "package", ++ "path": "microsoft.netcore.ilasm/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "microsoft.netcore.ilasm.2.0.0-preview3-25519-01.nupkg.sha512", ++ "microsoft.netcore.ilasm.nuspec", ++ "runtime.json", ++ "version.txt" ++ ] ++ }, ++ "Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "sha512": "F6OVBem3h1felKo31IMEQfMsUUWwwNhB6E29i6ETcsqq3ttQqeG5mxUS2YD/O88QvT5GjiVde3iWy9WX44cQqA==", ++ "type": "package", ++ "path": "microsoft.netcore.jit/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "microsoft.netcore.jit.2.0.0-preview3-25519-01.nupkg.sha512", ++ "microsoft.netcore.jit.nuspec", ++ "runtime.json", ++ "version.txt" ++ ] ++ }, ++ "Microsoft.NETCore.Platforms/2.0.0-preview3-25519-01": { ++ "sha512": "RQSgyXa73t2llDxY9tnSYYG0HykSI18OsZv+V+r47ooQNYQe+2EbIIiAC+xuPiKZR4t8Tfwc85EzPyT1iDImqQ==", ++ "type": "package", ++ "path": "microsoft.netcore.platforms/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "lib/netstandard1.0/_._", ++ "microsoft.netcore.platforms.2.0.0-preview3-25519-01.nupkg.sha512", ++ "microsoft.netcore.platforms.nuspec", ++ "runtime.json", ++ "useSharedDesignerContext.txt", ++ "version.txt" ++ ] ++ }, ++ "Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "sha512": "231yPZ6STecoda0VzoxzU18M24hJQEEPOX/p7/44luBBZXjX0vx9cC6fUG4xEZ0/sJ0n6o0F2JX+MyB2xY8kbg==", ++ "type": "package", ++ "path": "microsoft.netcore.runtime.coreclr/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "microsoft.netcore.runtime.coreclr.2.0.0-preview3-25519-01.nupkg.sha512", ++ "microsoft.netcore.runtime.coreclr.nuspec", ++ "ref/netstandard1.0/_._", ++ "runtime.json", ++ "version.txt" ++ ] ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.ILAsm/2.0.0-preview3-25519-01": { ++ "sha512": "yhxRiDFmmV6EaNtfnrFukCHMGz6dRduYYVbtQqkc+XM8D2PhznIRAp9+4JQTAvLp3qf+R08pb8AygdFKKXygNQ==", ++ "type": "package", ++ "path": "runtime.linux-x64.microsoft.netcore.ilasm/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "runtime.linux-x64.microsoft.netcore.ilasm.2.0.0-preview3-25519-01.nupkg.sha512", ++ "runtime.linux-x64.microsoft.netcore.ilasm.nuspec", ++ "runtimes/linux-x64/native/ilasm", ++ "version.txt" ++ ] ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "sha512": "YsISEwJh71w07VUgsfZ29BGhWs81thxdAVNXa4wDPhTYVBuBwSi775i3P0TTWmamAKH8pQnLJl61JeWzT9kBYA==", ++ "type": "package", ++ "path": "runtime.linux-x64.microsoft.netcore.jit/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "runtime.linux-x64.microsoft.netcore.jit.2.0.0-preview3-25519-01.nupkg.sha512", ++ "runtime.linux-x64.microsoft.netcore.jit.nuspec", ++ "runtimes/linux-x64/native/libclrjit.so", ++ "version.txt" ++ ] ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "sha512": "GR+Bh3qMQykI089Vv7phDK9j5CPcqMnjLkKO8b4QjfG+St2DrQVKuVWE0dIH84HmjRuxdjWjxnf4p0DUmNtTaA==", ++ "type": "package", ++ "path": "runtime.linux-x64.microsoft.netcore.runtime.coreclr/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "ref/netstandard1.0/_._", ++ "runtime.linux-x64.microsoft.netcore.runtime.coreclr.2.0.0-preview3-25519-01.nupkg.sha512", ++ "runtime.linux-x64.microsoft.netcore.runtime.coreclr.nuspec", ++ "runtimes/linux-x64/lib/netstandard1.0/SOS.NETCore.dll", ++ "runtimes/linux-x64/native/System.Globalization.Native.so", ++ "runtimes/linux-x64/native/System.Private.CoreLib.dll", ++ "runtimes/linux-x64/native/createdump", ++ "runtimes/linux-x64/native/libcoreclr.so", ++ "runtimes/linux-x64/native/libcoreclrtraceptprovider.so", ++ "runtimes/linux-x64/native/libdbgshim.so", ++ "runtimes/linux-x64/native/libmscordaccore.so", ++ "runtimes/linux-x64/native/libmscordbi.so", ++ "runtimes/linux-x64/native/libsos.so", ++ "runtimes/linux-x64/native/libsosplugin.so", ++ "runtimes/linux-x64/native/sosdocsunix.txt", ++ "tools/crossgen", ++ "version.txt" ++ ] ++ } ++ }, ++ "projectFileDependencyGroups": { ++ ".NETCoreApp,Version=v2.0": [ ++ "Microsoft.NETCore.ILAsm >= 2.0.0-preview3-25519-01", ++ "Microsoft.NETCore.Platforms >= 2.0.0-preview3-25519-01", ++ "Microsoft.NETCore.Runtime.CoreCLR >= 2.0.0-preview3-25519-01" ++ ] ++ }, ++ "packageFolders": { ++ "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages": {} ++ }, ++ "project": { ++ "version": "4.4.0", ++ "restore": { ++ "projectUniqueName": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/ilasm/ilasm.depproj", ++ "projectName": "ilasm", ++ "projectPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/ilasm/ilasm.depproj", ++ "packagesPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages", ++ "outputPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/bin/obj/Unix.AnyCPU.Release/ilasm/netcoreapp/Unix-x64/", ++ "projectStyle": "PackageReference", ++ "originalTargetFrameworks": [ ++ "netcoreapp2.0" ++ ], ++ "sources": { ++ "https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json": {}, ++ "https://dotnet.myget.org/F/dotnet-core/api/v3/index.json": {}, ++ "https://api.nuget.org/v3/index.json": {} ++ }, ++ "frameworks": { ++ "netcoreapp2.0": { ++ "projectReferences": {} ++ } ++ } ++ }, ++ "frameworks": { ++ "netcoreapp2.0": { ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": { ++ "target": "Package", ++ "version": "2.0.0-preview3-25519-01" ++ }, ++ "Microsoft.NETCore.Runtime.CoreCLR": { ++ "target": "Package", ++ "version": "2.0.0-preview3-25519-01" ++ }, ++ "Microsoft.NETCore.ILAsm": { ++ "target": "Package", ++ "version": "2.0.0-preview3-25519-01" ++ } ++ } ++ } ++ }, ++ "runtimes": { ++ "ubuntu.16.04-x64": { ++ "#import": [] ++ } ++ } ++ } ++} +\ No newline at end of file +diff --git a/bin/obj/Unix.AnyCPU.Release/runtime/netcoreapp/Unix-x64/project.assets.json b/bin/obj/Unix.AnyCPU.Release/runtime/netcoreapp/Unix-x64/project.assets.json +new file mode 100644 +index 0000000..880bd26 +--- /dev/null ++++ b/bin/obj/Unix.AnyCPU.Release/runtime/netcoreapp/Unix-x64/project.assets.json +@@ -0,0 +1,560 @@ ++{ ++ "version": 2, ++ "targets": { ++ ".NETCoreApp,Version=v2.0": { ++ "Microsoft.NETCore.DotNetAppHost/2.0.0-preview2-25310-02": { ++ "type": "package" ++ }, ++ "Microsoft.NETCore.DotNetHost/2.0.0-preview2-25310-02": { ++ "type": "package" ++ }, ++ "Microsoft.NETCore.DotNetHostPolicy/2.0.0-preview2-25310-02": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.DotNetHostResolver": "2.0.0-preview2-25310-02" ++ } ++ }, ++ "Microsoft.NETCore.DotNetHostResolver/2.0.0-preview2-25310-02": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.DotNetAppHost": "2.0.0-preview2-25310-02" ++ } ++ }, ++ "Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "type": "package" ++ }, ++ "Microsoft.NETCore.Platforms/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Jit": "2.0.0-preview3-25519-01" ++ }, ++ "compile": { ++ "ref/netstandard1.0/_._": {} ++ } ++ }, ++ "Microsoft.NETCore.TestHost/2.0.0-preview3-25519-01": { ++ "type": "package" ++ }, ++ "runtime.native.System.Data.SqlClient.sni/4.4.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0-preview2-25312-01", ++ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0-preview2-25312-01", ++ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0-preview2-25312-01" ++ } ++ }, ++ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0-preview2-25312-01": { ++ "type": "package", ++ "runtimeTargets": { ++ "runtimes/win-arm64/native/sni.dll": { ++ "assetType": "native", ++ "rid": "win-arm64" ++ } ++ } ++ }, ++ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0-preview2-25312-01": { ++ "type": "package", ++ "runtimeTargets": { ++ "runtimes/win-x64/native/sni.dll": { ++ "assetType": "native", ++ "rid": "win-x64" ++ } ++ } ++ }, ++ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0-preview2-25312-01": { ++ "type": "package", ++ "runtimeTargets": { ++ "runtimes/win-x86/native/sni.dll": { ++ "assetType": "native", ++ "rid": "win-x86" ++ } ++ } ++ } ++ }, ++ ".NETCoreApp,Version=v2.0/ubuntu.16.04-x64": { ++ "Microsoft.NETCore.DotNetAppHost/2.0.0-preview2-25310-02": { ++ "type": "package", ++ "dependencies": { ++ "runtime.linux-x64.Microsoft.NETCore.DotNetAppHost": "2.0.0-preview2-25310-02" ++ } ++ }, ++ "Microsoft.NETCore.DotNetHost/2.0.0-preview2-25310-02": { ++ "type": "package", ++ "dependencies": { ++ "runtime.linux-x64.Microsoft.NETCore.DotNetHost": "2.0.0-preview2-25310-02" ++ } ++ }, ++ "Microsoft.NETCore.DotNetHostPolicy/2.0.0-preview2-25310-02": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.DotNetHostResolver": "2.0.0-preview2-25310-02", ++ "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy": "2.0.0-preview2-25310-02" ++ } ++ }, ++ "Microsoft.NETCore.DotNetHostResolver/2.0.0-preview2-25310-02": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.DotNetAppHost": "2.0.0-preview2-25310-02", ++ "runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver": "2.0.0-preview2-25310-02" ++ } ++ }, ++ "Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "runtime.linux-x64.Microsoft.NETCore.Jit": "2.0.0-preview3-25519-01" ++ } ++ }, ++ "Microsoft.NETCore.Platforms/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "compile": { ++ "lib/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "lib/netstandard1.0/_._": {} ++ } ++ }, ++ "Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.Jit": "2.0.0-preview3-25519-01", ++ "runtime.linux-x64.Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview3-25519-01" ++ }, ++ "compile": { ++ "ref/netstandard1.0/_._": {} ++ } ++ }, ++ "Microsoft.NETCore.TestHost/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "runtime.linux-x64.Microsoft.NETCore.TestHost": "2.0.0-preview3-25519-01" ++ } ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.DotNetAppHost/2.0.0-preview2-25310-02": { ++ "type": "package", ++ "native": { ++ "runtimes/linux-x64/native/apphost": {} ++ } ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.DotNetHost/2.0.0-preview2-25310-02": { ++ "type": "package", ++ "native": { ++ "runtimes/linux-x64/native/dotnet": {} ++ } ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy/2.0.0-preview2-25310-02": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.DotNetHostResolver": "2.0.0-preview2-25310-02" ++ }, ++ "native": { ++ "runtimes/linux-x64/native/libhostpolicy.so": {} ++ } ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver/2.0.0-preview2-25310-02": { ++ "type": "package", ++ "dependencies": { ++ "Microsoft.NETCore.DotNetAppHost": "2.0.0-preview2-25310-02" ++ }, ++ "native": { ++ "runtimes/linux-x64/native/libhostfxr.so": {} ++ } ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "native": { ++ "runtimes/linux-x64/native/libclrjit.so": {} ++ } ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "compile": { ++ "ref/netstandard1.0/_._": {} ++ }, ++ "runtime": { ++ "runtimes/linux-x64/lib/netstandard1.0/SOS.NETCore.dll": {} ++ }, ++ "native": { ++ "runtimes/linux-x64/native/System.Globalization.Native.so": {}, ++ "runtimes/linux-x64/native/System.Private.CoreLib.dll": {}, ++ "runtimes/linux-x64/native/createdump": {}, ++ "runtimes/linux-x64/native/libcoreclr.so": {}, ++ "runtimes/linux-x64/native/libcoreclrtraceptprovider.so": {}, ++ "runtimes/linux-x64/native/libdbgshim.so": {}, ++ "runtimes/linux-x64/native/libmscordaccore.so": {}, ++ "runtimes/linux-x64/native/libmscordbi.so": {}, ++ "runtimes/linux-x64/native/libsos.so": {}, ++ "runtimes/linux-x64/native/libsosplugin.so": {}, ++ "runtimes/linux-x64/native/sosdocsunix.txt": {} ++ } ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.TestHost/2.0.0-preview3-25519-01": { ++ "type": "package", ++ "native": { ++ "runtimes/linux-x64/native/corerun": {} ++ } ++ }, ++ "runtime.native.System.Data.SqlClient.sni/4.4.0-preview3-25519-01": { ++ "type": "package", ++ "dependencies": { ++ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0-preview2-25312-01", ++ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0-preview2-25312-01", ++ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0-preview2-25312-01" ++ } ++ }, ++ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0-preview2-25312-01": { ++ "type": "package" ++ }, ++ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0-preview2-25312-01": { ++ "type": "package" ++ }, ++ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0-preview2-25312-01": { ++ "type": "package" ++ } ++ } ++ }, ++ "libraries": { ++ "Microsoft.NETCore.DotNetAppHost/2.0.0-preview2-25310-02": { ++ "sha512": "1WFTuI+30jUffOd49PW88mBHw9EAtBgVUulnlI0ombDp//G5HBGiGzX+7m/bmBLoVOT4MO4uqvGSeJrYl/fyqg==", ++ "type": "package", ++ "path": "microsoft.netcore.dotnetapphost/2.0.0-preview2-25310-02", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "microsoft.netcore.dotnetapphost.2.0.0-preview2-25310-02.nupkg.sha512", ++ "microsoft.netcore.dotnetapphost.nuspec", ++ "runtime.json" ++ ] ++ }, ++ "Microsoft.NETCore.DotNetHost/2.0.0-preview2-25310-02": { ++ "sha512": "Km7oazlmeXarTpQ8aIQ4BFNqXV4zo7y2KGekL25P0YZXMcDfJRnWCt9IdhF9RtBiZAQL+fKrro2ANUIcVV8vuw==", ++ "type": "package", ++ "path": "microsoft.netcore.dotnethost/2.0.0-preview2-25310-02", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "microsoft.netcore.dotnethost.2.0.0-preview2-25310-02.nupkg.sha512", ++ "microsoft.netcore.dotnethost.nuspec", ++ "runtime.json" ++ ] ++ }, ++ "Microsoft.NETCore.DotNetHostPolicy/2.0.0-preview2-25310-02": { ++ "sha512": "WzWUG/iE5KzLbRigRjWDddItYRAVVCo88fJSOSDvSVRmP7RaVhypNex7SaqKDcSSRyTe3OzhoulybszWf1sOVQ==", ++ "type": "package", ++ "path": "microsoft.netcore.dotnethostpolicy/2.0.0-preview2-25310-02", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "microsoft.netcore.dotnethostpolicy.2.0.0-preview2-25310-02.nupkg.sha512", ++ "microsoft.netcore.dotnethostpolicy.nuspec", ++ "runtime.json" ++ ] ++ }, ++ "Microsoft.NETCore.DotNetHostResolver/2.0.0-preview2-25310-02": { ++ "sha512": "SVot1l5Pi/zsuJBcsV9D96Yi1lyz7HrngJSfouKxeNgRwAvGA0KfWxkZlRKrVEFqO3Kr/JiJozZ4G8SnD8UP4A==", ++ "type": "package", ++ "path": "microsoft.netcore.dotnethostresolver/2.0.0-preview2-25310-02", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "microsoft.netcore.dotnethostresolver.2.0.0-preview2-25310-02.nupkg.sha512", ++ "microsoft.netcore.dotnethostresolver.nuspec", ++ "runtime.json" ++ ] ++ }, ++ "Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "sha512": "F6OVBem3h1felKo31IMEQfMsUUWwwNhB6E29i6ETcsqq3ttQqeG5mxUS2YD/O88QvT5GjiVde3iWy9WX44cQqA==", ++ "type": "package", ++ "path": "microsoft.netcore.jit/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "microsoft.netcore.jit.2.0.0-preview3-25519-01.nupkg.sha512", ++ "microsoft.netcore.jit.nuspec", ++ "runtime.json", ++ "version.txt" ++ ] ++ }, ++ "Microsoft.NETCore.Platforms/2.0.0-preview3-25519-01": { ++ "sha512": "RQSgyXa73t2llDxY9tnSYYG0HykSI18OsZv+V+r47ooQNYQe+2EbIIiAC+xuPiKZR4t8Tfwc85EzPyT1iDImqQ==", ++ "type": "package", ++ "path": "microsoft.netcore.platforms/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "lib/netstandard1.0/_._", ++ "microsoft.netcore.platforms.2.0.0-preview3-25519-01.nupkg.sha512", ++ "microsoft.netcore.platforms.nuspec", ++ "runtime.json", ++ "useSharedDesignerContext.txt", ++ "version.txt" ++ ] ++ }, ++ "Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "sha512": "231yPZ6STecoda0VzoxzU18M24hJQEEPOX/p7/44luBBZXjX0vx9cC6fUG4xEZ0/sJ0n6o0F2JX+MyB2xY8kbg==", ++ "type": "package", ++ "path": "microsoft.netcore.runtime.coreclr/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "microsoft.netcore.runtime.coreclr.2.0.0-preview3-25519-01.nupkg.sha512", ++ "microsoft.netcore.runtime.coreclr.nuspec", ++ "ref/netstandard1.0/_._", ++ "runtime.json", ++ "version.txt" ++ ] ++ }, ++ "Microsoft.NETCore.TestHost/2.0.0-preview3-25519-01": { ++ "sha512": "4vk9h9jSOc2r0NDjGrQ2qYDXRDrfVIPGiH/pdF63uHeTUbWlOwYQ+5jqcMuVGNOQ1VHyoi3YEoclbxq3w8ZgpQ==", ++ "type": "package", ++ "path": "microsoft.netcore.testhost/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "microsoft.netcore.testhost.2.0.0-preview3-25519-01.nupkg.sha512", ++ "microsoft.netcore.testhost.nuspec", ++ "runtime.json", ++ "version.txt" ++ ] ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.DotNetAppHost/2.0.0-preview2-25310-02": { ++ "sha512": "GqY3woHAwT5Mt2DsxNh7nypkazFOGe+joXlffg9DpJvWFfgSNG+Xe20UPJ4rMGDsa3/+fnmWB0WZ8GJXa0tjQQ==", ++ "type": "package", ++ "path": "runtime.linux-x64.microsoft.netcore.dotnetapphost/2.0.0-preview2-25310-02", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.linux-x64.microsoft.netcore.dotnetapphost.2.0.0-preview2-25310-02.nupkg.sha512", ++ "runtime.linux-x64.microsoft.netcore.dotnetapphost.nuspec", ++ "runtimes/linux-x64/native/apphost", ++ "version.txt" ++ ] ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.DotNetHost/2.0.0-preview2-25310-02": { ++ "sha512": "AAMA01XbMZ41VWZCZQRg9HMjWpkVvlRy/NaYSthTxhpSfix+WSDTuHZdvmZNDJ26EZsQzr2MqOE726VuKjwwnw==", ++ "type": "package", ++ "path": "runtime.linux-x64.microsoft.netcore.dotnethost/2.0.0-preview2-25310-02", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.linux-x64.microsoft.netcore.dotnethost.2.0.0-preview2-25310-02.nupkg.sha512", ++ "runtime.linux-x64.microsoft.netcore.dotnethost.nuspec", ++ "runtimes/linux-x64/native/dotnet", ++ "version.txt" ++ ] ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy/2.0.0-preview2-25310-02": { ++ "sha512": "VRYmzv5FNV8FpquRv0hWeiFu3mOsKXMS9C/m8VjLhqfiQ/yvUUwfAQK9WBmE+BFxOsDGrPlDgVdkRX6Y6wz05g==", ++ "type": "package", ++ "path": "runtime.linux-x64.microsoft.netcore.dotnethostpolicy/2.0.0-preview2-25310-02", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.linux-x64.microsoft.netcore.dotnethostpolicy.2.0.0-preview2-25310-02.nupkg.sha512", ++ "runtime.linux-x64.microsoft.netcore.dotnethostpolicy.nuspec", ++ "runtimes/linux-x64/native/libhostpolicy.so", ++ "version.txt" ++ ] ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver/2.0.0-preview2-25310-02": { ++ "sha512": "mrpSFm50ob7GZ5CzIIo+c0OC5ZYTkTe8BYuiXOx5ttGlxBzN3D1Miqr9T86rlN5STKfev6zKCGjKh3SO2Kjd9Q==", ++ "type": "package", ++ "path": "runtime.linux-x64.microsoft.netcore.dotnethostresolver/2.0.0-preview2-25310-02", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.linux-x64.microsoft.netcore.dotnethostresolver.2.0.0-preview2-25310-02.nupkg.sha512", ++ "runtime.linux-x64.microsoft.netcore.dotnethostresolver.nuspec", ++ "runtimes/linux-x64/native/libhostfxr.so", ++ "version.txt" ++ ] ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.Jit/2.0.0-preview3-25519-01": { ++ "sha512": "YsISEwJh71w07VUgsfZ29BGhWs81thxdAVNXa4wDPhTYVBuBwSi775i3P0TTWmamAKH8pQnLJl61JeWzT9kBYA==", ++ "type": "package", ++ "path": "runtime.linux-x64.microsoft.netcore.jit/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "runtime.linux-x64.microsoft.netcore.jit.2.0.0-preview3-25519-01.nupkg.sha512", ++ "runtime.linux-x64.microsoft.netcore.jit.nuspec", ++ "runtimes/linux-x64/native/libclrjit.so", ++ "version.txt" ++ ] ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.Runtime.CoreCLR/2.0.0-preview3-25519-01": { ++ "sha512": "GR+Bh3qMQykI089Vv7phDK9j5CPcqMnjLkKO8b4QjfG+St2DrQVKuVWE0dIH84HmjRuxdjWjxnf4p0DUmNtTaA==", ++ "type": "package", ++ "path": "runtime.linux-x64.microsoft.netcore.runtime.coreclr/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "ref/netstandard1.0/_._", ++ "runtime.linux-x64.microsoft.netcore.runtime.coreclr.2.0.0-preview3-25519-01.nupkg.sha512", ++ "runtime.linux-x64.microsoft.netcore.runtime.coreclr.nuspec", ++ "runtimes/linux-x64/lib/netstandard1.0/SOS.NETCore.dll", ++ "runtimes/linux-x64/native/System.Globalization.Native.so", ++ "runtimes/linux-x64/native/System.Private.CoreLib.dll", ++ "runtimes/linux-x64/native/createdump", ++ "runtimes/linux-x64/native/libcoreclr.so", ++ "runtimes/linux-x64/native/libcoreclrtraceptprovider.so", ++ "runtimes/linux-x64/native/libdbgshim.so", ++ "runtimes/linux-x64/native/libmscordaccore.so", ++ "runtimes/linux-x64/native/libmscordbi.so", ++ "runtimes/linux-x64/native/libsos.so", ++ "runtimes/linux-x64/native/libsosplugin.so", ++ "runtimes/linux-x64/native/sosdocsunix.txt", ++ "tools/crossgen", ++ "version.txt" ++ ] ++ }, ++ "runtime.linux-x64.Microsoft.NETCore.TestHost/2.0.0-preview3-25519-01": { ++ "sha512": "fnDGIZh5byuIQI0NZLhOehSubWffnbXpaKqYetTTWlLRf9OiVJ4RQeww1X0bycv2BAKw0BVZ9Mc+DJ5XfaQWIg==", ++ "type": "package", ++ "path": "runtime.linux-x64.microsoft.netcore.testhost/2.0.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "runtime.linux-x64.microsoft.netcore.testhost.2.0.0-preview3-25519-01.nupkg.sha512", ++ "runtime.linux-x64.microsoft.netcore.testhost.nuspec", ++ "runtimes/linux-x64/native/corerun", ++ "version.txt" ++ ] ++ }, ++ "runtime.native.System.Data.SqlClient.sni/4.4.0-preview3-25519-01": { ++ "sha512": "ScmwAuiqaqtOjwU0Pv/seNAZ8YrKI3yKz5QQ4SbZW+t4sAoP969CfMz2B4ED6OUk+mVzInTfMrU/bgsul+8zjw==", ++ "type": "package", ++ "path": "runtime.native.system.data.sqlclient.sni/4.4.0-preview3-25519-01", ++ "files": [ ++ "LICENSE.TXT", ++ "THIRD-PARTY-NOTICES.TXT", ++ "runtime.native.system.data.sqlclient.sni.4.4.0-preview3-25519-01.nupkg.sha512", ++ "runtime.native.system.data.sqlclient.sni.nuspec", ++ "useSharedDesignerContext.txt", ++ "version.txt" ++ ] ++ }, ++ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0-preview2-25312-01": { ++ "sha512": "5hi5rq70S2x3bjJLQ6OOSGc3ddceD5uZ592R4FIhz8Utbr9L80bk/I8lNnlvdTBDAoJ688IRitXx1M4VGEcmBw==", ++ "type": "package", ++ "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0-preview2-25312-01", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0-preview2-25312-01.nupkg.sha512", ++ "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec", ++ "runtimes/win-arm64/native/sni.dll", ++ "useSharedDesignerContext.txt", ++ "version.txt" ++ ] ++ }, ++ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0-preview2-25312-01": { ++ "sha512": "L2HCpvPi1dk0OIimJLmtQS4qzJ53rt0UtDgM3m82sw8tk9+QA38ifATNoA22T3C/Bd21DaHPIogQwM55LqWmEQ==", ++ "type": "package", ++ "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0-preview2-25312-01", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0-preview2-25312-01.nupkg.sha512", ++ "runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec", ++ "runtimes/win-x64/native/sni.dll", ++ "useSharedDesignerContext.txt", ++ "version.txt" ++ ] ++ }, ++ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0-preview2-25312-01": { ++ "sha512": "CqarNAAvvc4RwlxWhbcKdHgg7EQBzjRLvOsdsjN1rpLvQLQWdOPyBorDwO9Ccb0ZT4VZnCg+WYkzlGXRG8k9Fg==", ++ "type": "package", ++ "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0-preview2-25312-01", ++ "files": [ ++ "ThirdPartyNotices.txt", ++ "dotnet_library_license.txt", ++ "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0-preview2-25312-01.nupkg.sha512", ++ "runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec", ++ "runtimes/win-x86/native/sni.dll", ++ "useSharedDesignerContext.txt", ++ "version.txt" ++ ] ++ } ++ }, ++ "projectFileDependencyGroups": { ++ ".NETCoreApp,Version=v2.0": [ ++ "Microsoft.NETCore.DotNetHost >= 2.0.0-preview2-25310-02", ++ "Microsoft.NETCore.DotNetHostPolicy >= 2.0.0-preview2-25310-02", ++ "Microsoft.NETCore.Platforms >= 2.0.0-preview3-25519-01", ++ "Microsoft.NETCore.Runtime.CoreCLR >= 2.0.0-preview3-25519-01", ++ "Microsoft.NETCore.TestHost >= 2.0.0-preview3-25519-01", ++ "runtime.native.System.Data.SqlClient.sni >= 4.4.0-preview3-25519-01" ++ ] ++ }, ++ "packageFolders": { ++ "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages": {} ++ }, ++ "project": { ++ "version": "4.4.0", ++ "restore": { ++ "projectUniqueName": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/runtime/runtime.depproj", ++ "projectName": "runtime", ++ "projectPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/external/runtime/runtime.depproj", ++ "packagesPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/packages", ++ "outputPath": "/home/jang/DotNet/git/sec/jang/netcore-jenkins/corefx-2.0.0.22710/bin/obj/Unix.AnyCPU.Release/runtime/netcoreapp/Unix-x64/", ++ "projectStyle": "PackageReference", ++ "originalTargetFrameworks": [ ++ "netcoreapp2.0" ++ ], ++ "sources": { ++ "https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json": {}, ++ "https://dotnet.myget.org/F/dotnet-core/api/v3/index.json": {}, ++ "https://api.nuget.org/v3/index.json": {} ++ }, ++ "frameworks": { ++ "netcoreapp2.0": { ++ "projectReferences": {} ++ } ++ } ++ }, ++ "frameworks": { ++ "netcoreapp2.0": { ++ "dependencies": { ++ "Microsoft.NETCore.Platforms": { ++ "target": "Package", ++ "version": "2.0.0-preview3-25519-01" ++ }, ++ "Microsoft.NETCore.Runtime.CoreCLR": { ++ "target": "Package", ++ "version": "2.0.0-preview3-25519-01" ++ }, ++ "Microsoft.NETCore.TestHost": { ++ "target": "Package", ++ "version": "2.0.0-preview3-25519-01" ++ }, ++ "runtime.native.System.Data.SqlClient.sni": { ++ "target": "Package", ++ "version": "4.4.0-preview3-25519-01" ++ }, ++ "Microsoft.NETCore.DotNetHost": { ++ "target": "Package", ++ "version": "2.0.0-preview2-25310-02" ++ }, ++ "Microsoft.NETCore.DotNetHostPolicy": { ++ "target": "Package", ++ "version": "2.0.0-preview2-25310-02" ++ } ++ } ++ } ++ }, ++ "runtimes": { ++ "ubuntu.16.04-x64": { ++ "#import": [] ++ } ++ } ++ } ++} +\ No newline at end of file +-- +2.7.4 + diff --git a/packaging/0002-Add-code-to-care-if-sudo-is-not-there-on-armel-rootf.patch b/packaging/0002-Add-code-to-care-if-sudo-is-not-there-on-armel-rootf.patch new file mode 100644 index 0000000000..18d54bb729 --- /dev/null +++ b/packaging/0002-Add-code-to-care-if-sudo-is-not-there-on-armel-rootf.patch @@ -0,0 +1,63 @@ +From b18d1223214b38393f60d0969e68a991b65ac4a2 Mon Sep 17 00:00:00 2001 +From: Yongseop Kim <yons.kim@samsung.com> +Date: Thu, 15 Jun 2017 12:06:55 +0900 +Subject: [PATCH 2/5] Add code to care if sudo is not there on armel-rootfs + +- https://github.com/dotnet/corefx/issues/21075 +- add try/catch for catching a situation where there is no sudo +- return 1 if os is not specific os(ex. tizen) in setup-kdc.sh +--- + .../tests/FunctionalTests/NegotiateStreamTestForUnix.cs | 15 ++++++++++++--- + src/System.Net.Security/tests/Scripts/Unix/setup-kdc.sh | 2 ++ + 2 files changed, 14 insertions(+), 3 deletions(-) + +diff --git a/src/System.Net.Security/tests/FunctionalTests/NegotiateStreamTestForUnix.cs b/src/System.Net.Security/tests/FunctionalTests/NegotiateStreamTestForUnix.cs +index 3bd731e..71c9ab2 100644 +--- a/src/System.Net.Security/tests/FunctionalTests/NegotiateStreamTestForUnix.cs ++++ b/src/System.Net.Security/tests/FunctionalTests/NegotiateStreamTestForUnix.cs +@@ -109,10 +109,19 @@ namespace System.Net.Security.Tests + // the program to be run + startInfo.FileName = SudoCommand; + startInfo.Arguments = string.Format("bash {0} {1}", ScriptName, args); +- using (Process kdcSetup = Process.Start(startInfo)) ++ ++ try ++ { ++ using (Process kdcSetup = Process.Start(startInfo)) ++ { ++ kdcSetup.WaitForExit(); ++ return kdcSetup.ExitCode; ++ } ++ } ++ catch + { +- kdcSetup.WaitForExit(); +- return kdcSetup.ExitCode; ++ // Could not find the file ++ return 1; + } + } + } +diff --git a/src/System.Net.Security/tests/Scripts/Unix/setup-kdc.sh b/src/System.Net.Security/tests/Scripts/Unix/setup-kdc.sh +index c550416..3fe002a 100644 +--- a/src/System.Net.Security/tests/Scripts/Unix/setup-kdc.sh ++++ b/src/System.Net.Security/tests/Scripts/Unix/setup-kdc.sh +@@ -66,6 +66,7 @@ clean_up() + ;; + *) + echo "This is an unsupported operating system" ++ exit 1 + ;; + esac + +@@ -288,6 +289,7 @@ case ${OS} in + ;; + *) + echo "This is an unsupported operating system" ++ exit 1 + ;; + esac + +-- +2.7.4 + diff --git a/packaging/0003-Fix-Ping.Unix.cs-to-handle-various-size-of-IPv4-head.patch b/packaging/0003-Fix-Ping.Unix.cs-to-handle-various-size-of-IPv4-head.patch new file mode 100644 index 0000000000..34f2cb0a37 --- /dev/null +++ b/packaging/0003-Fix-Ping.Unix.cs-to-handle-various-size-of-IPv4-head.patch @@ -0,0 +1,72 @@ +From 25d79a8f543d82c39d3e179b7e15785dbeb077bc Mon Sep 17 00:00:00 2001 +From: Hyung-Kyu Choi <hk0110.choi@samsung.com> +Date: Sat, 24 Jun 2017 00:25:58 +0900 +Subject: [PATCH 3/5] Fix Ping.Unix.cs to handle various size of IPv4 header + correctly + +Size of IP header for IPv4 varies from 20 bytes to 60 bytes. + +Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com> +--- + src/System.Net.Ping/src/System.Net.Ping.csproj | 2 +- + .../src/System/Net/NetworkInformation/Ping.Unix.cs | 18 +++++++++++++++--- + 2 files changed, 16 insertions(+), 4 deletions(-) + +diff --git a/src/System.Net.Ping/src/System.Net.Ping.csproj b/src/System.Net.Ping/src/System.Net.Ping.csproj +index 4dc8b2c..3cb947b 100644 +--- a/src/System.Net.Ping/src/System.Net.Ping.csproj ++++ b/src/System.Net.Ping/src/System.Net.Ping.csproj +@@ -153,4 +153,4 @@ + <Reference Include="System.IO.FileSystem" /> + </ItemGroup> + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" /> +-</Project> +\ No newline at end of file ++</Project> +diff --git a/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs b/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs +index b2b3772..87ebdb0 100644 +--- a/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs ++++ b/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs +@@ -16,7 +16,8 @@ namespace System.Net.NetworkInformation + public partial class Ping + { + private const int IcmpHeaderLengthInBytes = 8; +- private const int IpHeaderLengthInBytes = 20; ++ private const int MinIpHeaderLengthInBytes = 20; ++ private const int MaxIpHeaderLengthInBytes = 60; + [ThreadStatic] + private static Random t_idGenerator; + +@@ -69,9 +70,9 @@ namespace System.Net.NetworkInformation + socket.SendTimeout = timeout; + // Setting Socket.DontFragment and .Ttl is not supported on Unix, so ignore the PingOptions parameter. + +- int ipHeaderLength = isIpv4 ? IpHeaderLengthInBytes : 0; ++ int ipHeaderLength = isIpv4 ? MinIpHeaderLengthInBytes : 0; + await socket.SendToAsync(new ArraySegment<byte>(sendBuffer), SocketFlags.None, endPoint).ConfigureAwait(false); +- byte[] receiveBuffer = new byte[ipHeaderLength + IcmpHeaderLengthInBytes + buffer.Length]; ++ byte[] receiveBuffer = new byte[MaxIpHeaderLengthInBytes + IcmpHeaderLengthInBytes + buffer.Length]; + + long elapsed; + Stopwatch sw = Stopwatch.StartNew(); +@@ -105,6 +106,17 @@ namespace System.Net.NetworkInformation + { + fixed (byte* bytesPtr = &receiveBuffer[0]) + { ++ if (isIpv4) ++ { ++ // Determine actual size of IP header ++ byte ihl = (byte)(bytesPtr[0] & 0x0f); // Internet Header Length ++ ipHeaderLength = 4 * ihl; ++ if (bytesReceived - ipHeaderLength < IcmpHeaderLengthInBytes) ++ { ++ continue; // Not enough bytes to reconstruct actual IP header + ICMP header. ++ } ++ } ++ + int icmpHeaderOffset = ipHeaderLength; + IcmpHeader receivedHeader = *((IcmpHeader*)(bytesPtr + icmpHeaderOffset)); // Skip IP header. + type = receivedHeader.Type; +-- +2.7.4 + diff --git a/packaging/0004-Set-HAVE_SHM_OPEN_THAT_WORKS_WELL_ENOUGH_WITH_MMAP_E.patch b/packaging/0004-Set-HAVE_SHM_OPEN_THAT_WORKS_WELL_ENOUGH_WITH_MMAP_E.patch new file mode 100644 index 0000000000..06fd33c4f3 --- /dev/null +++ b/packaging/0004-Set-HAVE_SHM_OPEN_THAT_WORKS_WELL_ENOUGH_WITH_MMAP_E.patch @@ -0,0 +1,24 @@ +From 424da043e0c370a80da3c208c8ec575a203033a2 Mon Sep 17 00:00:00 2001 +From: Jonghyun Park <parjong@gmail.com> +Date: Mon, 26 Jun 2017 10:45:53 +0900 +Subject: [PATCH 4/5] Set + HAVE_SHM_OPEN_THAT_WORKS_WELL_ENOUGH_WITH_MMAP_EXITCODE as 1 + +--- + cross/armel/tryrun.cmake | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/cross/armel/tryrun.cmake b/cross/armel/tryrun.cmake +index aeaf7de..b979a93 100644 +--- a/cross/armel/tryrun.cmake ++++ b/cross/armel/tryrun.cmake +@@ -1,5 +1,5 @@ + SET( HAVE_SHM_OPEN_THAT_WORKS_WELL_ENOUGH_WITH_MMAP_EXITCODE +- 0 ++ 1 + CACHE STRING "Result from TRY_RUN" FORCE) + SET( HAVE_CLOCK_MONOTONIC_EXITCODE + 0 +-- +2.7.4 + diff --git a/packaging/0005-Use-int.MaxValue-2-instead-of-int.MaxValue-as-connec.patch b/packaging/0005-Use-int.MaxValue-2-instead-of-int.MaxValue-as-connec.patch new file mode 100644 index 0000000000..b355691949 --- /dev/null +++ b/packaging/0005-Use-int.MaxValue-2-instead-of-int.MaxValue-as-connec.patch @@ -0,0 +1,26 @@ +From 77b01b362713161f742dcb35762b20effc878012 Mon Sep 17 00:00:00 2001 +From: Jonghyun Park <parjong@gmail.com> +Date: Tue, 27 Jun 2017 11:19:15 +0900 +Subject: [PATCH 5/5] Use int.MaxValue / 2 (instead of int.MaxValue) as + connection timeout + +--- + src/System.Net.Http/src/System/Net/Http/Unix/CurlHandler.EasyRequest.cs | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/System.Net.Http/src/System/Net/Http/Unix/CurlHandler.EasyRequest.cs b/src/System.Net.Http/src/System/Net/Http/Unix/CurlHandler.EasyRequest.cs +index 6b3dc18..3b03854 100644 +--- a/src/System.Net.Http/src/System/Net/Http/Unix/CurlHandler.EasyRequest.cs ++++ b/src/System.Net.Http/src/System/Net/Http/Unix/CurlHandler.EasyRequest.cs +@@ -310,7 +310,7 @@ namespace System.Net.Http + private void SetTimeouts() + { + // Set timeout limit on the connect phase. +- SetCurlOption(CURLoption.CURLOPT_CONNECTTIMEOUT_MS, int.MaxValue); ++ SetCurlOption(CURLoption.CURLOPT_CONNECTTIMEOUT_MS, int.MaxValue / 2); + + // Override the default DNS cache timeout. libcurl defaults to a 1 minute + // timeout, but we extend that to match the Windows timeout of 10 minutes. +-- +2.7.4 + diff --git a/packaging/Do-not-use-test-runtime.depproj-and-dotnet-myget-sou.patch b/packaging/Do-not-use-test-runtime.depproj-and-dotnet-myget-sou.patch new file mode 100644 index 0000000000..71de630288 --- /dev/null +++ b/packaging/Do-not-use-test-runtime.depproj-and-dotnet-myget-sou.patch @@ -0,0 +1,54 @@ +From 289c3f43bc9c92386b530f1b5d2b47ebb15cf0b4 Mon Sep 17 00:00:00 2001 +From: Jiyoung Yun <jy910.yun@samsung.com> +Date: Wed, 15 Feb 2017 13:58:01 +0900 +Subject: [PATCH] Do not use test-runtime.depproj and dotnet myget sources + +Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com> +--- + dir.props | 7 ++++--- + external/dir.proj | 8 ++++---- + 2 files changed, 8 insertions(+), 7 deletions(-) + +diff --git a/dir.props b/dir.props +index ba2b702..9bda891 100644 +--- a/dir.props ++++ b/dir.props +@@ -63,9 +63,10 @@ + <DotnetSourceList Include="$(OverridePackageSource)" /> + <!-- Need to escape double forward slash (%2F) or MSBuild will normalize to one slash on Unix. --> + <!-- Including buildtools to pull in TestSuite packages and repackaged xunit dependencies--> +- <DotnetSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" /> +- <DotnetSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-core/api/v3/index.json" /> +- <DotnetSourceList Include="https:%2F%2Fapi.nuget.org/v3/index.json" /> ++ <DnuSourceList Include="$(MSBuildThisFileDirectory)nupkg" /> ++ <!--DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" /--> ++ <!--DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-core/api/v3/index.json" /--> ++ <!--DnuSourceList Include="https:%2F%2Fapi.nuget.org/v3/index.json" /--> + </ItemGroup> + + <PropertyGroup> +diff --git a/external/dir.proj b/external/dir.proj +index aefe376..d7a19a5 100644 +--- a/external/dir.proj ++++ b/external/dir.proj +@@ -9,13 +9,13 @@ + <ItemGroup> + <Project Include="netstandard/netstandard.depproj" /> + <Project Include="netfx/netfx.depproj" /> +- <Project Include="runtime/runtime.depproj" /> +- <Project Include="test-runtime/XUnit.Runtime.depproj" /> ++ <!--Project Include="runtime/runtime.depproj" /--> ++ <!--Project Include="test-runtime/XUnit.Runtime.depproj" /--> + <Project Include="harvestPackages/harvestPackages.netstandard1.6.depproj" /> + <Project Include="harvestPackages/harvestPackages.uap10.0.depproj" /> + <Project Include="portable\portable.depproj" /> +- <Project Include="ilasm/ilasm.depproj" /> +- <Project Include="docs/docs.depproj" /> ++ <!--Project Include="ilasm/ilasm.depproj" /--> ++ <Project Include="docs/docs.depproj" /> + <Project Condition="'$(ILLinkTrimAssembly)' != 'false'" Include="ILLink/ILLink.depproj" /> + </ItemGroup> + +-- +1.9.1 + diff --git a/packaging/corefx-rpmlintrc b/packaging/corefx-rpmlintrc new file mode 100644 index 0000000000..4392ed91ab --- /dev/null +++ b/packaging/corefx-rpmlintrc @@ -0,0 +1,3 @@ +# This package should install an ELF binary in the /usr/share hierarchy. +addFilter("E: arch-dependent-file-in-usr-share") +addFilter("E: spurious-executable-perm") diff --git a/packaging/corefx.manifest b/packaging/corefx.manifest new file mode 100644 index 0000000000..017d22d3af --- /dev/null +++ b/packaging/corefx.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/corefx.spec b/packaging/corefx.spec new file mode 100644 index 0000000000..6e5d2a5cb6 --- /dev/null +++ b/packaging/corefx.spec @@ -0,0 +1,343 @@ +%{!?dotnet_buildtype: %define dotnet_buildtype Release} +%if "%{?dotnet_buildtype}" == "Checked" + %define dotnet_buildtype Debug +%endif +%define _binaries_in_noarch_packages_terminate_build 0 +%define _unpackaged_files_terminate_build 0 + +%ifarch x86_64 %{ix86} +%define skipnative 0 +%define skipmanaged 0 +%else +%ifarch %{arm} +%define skipnative 0 +%define skipmanaged 1 +%else +%define skipnative 1 +%define skipmanaged 1 +%endif +%endif + +%define dotnet_version 2.0.0 +# git rev-parse --verify HEAD +%define COREFX_GIT_HASH 8321c729934c0f8be754953439b88e6e1c120c24 + +Name: corefx +Version: 2.0.0.22710 +Release: 0 +Summary: Microsoft .NET Foundation Library +Group: Development/Languages +License: MIT +URL: http://github.com/dotnet/coreclr +Source0: %{name}-%{version}.tar.gz +Source1: nuget.tar.gz +Source101: %{name}-rpmlintrc +Source1000: downloaded_files.tar.gz +Source1001: %{name}.manifest +Source1002: libicu.tar.gz +Source1003: dep_libs.tar.gz +Source1004: test_runtime.tar.gz +# Gbp-Ignore-Patches: 0 1 2 3 4 5 6 7 +Patch0: 0001-Add-project.assets.json-files.patch +Patch1: 0001-ARM-Tizen-Fix-System.Globalization.Tests-Failure.patch +Patch2: 0002-Add-code-to-care-if-sudo-is-not-there-on-armel-rootf.patch +Patch3: 0003-Fix-Ping.Unix.cs-to-handle-various-size-of-IPv4-head.patch +Patch4: 0004-Set-HAVE_SHM_OPEN_THAT_WORKS_WELL_ENOUGH_WITH_MMAP_E.patch +Patch5: 0005-Use-int.MaxValue-2-instead-of-int.MaxValue-as-connec.patch +Patch6: Do-not-use-test-runtime.depproj-and-dotnet-myget-sou.patch +Patch7: tizen-toolchain-support.patch + +# Accelerate python, clang +%ifarch armv7l +BuildRequires: python-accel-armv7l-cross-arm +BuildRequires: clang-accel-armv7l-cross-arm +%endif # arm7l + +%ifarch aarch64 +BuildRequires: python-accel-aarch64-cross-aarch64 +BuildRequires: clang-accel-aarch64-cross-aarch64 +%endif # aarch64 + +%if 0%{skipnative} && 0%{skipmanaged} +%else +BuildRequires: python + +# %%libcoreclr.so +BuildRequires: pkgconfig(libunwind) +BuildRequires: pkgconfig(uuid) +# %%System.Globalization.Native.so +BuildRequires: libicu-devel + +BuildRequires: coreclr +BuildRequires: coreclr-extra +BuildRequires: mscorlib + +%ifarch %{arm} +BuildRequires: patchelf +%endif +%ifarch %{ix86} +BuildRequires: patchelf +BuildRequires: glibc-64bit +BuildRequires: libgcc-64bit +BuildRequires: libstdc++-64bit +BuildRequires: libunwind-64bit +BuildRequires: libuuid-64bit +BuildRequires: zlib-64bit +BuildRequires: libopenssl-64bit +%endif +%endif + +%description +The .NET Core foundational libraries, called CoreFX. +It includes classes for collections, file systems, +console, XML, async and many others. + +%package native +Summary: Core foundational native libraries +Requires: coreclr +Requires: mscorlib + +%if 0%{skipnative} +%else +BuildRequires: cmake +BuildRequires: llvm >= 3.8 +BuildRequires: llvm-devel >= 3.8 +BuildRequires: clang >= 3.8 +BuildRequires: clang-devel >= 3.8 +BuildRequires: lldb >= 3.8 +BuildRequires: lldb-devel >= 3.8 +BuildRequires: gettext-tools +BuildRequires: libopenssl-devel +# C include headers +BuildRequires: libstdc++-devel +# for System.Net.Http.Native.so +BuildRequires: krb5-devel +BuildRequires: libcurl-devel +%endif + +%description native +The native part (.so) of dotnet core foundational libraries + +%package managed +Summary: Core foundational managed libraries +Requires: coreclr +Requires: mscorlib +Requires: corefx-native +BuildArch: noarch +AutoReqProv: no + +%description managed +The managed part (.dll) of dotnet core foundational libraries + +%package managed-ref +Summary: Core foundational managed libraries for developer +BuildArch: noarch +AutoReqProv: no + +%description managed-ref +The managed part (.dll) of dotnet core foundational libraries for developer + +%package test +Summary: Dotnet Libraries Unit Test +Requires: corefx-native +Requires: corefx-managed +BuildArch: noarch +AutoReqProv: no + +%description test +Unit Test objs + +%prep +%setup -q -n %{name}-%{version} +%setup -T -D -a 1 +cp %{SOURCE1001} . +%if 0%{skipnative} && 0%{skipmanaged} +%else +# Gbp-Patch-Macros +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +cp %{SOURCE1000} ./ +tar xf %{SOURCE1000} +%setup -T -D -a 1004 +%ifarch %{arm} %{ix86} +%setup -T -D -a 1002 +%setup -T -D -a 1003 +%ifarch %{arm} +# Detect interpreter name from cross-gcc +LD_INTERPRETER=$(patchelf --print-interpreter /emul/usr/bin/gcc) +LD_RPATH=$(patchelf --print-rpath /emul/usr/bin/gcc) +for file in $( find ./Tools -name "dotnet" ) +do + patchelf --set-interpreter ${LD_INTERPRETER} ${file} + patchelf --set-rpath ${LD_RPATH}:%{_builddir}/%{name}-%{version}/libicu/ ${file} +done +for file in $( find ./Tools ./libicu -iname "*.so" -or -iname "*.so.*" ! -iname "*.so.dbg" ) +do + patchelf --set-rpath ${LD_RPATH}:%{_builddir}/%{name}-%{version}/libicu/ ${file} +done +%endif +%ifarch %{ix86} +for file in $( find ./Tools ./libicu -iname "*.so" -or -iname "*.so.*" ! -iname "*.so.dbg" ) +do + patchelf --set-rpath %{_builddir}/%{name}-%{version}/libicu/ ${file} +done +%endif +%endif +%endif + +%build +export CFLAGS=" --target=%{_host}" +export CXXFLAGS=" --target=%{_host}" + +%ifarch x86_64 +# Even though build architectur is x86_64, it will be running on arm board. +# So we need to pass the arch argument as arm. +%define _barch %{?cross:%{cross}}%{!?cross:x64} +%else +%ifarch aarch64 +%define _barch arm64 +%else +%ifarch %{ix86} +%define _barch x86 +export CLANG_NO_LIBDIR_SUFFIX=1 +export CFLAGS=$(echo $CFLAGS | sed -e 's/--target=i686/--target=i586/') +export CXXFLAGS=$(echo $CXXFLAGS | sed -e 's/--target=i686/--target=i586/') +%else +%ifarch %{arm} +%define _barch armel +export CLANG_NO_LIBDIR_SUFFIX=1 +%else +# write the paths in general! + +%endif +%endif +%endif +%endif + +%define buildtype %{dotnet_buildtype} +%define _reldir bin/Linux.%{_barch}.%{buildtype} +%define _netcoreapp_runtime bin/pkg/netcoreapp/runtime + +%if 0%{skipnative} +%else +# Build native only. +./build-native.sh -%{buildtype} -buildArch=%{_barch} -- clang3.8 +%ifarch %{ix86} +mkdir -p bin/Linux.x64.%{buildtype}/native +cp -rf %{_reldir}/native/* bin/Linux.x64.%{buildtype}/native/ +%endif +%endif + +%if 0%{skipmanaged} +%else +# Build managed only. +./build-managed.sh -%{buildtype} -RuntimeOS=ubuntu.14.04 -- /p:BinPlaceNETCoreAppPackage=true + +# Build test +./build-tests.sh -%{buildtype} -Outerloop -SkipTests +%endif + +echo %{COREFX_GIT_HASH} > .fxinfo + +%install +# .NET Core Runtime +%define dotnetdir dotnet +%define netshareddir %{dotnetdir}/shared +%define netcoreappdir %{netshareddir}/Microsoft.NETCore.App/%{dotnet_version} +mkdir -p %{buildroot}%{_datadir}/%{netcoreappdir} + +# .NET CoreOverlay +%define tizennetdir tizen.net +mkdir -p %{buildroot}%{_datadir}/%{tizennetdir} + +# TC directory +%define tcdir corefx-tc +mkdir -p %{buildroot}/opt/usr/%{tcdir} + +%if 0%{skipnative} +%else +cp %{_reldir}/native/System.Native.a %{buildroot}%{_datadir}/%{netcoreappdir} +cp %{_reldir}/native/System.Native.so %{buildroot}%{_datadir}/%{netcoreappdir} +cp %{_reldir}/native/System.Net.Http.Native.so %{buildroot}%{_datadir}/%{netcoreappdir} +cp %{_reldir}/native/System.Net.Security.Native.so %{buildroot}%{_datadir}/%{netcoreappdir} +cp %{_reldir}/native/System.Security.Cryptography.Native.OpenSsl.so %{buildroot}%{_datadir}/%{netcoreappdir} +cp %{_reldir}/native/System.IO.Compression.Native.so %{buildroot}%{_datadir}/%{netcoreappdir} + +# make link for .NET CoreOverlay +ln -sf ../%{netcoreappdir}/System.Native.a %{buildroot}%{_datadir}/%{tizennetdir} +ln -sf ../%{netcoreappdir}/System.Native.so %{buildroot}%{_datadir}/%{tizennetdir} +ln -sf ../%{netcoreappdir}/System.Net.Http.Native.so %{buildroot}%{_datadir}/%{tizennetdir} +ln -sf ../%{netcoreappdir}/System.Net.Security.Native.so %{buildroot}%{_datadir}/%{tizennetdir} +ln -sf ../%{netcoreappdir}/System.Security.Cryptography.Native.OpenSsl.so %{buildroot}%{_datadir}/%{tizennetdir} +ln -sf ../%{netcoreappdir}/System.IO.Compression.Native.so %{buildroot}%{_datadir}/%{tizennetdir} + +cp -rf .fxinfo %{buildroot}%{_datadir}/%{tizennetdir} +%endif + +%if 0%{skipmanaged} +%else +# Copy netcoreapp dlls +cp -rf %{_netcoreapp_runtime}/*.dll %{buildroot}%{_datadir}/%{netcoreappdir} + +# Make Link +for name in `find %{buildroot}%{_datadir}/%{netcoreappdir} -iname '*.dll' -exec basename {} \;`; do + ln -sf ../%{netcoreappdir}/"${name}" %{buildroot}%{_datadir}/%{tizennetdir}/ +done + +# Copy Tests directory +for name in `find ./bin -type d -name "*.Tests" -not -path "*/obj/*"`; do + cp "${name}" %{buildroot}/opt/usr/%{tcdir} --parents -rf +done +for name in `find ./bin/testhost ./bin/runtime -type f -not -iname "*.dbg"`; do + cp "${name}" %{buildroot}/opt/usr/%{tcdir} --parents -rf +done +%endif + +### +### Copy nupkg to nuget directory +### +mkdir -p %{buildroot}/nuget +cp ./nuget/*.nupkg %{buildroot}/nuget + +%post +native -p /sbin/ldconfig + +%postun +native -p /sbin/ldconfig + +%if 0%{skipnative} +%else +%files native +%manifest %{name}.manifest +%{_datadir}/%{netcoreappdir}/*.so +%{_datadir}/%{netcoreappdir}/System.Native.a +%{_datadir}/%{tizennetdir}/*.so +%{_datadir}/%{tizennetdir}/System.Native.a +%{_datadir}/%{tizennetdir}/.fxinfo +%endif + +%if 0%{skipmanaged} +%else +%files managed +%manifest %{name}.manifest +%{_datadir}/%{netcoreappdir}/*.dll +%{_datadir}/%{tizennetdir}/*.dll + +%files test +%manifest %{name}.manifest +/opt/usr/%{tcdir}/* +%endif + +%files managed-ref +%manifest %{name}.manifest +/nuget/*.nupkg + +%changelog +* Fri Feb 5 2016 MyungJoo Ham <myungjoo.ham@samsung.com> - 0.0.1-1 +- Initial spec file for corefx diff --git a/packaging/dep_libs.tar.gz b/packaging/dep_libs.tar.gz Binary files differnew file mode 100644 index 0000000000..4925312774 --- /dev/null +++ b/packaging/dep_libs.tar.gz diff --git a/packaging/downloaded_files.tar.gz b/packaging/downloaded_files.tar.gz Binary files differnew file mode 100644 index 0000000000..79d4eb77f2 --- /dev/null +++ b/packaging/downloaded_files.tar.gz diff --git a/packaging/libicu.tar.gz b/packaging/libicu.tar.gz Binary files differnew file mode 100644 index 0000000000..0e8c5de440 --- /dev/null +++ b/packaging/libicu.tar.gz diff --git a/packaging/nuget.tar.gz b/packaging/nuget.tar.gz Binary files differnew file mode 100644 index 0000000000..361b3a034b --- /dev/null +++ b/packaging/nuget.tar.gz diff --git a/packaging/test_runtime.tar.gz b/packaging/test_runtime.tar.gz Binary files differnew file mode 100644 index 0000000000..709df80ce8 --- /dev/null +++ b/packaging/test_runtime.tar.gz diff --git a/packaging/tizen-toolchain-support.patch b/packaging/tizen-toolchain-support.patch new file mode 100644 index 0000000000..34071dd1f5 --- /dev/null +++ b/packaging/tizen-toolchain-support.patch @@ -0,0 +1,26 @@ +From 1d74ebf7b463d25edee11f1628a77f84fb53bbef Mon Sep 17 00:00:00 2001 +From: Jiyoung Yun <jy910.yun@samsung.com> +Date: Fri, 14 Jul 2017 13:23:05 +0900 +Subject: [PATCH] tizen toolchain support + +Change-Id: Ic61eadb841a37bd3840fbf6308a05ab03bd06eb5 +--- + src/Native/Unix/CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/Native/Unix/CMakeLists.txt b/src/Native/Unix/CMakeLists.txt +index de8ae20..f6dfef0 100644 +--- a/src/Native/Unix/CMakeLists.txt ++++ b/src/Native/Unix/CMakeLists.txt +@@ -45,7 +45,7 @@ elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL armv7l) + # Because we don't use CMAKE_C_COMPILER/CMAKE_CXX_COMPILER to use clang + # we have to set the triple by adding a compiler argument + if(ARM_SOFTFP) +- add_compile_options(-target armv7-linux-gnueabi) ++ add_compile_options(-target armv7l-tizen-linux-gnueabi) + add_compile_options(-mfloat-abi=softfp) + else () + add_compile_options(-target armv7-linux-gnueabihf) +-- +1.9.1 + |