Migrate project to Visual Studio 2017
authorKichan Kwon <k_c.kwon@samsung.com>
Tue, 30 May 2017 07:00:29 +0000 (16:00 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Wed, 31 May 2017 08:13:38 +0000 (17:13 +0900)
- This migration is for all Tizen CSAPI projects

Change-Id: Iff22547d721b6e0967aec95e4f23f36cfa3679d4
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/Tizen.System.Information/Properties/AssemblyInfo.cs [deleted file]
src/Tizen.System.Information/Tizen.System.Information.csproj [changed mode: 0644->0755]
src/Tizen.System.Information/Tizen.System.Information.nuspec
src/Tizen.System.Information/Tizen.System.Information.project.json [deleted file]
src/Tizen.System.Information/Tizen.System.Information.project.lock.json [deleted file]

diff --git a/src/Tizen.System.Information/Properties/AssemblyInfo.cs b/src/Tizen.System.Information/Properties/AssemblyInfo.cs
deleted file mode 100644 (file)
index 0d9e0bc..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-/*\r
-* Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved\r
-*\r
-* Licensed under the Apache License, Version 2.0 (the License);\r
-* you may not use this file except in compliance with the License.\r
-* You may obtain a copy of the License at\r
-*\r
-* http://www.apache.org/licenses/LICENSE-2.0\r
-*\r
-* Unless required by applicable law or agreed to in writing, software\r
-* distributed under the License is distributed on an AS IS BASIS,\r
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-* See the License for the specific language governing permissions and\r
-* limitations under the License.\r
-*/\r
-\r
-using System.Reflection;\r
-using System.Runtime.CompilerServices;\r
-using System.Runtime.InteropServices;\r
-\r
-// General Information about an assembly is controlled through the following\r
-// set of attributes. Change these attribute values to modify the information\r
-// associated with an assembly.\r
-[assembly: AssemblyTitle("Tizen.System.Information")]\r
-[assembly: AssemblyDescription("")]\r
-[assembly: AssemblyConfiguration("")]\r
-[assembly: AssemblyCompany("Samsung Electronics")]\r
-[assembly: AssemblyProduct("Tizen.System.Information")]\r
-[assembly: AssemblyCopyright("Copyright (c) 2016 Samsung Electronics Co., Ltd")]\r
-[assembly: AssemblyTrademark("")]\r
-[assembly: AssemblyCulture("")]\r
-\r
-// Setting ComVisible to false makes the types in this assembly not visible\r
-// to COM components.  If you need to access a type in this assembly from\r
-// COM, set the ComVisible attribute to true on that type.\r
-[assembly: ComVisible(false)]\r
-\r
-// The following GUID is for the ID of the typelib if this project is exposed to COM\r
-[assembly: Guid("33d10754-8c41-478d-90de-6c474355cf21")]\r
-\r
-// Version information for an assembly consists of the following four values:\r
-//\r
-//      Major Version\r
-//      Minor Version\r
-//      Build Number\r
-//      Revision\r
-//\r
-// You can specify all the values or you can default the Build and Revision Numbers\r
-// by using the '*' as shown below:\r
-// [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("1.0.0.0")]\r
-[assembly: AssemblyFileVersion("1.0.0.0")]\r
old mode 100644 (file)
new mode 100755 (executable)
index b6b5b7e..156afe0
@@ -1,82 +1,16 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <PropertyGroup>\r
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
-    <ProjectGuid>{33D10754-8C41-478D-90DE-6C474355CF21}</ProjectGuid>\r
-    <OutputType>Library</OutputType>\r
-    <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>Tizen.System.Information</RootNamespace>\r
-    <AssemblyName>Tizen.System.Information</AssemblyName>\r
-    <FileAlignment>512</FileAlignment>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>\r
-    <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>\r
-    <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>\r
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
-    <NoStdLib>true</NoStdLib>\r
-    <NoWarn>$(NoWarn);1701;1702</NoWarn>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>full</DebugType>\r
-    <Optimize>false</Optimize>\r
-    <OutputPath>bin\Debug\</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <DebugType>pdbonly</DebugType>\r
-    <Optimize>true</Optimize>\r
-    <OutputPath>bin\Release\</OutputPath>\r
-    <DefineConstants>TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <SignAssembly>true</SignAssembly>\r
-  </PropertyGroup>\r
+<Project Sdk="Microsoft.NET.Sdk">\r
+\r
   <PropertyGroup>\r
+    <TargetFramework>netstandard1.3</TargetFramework>\r
+    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>\r
+    <SignAssembly>True</SignAssembly>\r
     <AssemblyOriginatorKeyFile>Tizen.System.Information.snk</AssemblyOriginatorKeyFile>\r
+    <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>\r
+    <GenerateReferenceAssembly>True</GenerateReferenceAssembly>\r
   </PropertyGroup>\r
+\r
   <ItemGroup>\r
-    <Compile Include="Interop\Interop.RuntimeInfo.cs" />\r
-    <Compile Include="Interop\Interop.Libraries.cs" />\r
-    <Compile Include="Interop\Interop.SystemInfo.cs" />\r
-    <Compile Include="Properties\AssemblyInfo.cs" />\r
-    <Compile Include="RuntimeInfo\CpuUsage.cs" />\r
-    <Compile Include="RuntimeInfo\Enumerations.cs" />\r
-    <Compile Include="RuntimeInfo\RuntimeInfoErrorFactory.cs" />\r
-    <Compile Include="RuntimeInfo\RuntimeInformation.cs" />\r
-    <Compile Include="RuntimeInfo\RuntimeKeyStatusChangedEventArgs.cs" />\r
-    <Compile Include="RuntimeInfo\MemoryInformation.cs" />\r
-    <Compile Include="SystemInfo\SystemInfo.cs" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <None Include="Tizen.System.Information.nuspec" />\r
-    <None Include="Tizen.System.Information.project.json" />\r
-    <None Include="Tizen.System.Information.snk" />\r
+    <PackageReference Include="Tizen" Version="1.0.4" />\r
   </ItemGroup>\r
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.\r
-       Other similar extension points exist, see Microsoft.Common.targets.\r
-  <Target Name="BeforeBuild">\r
-  </Target>\r
-  <Target Name="AfterBuild">\r
-  </Target>\r
-  -->\r
-  <PropertyGroup>\r
-    <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and\r
-       https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild\r
-    -->\r
-    <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two\r
-       properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and\r
-       to prevent it from outputting a warning (MSB3644).\r
-    -->\r
-    <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>\r
-    <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>\r
-    <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>\r
-  </PropertyGroup>\r
+\r
 </Project>\r
index 1c76ac4..e78b17e 100644 (file)
                <copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
                <description>Provide classes for SystemInformation and RuntimeInformation APIs</description>
     <dependencies>
-      <dependency id="Tizen" version="1.0.2" />
+      <dependency id="Tizen" version="1.0.4" />
     </dependencies>
        </metadata>
-  <files>
-    <file src="bin/$Configuration$/Tizen.System.Information.dll" target="lib/netstandard1.3" />
-  </files>
 </package>
diff --git a/src/Tizen.System.Information/Tizen.System.Information.project.json b/src/Tizen.System.Information/Tizen.System.Information.project.json
deleted file mode 100644 (file)
index 55ec093..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-  "dependencies": {
-    "NETStandard.Library": "1.6.0",
-    "Tizen": "1.0.2"
-  },
-  "frameworks": {
-    "netstandard1.3": {}
-  }
-}
diff --git a/src/Tizen.System.Information/Tizen.System.Information.project.lock.json b/src/Tizen.System.Information/Tizen.System.Information.project.lock.json
deleted file mode 100644 (file)
index e424bf2..0000000
+++ /dev/null
@@ -1,3500 +0,0 @@
-{\r
-  "locked": false,\r
-  "version": 2,\r
-  "targets": {\r
-    ".NETStandard,Version=v1.3": {\r
-      "Microsoft.NETCore.Platforms/1.0.1": {\r
-        "type": "package",\r
-        "compile": {\r
-          "lib/netstandard1.0/_._": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.0/_._": {}\r
-        }\r
-      },\r
-      "Microsoft.NETCore.Targets/1.0.1": {\r
-        "type": "package",\r
-        "compile": {\r
-          "lib/netstandard1.0/_._": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.0/_._": {}\r
-        }\r
-      },\r
-      "Microsoft.Win32.Primitives/4.0.1": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {}\r
-        }\r
-      },\r
-      "NETStandard.Library/1.6.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.Win32.Primitives": "4.0.1",\r
-          "System.AppContext": "4.1.0",\r
-          "System.Collections": "4.0.11",\r
-          "System.Collections.Concurrent": "4.0.12",\r
-          "System.Console": "4.0.0",\r
-          "System.Diagnostics.Debug": "4.0.11",\r
-          "System.Diagnostics.Tools": "4.0.1",\r
-          "System.Diagnostics.Tracing": "4.1.0",\r
-          "System.Globalization": "4.0.11",\r
-          "System.Globalization.Calendars": "4.0.1",\r
-          "System.IO": "4.1.0",\r
-          "System.IO.Compression": "4.1.0",\r
-          "System.IO.Compression.ZipFile": "4.0.1",\r
-          "System.IO.FileSystem": "4.0.1",\r
-          "System.IO.FileSystem.Primitives": "4.0.1",\r
-          "System.Linq": "4.1.0",\r
-          "System.Linq.Expressions": "4.1.0",\r
-          "System.Net.Http": "4.1.0",\r
-          "System.Net.Primitives": "4.0.11",\r
-          "System.Net.Sockets": "4.1.0",\r
-          "System.ObjectModel": "4.0.12",\r
-          "System.Reflection": "4.1.0",\r
-          "System.Reflection.Extensions": "4.0.1",\r
-          "System.Reflection.Primitives": "4.0.1",\r
-          "System.Resources.ResourceManager": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Runtime.Extensions": "4.1.0",\r
-          "System.Runtime.Handles": "4.0.1",\r
-          "System.Runtime.InteropServices": "4.1.0",\r
-          "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",\r
-          "System.Runtime.Numerics": "4.0.1",\r
-          "System.Security.Cryptography.Algorithms": "4.2.0",\r
-          "System.Security.Cryptography.Encoding": "4.0.0",\r
-          "System.Security.Cryptography.Primitives": "4.0.0",\r
-          "System.Security.Cryptography.X509Certificates": "4.1.0",\r
-          "System.Text.Encoding": "4.0.11",\r
-          "System.Text.Encoding.Extensions": "4.0.11",\r
-          "System.Text.RegularExpressions": "4.1.0",\r
-          "System.Threading": "4.0.11",\r
-          "System.Threading.Tasks": "4.0.11",\r
-          "System.Threading.Timer": "4.0.1",\r
-          "System.Xml.ReaderWriter": "4.0.11",\r
-          "System.Xml.XDocument": "4.0.11"\r
-        }\r
-      },\r
-      "runtime.native.System/4.0.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1"\r
-        },\r
-        "compile": {\r
-          "lib/netstandard1.0/_._": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.0/_._": {}\r
-        }\r
-      },\r
-      "runtime.native.System.IO.Compression/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1"\r
-        },\r
-        "compile": {\r
-          "lib/netstandard1.0/_._": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.0/_._": {}\r
-        }\r
-      },\r
-      "runtime.native.System.Security.Cryptography/4.0.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1"\r
-        },\r
-        "compile": {\r
-          "lib/netstandard1.0/_._": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.0/_._": {}\r
-        }\r
-      },\r
-      "System.AppContext/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.AppContext.dll": {}\r
-        }\r
-      },\r
-      "System.Buffers/4.0.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Diagnostics.Debug": "4.0.11",\r
-          "System.Diagnostics.Tracing": "4.1.0",\r
-          "System.Resources.ResourceManager": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Threading": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "lib/netstandard1.1/_._": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.1/System.Buffers.dll": {}\r
-        }\r
-      },\r
-      "System.Collections/4.0.11": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Collections.dll": {}\r
-        }\r
-      },\r
-      "System.Collections.Concurrent/4.0.12": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Collections": "4.0.11",\r
-          "System.Diagnostics.Debug": "4.0.11",\r
-          "System.Diagnostics.Tracing": "4.1.0",\r
-          "System.Globalization": "4.0.11",\r
-          "System.Reflection": "4.1.0",\r
-          "System.Resources.ResourceManager": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Runtime.Extensions": "4.1.0",\r
-          "System.Threading": "4.0.11",\r
-          "System.Threading.Tasks": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Collections.Concurrent.dll": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/System.Collections.Concurrent.dll": {}\r
-        }\r
-      },\r
-      "System.Console/4.0.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.IO": "4.1.0",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Text.Encoding": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Console.dll": {}\r
-        }\r
-      },\r
-      "System.Diagnostics.Debug/4.0.11": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}\r
-        }\r
-      },\r
-      "System.Diagnostics.DiagnosticSource/4.0.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Collections": "4.0.11",\r
-          "System.Diagnostics.Tracing": "4.1.0",\r
-          "System.Reflection": "4.1.0",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Threading": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "lib/netstandard1.3/_._": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}\r
-        }\r
-      },\r
-      "System.Diagnostics.Tools/4.0.1": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.0/System.Diagnostics.Tools.dll": {}\r
-        }\r
-      },\r
-      "System.Diagnostics.Tracing/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Diagnostics.Tracing.dll": {}\r
-        }\r
-      },\r
-      "System.Globalization/4.0.11": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Globalization.dll": {}\r
-        }\r
-      },\r
-      "System.Globalization.Calendars/4.0.1": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Globalization": "4.0.11",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Globalization.Calendars.dll": {}\r
-        }\r
-      },\r
-      "System.IO/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Text.Encoding": "4.0.11",\r
-          "System.Threading.Tasks": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.IO.dll": {}\r
-        }\r
-      },\r
-      "System.IO.Compression/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "System.Collections": "4.0.11",\r
-          "System.Diagnostics.Debug": "4.0.11",\r
-          "System.IO": "4.1.0",\r
-          "System.Resources.ResourceManager": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Runtime.Extensions": "4.1.0",\r
-          "System.Runtime.Handles": "4.0.1",\r
-          "System.Runtime.InteropServices": "4.1.0",\r
-          "System.Text.Encoding": "4.0.11",\r
-          "System.Threading": "4.0.11",\r
-          "System.Threading.Tasks": "4.0.11",\r
-          "runtime.native.System": "4.0.0",\r
-          "runtime.native.System.IO.Compression": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.IO.Compression.dll": {}\r
-        },\r
-        "runtimeTargets": {\r
-          "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {\r
-            "assetType": "runtime",\r
-            "rid": "unix"\r
-          },\r
-          "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {\r
-            "assetType": "runtime",\r
-            "rid": "win"\r
-          }\r
-        }\r
-      },\r
-      "System.IO.Compression.ZipFile/4.0.1": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Buffers": "4.0.0",\r
-          "System.IO": "4.1.0",\r
-          "System.IO.Compression": "4.1.0",\r
-          "System.IO.FileSystem": "4.0.1",\r
-          "System.IO.FileSystem.Primitives": "4.0.1",\r
-          "System.Resources.ResourceManager": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Runtime.Extensions": "4.1.0",\r
-          "System.Text.Encoding": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {}\r
-        }\r
-      },\r
-      "System.IO.FileSystem/4.0.1": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.IO": "4.1.0",\r
-          "System.IO.FileSystem.Primitives": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Runtime.Handles": "4.0.1",\r
-          "System.Text.Encoding": "4.0.11",\r
-          "System.Threading.Tasks": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.IO.FileSystem.dll": {}\r
-        }\r
-      },\r
-      "System.IO.FileSystem.Primitives/4.0.1": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}\r
-        }\r
-      },\r
-      "System.Linq/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Collections": "4.0.11",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.0/System.Linq.dll": {}\r
-        }\r
-      },\r
-      "System.Linq.Expressions/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Reflection": "4.1.0",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Linq.Expressions.dll": {}\r
-        }\r
-      },\r
-      "System.Net.Http/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.Win32.Primitives": "4.0.1",\r
-          "System.Collections": "4.0.11",\r
-          "System.Diagnostics.Debug": "4.0.11",\r
-          "System.Diagnostics.DiagnosticSource": "4.0.0",\r
-          "System.Diagnostics.Tracing": "4.1.0",\r
-          "System.Globalization": "4.0.11",\r
-          "System.IO": "4.1.0",\r
-          "System.IO.Compression": "4.1.0",\r
-          "System.Net.Primitives": "4.0.11",\r
-          "System.Resources.ResourceManager": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Runtime.Extensions": "4.1.0",\r
-          "System.Runtime.Handles": "4.0.1",\r
-          "System.Runtime.InteropServices": "4.1.0",\r
-          "System.Security.Cryptography.X509Certificates": "4.1.0",\r
-          "System.Text.Encoding": "4.0.11",\r
-          "System.Threading": "4.0.11",\r
-          "System.Threading.Tasks": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Net.Http.dll": {}\r
-        },\r
-        "runtimeTargets": {\r
-          "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": {\r
-            "assetType": "runtime",\r
-            "rid": "win"\r
-          }\r
-        }\r
-      },\r
-      "System.Net.Primitives/4.0.11": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Runtime.Handles": "4.0.1"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Net.Primitives.dll": {}\r
-        }\r
-      },\r
-      "System.Net.Sockets/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.IO": "4.1.0",\r
-          "System.Net.Primitives": "4.0.11",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Threading.Tasks": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Net.Sockets.dll": {}\r
-        }\r
-      },\r
-      "System.ObjectModel/4.0.12": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Collections": "4.0.11",\r
-          "System.Diagnostics.Debug": "4.0.11",\r
-          "System.Resources.ResourceManager": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Threading": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.ObjectModel.dll": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/System.ObjectModel.dll": {}\r
-        }\r
-      },\r
-      "System.Reflection/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.IO": "4.1.0",\r
-          "System.Reflection.Primitives": "4.0.1",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Reflection.dll": {}\r
-        }\r
-      },\r
-      "System.Reflection.Extensions/4.0.1": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Reflection": "4.1.0",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.0/System.Reflection.Extensions.dll": {}\r
-        }\r
-      },\r
-      "System.Reflection.Primitives/4.0.1": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.0/System.Reflection.Primitives.dll": {}\r
-        }\r
-      },\r
-      "System.Resources.ResourceManager/4.0.1": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Globalization": "4.0.11",\r
-          "System.Reflection": "4.1.0",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}\r
-        }\r
-      },\r
-      "System.Runtime/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Runtime.dll": {}\r
-        }\r
-      },\r
-      "System.Runtime.Extensions/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Runtime.Extensions.dll": {}\r
-        }\r
-      },\r
-      "System.Runtime.Handles/4.0.1": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Runtime.Handles.dll": {}\r
-        }\r
-      },\r
-      "System.Runtime.InteropServices/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Reflection": "4.1.0",\r
-          "System.Reflection.Primitives": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Runtime.Handles": "4.0.1"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Runtime.InteropServices.dll": {}\r
-        }\r
-      },\r
-      "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "System.Reflection": "4.1.0",\r
-          "System.Resources.ResourceManager": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Runtime.InteropServices": "4.1.0",\r
-          "System.Threading": "4.0.11",\r
-          "runtime.native.System": "4.0.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}\r
-        },\r
-        "runtimeTargets": {\r
-          "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {\r
-            "assetType": "runtime",\r
-            "rid": "unix"\r
-          },\r
-          "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {\r
-            "assetType": "runtime",\r
-            "rid": "win"\r
-          }\r
-        }\r
-      },\r
-      "System.Runtime.Numerics/4.0.1": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Globalization": "4.0.11",\r
-          "System.Resources.ResourceManager": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Runtime.Extensions": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.1/System.Runtime.Numerics.dll": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/System.Runtime.Numerics.dll": {}\r
-        }\r
-      },\r
-      "System.Security.Cryptography.Algorithms/4.2.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.IO": "4.1.0",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Security.Cryptography.Primitives": "4.0.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll": {}\r
-        }\r
-      },\r
-      "System.Security.Cryptography.Encoding/4.0.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "System.Collections": "4.0.11",\r
-          "System.Collections.Concurrent": "4.0.12",\r
-          "System.Linq": "4.1.0",\r
-          "System.Resources.ResourceManager": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Runtime.Extensions": "4.1.0",\r
-          "System.Runtime.Handles": "4.0.1",\r
-          "System.Runtime.InteropServices": "4.1.0",\r
-          "System.Security.Cryptography.Primitives": "4.0.0",\r
-          "System.Text.Encoding": "4.0.11",\r
-          "runtime.native.System.Security.Cryptography": "4.0.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {}\r
-        },\r
-        "runtimeTargets": {\r
-          "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {\r
-            "assetType": "runtime",\r
-            "rid": "unix"\r
-          },\r
-          "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {\r
-            "assetType": "runtime",\r
-            "rid": "win"\r
-          }\r
-        }\r
-      },\r
-      "System.Security.Cryptography.Primitives/4.0.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Diagnostics.Debug": "4.0.11",\r
-          "System.Globalization": "4.0.11",\r
-          "System.IO": "4.1.0",\r
-          "System.Resources.ResourceManager": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Threading": "4.0.11",\r
-          "System.Threading.Tasks": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}\r
-        }\r
-      },\r
-      "System.Security.Cryptography.X509Certificates/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Runtime": "4.1.0",\r
-          "System.Runtime.Handles": "4.0.1",\r
-          "System.Security.Cryptography.Algorithms": "4.2.0",\r
-          "System.Security.Cryptography.Encoding": "4.0.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll": {}\r
-        }\r
-      },\r
-      "System.Text.Encoding/4.0.11": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Text.Encoding.dll": {}\r
-        }\r
-      },\r
-      "System.Text.Encoding.Extensions/4.0.11": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Text.Encoding": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}\r
-        }\r
-      },\r
-      "System.Text.RegularExpressions/4.1.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Text.RegularExpressions.dll": {}\r
-        }\r
-      },\r
-      "System.Threading/4.0.11": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Runtime": "4.1.0",\r
-          "System.Threading.Tasks": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Threading.dll": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/System.Threading.dll": {}\r
-        }\r
-      },\r
-      "System.Threading.Tasks/4.0.11": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Threading.Tasks.dll": {}\r
-        }\r
-      },\r
-      "System.Threading.Tasks.Extensions/4.0.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Collections": "4.0.11",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Threading.Tasks": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "lib/netstandard1.0/_._": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}\r
-        }\r
-      },\r
-      "System.Threading.Timer/4.0.1": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.0.1",\r
-          "Microsoft.NETCore.Targets": "1.0.1",\r
-          "System.Runtime": "4.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.2/System.Threading.Timer.dll": {}\r
-        }\r
-      },\r
-      "System.Xml.ReaderWriter/4.0.11": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Collections": "4.0.11",\r
-          "System.Diagnostics.Debug": "4.0.11",\r
-          "System.Globalization": "4.0.11",\r
-          "System.IO": "4.1.0",\r
-          "System.IO.FileSystem": "4.0.1",\r
-          "System.IO.FileSystem.Primitives": "4.0.1",\r
-          "System.Resources.ResourceManager": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Runtime.Extensions": "4.1.0",\r
-          "System.Runtime.InteropServices": "4.1.0",\r
-          "System.Text.Encoding": "4.0.11",\r
-          "System.Text.Encoding.Extensions": "4.0.11",\r
-          "System.Text.RegularExpressions": "4.1.0",\r
-          "System.Threading.Tasks": "4.0.11",\r
-          "System.Threading.Tasks.Extensions": "4.0.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {}\r
-        }\r
-      },\r
-      "System.Xml.XDocument/4.0.11": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Collections": "4.0.11",\r
-          "System.Diagnostics.Debug": "4.0.11",\r
-          "System.Diagnostics.Tools": "4.0.1",\r
-          "System.Globalization": "4.0.11",\r
-          "System.IO": "4.1.0",\r
-          "System.Reflection": "4.1.0",\r
-          "System.Resources.ResourceManager": "4.0.1",\r
-          "System.Runtime": "4.1.0",\r
-          "System.Runtime.Extensions": "4.1.0",\r
-          "System.Text.Encoding": "4.0.11",\r
-          "System.Threading": "4.0.11",\r
-          "System.Xml.ReaderWriter": "4.0.11"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Xml.XDocument.dll": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/System.Xml.XDocument.dll": {}\r
-        }\r
-      },\r
-      "Tizen/1.0.2": {\r
-        "type": "package",\r
-        "compile": {\r
-          "lib/netstandard1.3/Tizen.dll": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/Tizen.dll": {}\r
-        }\r
-      }\r
-    }\r
-  },\r
-  "libraries": {\r
-    "Microsoft.NETCore.Platforms/1.0.1": {\r
-      "sha512": "2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==",\r
-      "type": "package",\r
-      "path": "Microsoft.NETCore.Platforms/1.0.1",\r
-      "files": [\r
-        "Microsoft.NETCore.Platforms.1.0.1.nupkg.sha512",\r
-        "Microsoft.NETCore.Platforms.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/netstandard1.0/_._",\r
-        "runtime.json"\r
-      ]\r
-    },\r
-    "Microsoft.NETCore.Targets/1.0.1": {\r
-      "sha512": "rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",\r
-      "type": "package",\r
-      "path": "Microsoft.NETCore.Targets/1.0.1",\r
-      "files": [\r
-        "Microsoft.NETCore.Targets.1.0.1.nupkg.sha512",\r
-        "Microsoft.NETCore.Targets.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/netstandard1.0/_._",\r
-        "runtime.json"\r
-      ]\r
-    },\r
-    "Microsoft.Win32.Primitives/4.0.1": {\r
-      "sha512": "fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==",\r
-      "type": "package",\r
-      "path": "Microsoft.Win32.Primitives/4.0.1",\r
-      "files": [\r
-        "Microsoft.Win32.Primitives.4.0.1.nupkg.sha512",\r
-        "Microsoft.Win32.Primitives.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net46/Microsoft.Win32.Primitives.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net46/Microsoft.Win32.Primitives.dll",\r
-        "ref/netstandard1.3/Microsoft.Win32.Primitives.dll",\r
-        "ref/netstandard1.3/Microsoft.Win32.Primitives.xml",\r
-        "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml",\r
-        "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml",\r
-        "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml",\r
-        "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml",\r
-        "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml",\r
-        "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml",\r
-        "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml",\r
-        "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml",\r
-        "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "NETStandard.Library/1.6.0": {\r
-      "sha512": "ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==",\r
-      "type": "package",\r
-      "path": "NETStandard.Library/1.6.0",\r
-      "files": [\r
-        "NETStandard.Library.1.6.0.nupkg.sha512",\r
-        "NETStandard.Library.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt"\r
-      ]\r
-    },\r
-    "runtime.native.System/4.0.0": {\r
-      "sha512": "QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==",\r
-      "type": "package",\r
-      "path": "runtime.native.System/4.0.0",\r
-      "files": [\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/netstandard1.0/_._",\r
-        "runtime.native.System.4.0.0.nupkg.sha512",\r
-        "runtime.native.System.nuspec"\r
-      ]\r
-    },\r
-    "runtime.native.System.IO.Compression/4.1.0": {\r
-      "sha512": "Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==",\r
-      "type": "package",\r
-      "path": "runtime.native.System.IO.Compression/4.1.0",\r
-      "files": [\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/netstandard1.0/_._",\r
-        "runtime.native.System.IO.Compression.4.1.0.nupkg.sha512",\r
-        "runtime.native.System.IO.Compression.nuspec"\r
-      ]\r
-    },\r
-    "runtime.native.System.Security.Cryptography/4.0.0": {\r
-      "sha512": "2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==",\r
-      "type": "package",\r
-      "path": "runtime.native.System.Security.Cryptography/4.0.0",\r
-      "files": [\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/netstandard1.0/_._",\r
-        "runtime.native.System.Security.Cryptography.4.0.0.nupkg.sha512",\r
-        "runtime.native.System.Security.Cryptography.nuspec"\r
-      ]\r
-    },\r
-    "System.AppContext/4.1.0": {\r
-      "sha512": "3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",\r
-      "type": "package",\r
-      "path": "System.AppContext/4.1.0",\r
-      "files": [\r
-        "System.AppContext.4.1.0.nupkg.sha512",\r
-        "System.AppContext.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net46/System.AppContext.dll",\r
-        "lib/net463/System.AppContext.dll",\r
-        "lib/netcore50/System.AppContext.dll",\r
-        "lib/netstandard1.6/System.AppContext.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net46/System.AppContext.dll",\r
-        "ref/net463/System.AppContext.dll",\r
-        "ref/netstandard/_._",\r
-        "ref/netstandard1.3/System.AppContext.dll",\r
-        "ref/netstandard1.3/System.AppContext.xml",\r
-        "ref/netstandard1.3/de/System.AppContext.xml",\r
-        "ref/netstandard1.3/es/System.AppContext.xml",\r
-        "ref/netstandard1.3/fr/System.AppContext.xml",\r
-        "ref/netstandard1.3/it/System.AppContext.xml",\r
-        "ref/netstandard1.3/ja/System.AppContext.xml",\r
-        "ref/netstandard1.3/ko/System.AppContext.xml",\r
-        "ref/netstandard1.3/ru/System.AppContext.xml",\r
-        "ref/netstandard1.3/zh-hans/System.AppContext.xml",\r
-        "ref/netstandard1.3/zh-hant/System.AppContext.xml",\r
-        "ref/netstandard1.6/System.AppContext.dll",\r
-        "ref/netstandard1.6/System.AppContext.xml",\r
-        "ref/netstandard1.6/de/System.AppContext.xml",\r
-        "ref/netstandard1.6/es/System.AppContext.xml",\r
-        "ref/netstandard1.6/fr/System.AppContext.xml",\r
-        "ref/netstandard1.6/it/System.AppContext.xml",\r
-        "ref/netstandard1.6/ja/System.AppContext.xml",\r
-        "ref/netstandard1.6/ko/System.AppContext.xml",\r
-        "ref/netstandard1.6/ru/System.AppContext.xml",\r
-        "ref/netstandard1.6/zh-hans/System.AppContext.xml",\r
-        "ref/netstandard1.6/zh-hant/System.AppContext.xml",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._",\r
-        "runtimes/aot/lib/netcore50/System.AppContext.dll"\r
-      ]\r
-    },\r
-    "System.Buffers/4.0.0": {\r
-      "sha512": "msXumHfjjURSkvxUjYuq4N2ghHoRi2VpXcKMA7gK6ujQfU3vGpl+B6ld0ATRg+FZFpRyA6PgEPA+VlIkTeNf2w==",\r
-      "type": "package",\r
-      "path": "System.Buffers/4.0.0",\r
-      "files": [\r
-        "System.Buffers.4.0.0.nupkg.sha512",\r
-        "System.Buffers.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/netstandard1.1/.xml",\r
-        "lib/netstandard1.1/System.Buffers.dll"\r
-      ]\r
-    },\r
-    "System.Collections/4.0.11": {\r
-      "sha512": "YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",\r
-      "type": "package",\r
-      "path": "System.Collections/4.0.11",\r
-      "files": [\r
-        "System.Collections.4.0.11.nupkg.sha512",\r
-        "System.Collections.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Collections.dll",\r
-        "ref/netcore50/System.Collections.xml",\r
-        "ref/netcore50/de/System.Collections.xml",\r
-        "ref/netcore50/es/System.Collections.xml",\r
-        "ref/netcore50/fr/System.Collections.xml",\r
-        "ref/netcore50/it/System.Collections.xml",\r
-        "ref/netcore50/ja/System.Collections.xml",\r
-        "ref/netcore50/ko/System.Collections.xml",\r
-        "ref/netcore50/ru/System.Collections.xml",\r
-        "ref/netcore50/zh-hans/System.Collections.xml",\r
-        "ref/netcore50/zh-hant/System.Collections.xml",\r
-        "ref/netstandard1.0/System.Collections.dll",\r
-        "ref/netstandard1.0/System.Collections.xml",\r
-        "ref/netstandard1.0/de/System.Collections.xml",\r
-        "ref/netstandard1.0/es/System.Collections.xml",\r
-        "ref/netstandard1.0/fr/System.Collections.xml",\r
-        "ref/netstandard1.0/it/System.Collections.xml",\r
-        "ref/netstandard1.0/ja/System.Collections.xml",\r
-        "ref/netstandard1.0/ko/System.Collections.xml",\r
-        "ref/netstandard1.0/ru/System.Collections.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Collections.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Collections.xml",\r
-        "ref/netstandard1.3/System.Collections.dll",\r
-        "ref/netstandard1.3/System.Collections.xml",\r
-        "ref/netstandard1.3/de/System.Collections.xml",\r
-        "ref/netstandard1.3/es/System.Collections.xml",\r
-        "ref/netstandard1.3/fr/System.Collections.xml",\r
-        "ref/netstandard1.3/it/System.Collections.xml",\r
-        "ref/netstandard1.3/ja/System.Collections.xml",\r
-        "ref/netstandard1.3/ko/System.Collections.xml",\r
-        "ref/netstandard1.3/ru/System.Collections.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Collections.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Collections.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Collections.Concurrent/4.0.12": {\r
-      "sha512": "2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==",\r
-      "type": "package",\r
-      "path": "System.Collections.Concurrent/4.0.12",\r
-      "files": [\r
-        "System.Collections.Concurrent.4.0.12.nupkg.sha512",\r
-        "System.Collections.Concurrent.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/netcore50/System.Collections.Concurrent.dll",\r
-        "lib/netstandard1.3/System.Collections.Concurrent.dll",\r
-        "lib/portable-net45+win8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Collections.Concurrent.dll",\r
-        "ref/netcore50/System.Collections.Concurrent.xml",\r
-        "ref/netcore50/de/System.Collections.Concurrent.xml",\r
-        "ref/netcore50/es/System.Collections.Concurrent.xml",\r
-        "ref/netcore50/fr/System.Collections.Concurrent.xml",\r
-        "ref/netcore50/it/System.Collections.Concurrent.xml",\r
-        "ref/netcore50/ja/System.Collections.Concurrent.xml",\r
-        "ref/netcore50/ko/System.Collections.Concurrent.xml",\r
-        "ref/netcore50/ru/System.Collections.Concurrent.xml",\r
-        "ref/netcore50/zh-hans/System.Collections.Concurrent.xml",\r
-        "ref/netcore50/zh-hant/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.1/System.Collections.Concurrent.dll",\r
-        "ref/netstandard1.1/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.1/de/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.1/es/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.1/fr/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.1/it/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.1/ja/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.1/ko/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.1/ru/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.3/System.Collections.Concurrent.dll",\r
-        "ref/netstandard1.3/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.3/de/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.3/es/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.3/fr/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.3/it/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.3/ja/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.3/ko/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.3/ru/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml",\r
-        "ref/portable-net45+win8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Console/4.0.0": {\r
-      "sha512": "qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",\r
-      "type": "package",\r
-      "path": "System.Console/4.0.0",\r
-      "files": [\r
-        "System.Console.4.0.0.nupkg.sha512",\r
-        "System.Console.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net46/System.Console.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net46/System.Console.dll",\r
-        "ref/netstandard1.3/System.Console.dll",\r
-        "ref/netstandard1.3/System.Console.xml",\r
-        "ref/netstandard1.3/de/System.Console.xml",\r
-        "ref/netstandard1.3/es/System.Console.xml",\r
-        "ref/netstandard1.3/fr/System.Console.xml",\r
-        "ref/netstandard1.3/it/System.Console.xml",\r
-        "ref/netstandard1.3/ja/System.Console.xml",\r
-        "ref/netstandard1.3/ko/System.Console.xml",\r
-        "ref/netstandard1.3/ru/System.Console.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Console.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Console.xml",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Diagnostics.Debug/4.0.11": {\r
-      "sha512": "w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",\r
-      "type": "package",\r
-      "path": "System.Diagnostics.Debug/4.0.11",\r
-      "files": [\r
-        "System.Diagnostics.Debug.4.0.11.nupkg.sha512",\r
-        "System.Diagnostics.Debug.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Diagnostics.Debug.dll",\r
-        "ref/netcore50/System.Diagnostics.Debug.xml",\r
-        "ref/netcore50/de/System.Diagnostics.Debug.xml",\r
-        "ref/netcore50/es/System.Diagnostics.Debug.xml",\r
-        "ref/netcore50/fr/System.Diagnostics.Debug.xml",\r
-        "ref/netcore50/it/System.Diagnostics.Debug.xml",\r
-        "ref/netcore50/ja/System.Diagnostics.Debug.xml",\r
-        "ref/netcore50/ko/System.Diagnostics.Debug.xml",\r
-        "ref/netcore50/ru/System.Diagnostics.Debug.xml",\r
-        "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",\r
-        "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.0/System.Diagnostics.Debug.dll",\r
-        "ref/netstandard1.0/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.0/de/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.0/es/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.0/it/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.3/System.Diagnostics.Debug.dll",\r
-        "ref/netstandard1.3/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.3/de/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.3/es/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.3/it/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Diagnostics.DiagnosticSource/4.0.0": {\r
-      "sha512": "YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==",\r
-      "type": "package",\r
-      "path": "System.Diagnostics.DiagnosticSource/4.0.0",\r
-      "files": [\r
-        "System.Diagnostics.DiagnosticSource.4.0.0.nupkg.sha512",\r
-        "System.Diagnostics.DiagnosticSource.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/net46/System.Diagnostics.DiagnosticSource.dll",\r
-        "lib/net46/System.Diagnostics.DiagnosticSource.xml",\r
-        "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",\r
-        "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",\r
-        "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",\r
-        "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",\r
-        "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",\r
-        "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml"\r
-      ]\r
-    },\r
-    "System.Diagnostics.Tools/4.0.1": {\r
-      "sha512": "xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==",\r
-      "type": "package",\r
-      "path": "System.Diagnostics.Tools/4.0.1",\r
-      "files": [\r
-        "System.Diagnostics.Tools.4.0.1.nupkg.sha512",\r
-        "System.Diagnostics.Tools.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Diagnostics.Tools.dll",\r
-        "ref/netcore50/System.Diagnostics.Tools.xml",\r
-        "ref/netcore50/de/System.Diagnostics.Tools.xml",\r
-        "ref/netcore50/es/System.Diagnostics.Tools.xml",\r
-        "ref/netcore50/fr/System.Diagnostics.Tools.xml",\r
-        "ref/netcore50/it/System.Diagnostics.Tools.xml",\r
-        "ref/netcore50/ja/System.Diagnostics.Tools.xml",\r
-        "ref/netcore50/ko/System.Diagnostics.Tools.xml",\r
-        "ref/netcore50/ru/System.Diagnostics.Tools.xml",\r
-        "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml",\r
-        "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml",\r
-        "ref/netstandard1.0/System.Diagnostics.Tools.dll",\r
-        "ref/netstandard1.0/System.Diagnostics.Tools.xml",\r
-        "ref/netstandard1.0/de/System.Diagnostics.Tools.xml",\r
-        "ref/netstandard1.0/es/System.Diagnostics.Tools.xml",\r
-        "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml",\r
-        "ref/netstandard1.0/it/System.Diagnostics.Tools.xml",\r
-        "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml",\r
-        "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml",\r
-        "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Diagnostics.Tracing/4.1.0": {\r
-      "sha512": "vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==",\r
-      "type": "package",\r
-      "path": "System.Diagnostics.Tracing/4.1.0",\r
-      "files": [\r
-        "System.Diagnostics.Tracing.4.1.0.nupkg.sha512",\r
-        "System.Diagnostics.Tracing.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/net462/System.Diagnostics.Tracing.dll",\r
-        "lib/portable-net45+win8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/net462/System.Diagnostics.Tracing.dll",\r
-        "ref/netcore50/System.Diagnostics.Tracing.dll",\r
-        "ref/netcore50/System.Diagnostics.Tracing.xml",\r
-        "ref/netcore50/de/System.Diagnostics.Tracing.xml",\r
-        "ref/netcore50/es/System.Diagnostics.Tracing.xml",\r
-        "ref/netcore50/fr/System.Diagnostics.Tracing.xml",\r
-        "ref/netcore50/it/System.Diagnostics.Tracing.xml",\r
-        "ref/netcore50/ja/System.Diagnostics.Tracing.xml",\r
-        "ref/netcore50/ko/System.Diagnostics.Tracing.xml",\r
-        "ref/netcore50/ru/System.Diagnostics.Tracing.xml",\r
-        "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml",\r
-        "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.1/System.Diagnostics.Tracing.dll",\r
-        "ref/netstandard1.1/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.2/System.Diagnostics.Tracing.dll",\r
-        "ref/netstandard1.2/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.3/System.Diagnostics.Tracing.dll",\r
-        "ref/netstandard1.3/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.5/System.Diagnostics.Tracing.dll",\r
-        "ref/netstandard1.5/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml",\r
-        "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml",\r
-        "ref/portable-net45+win8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Globalization/4.0.11": {\r
-      "sha512": "B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",\r
-      "type": "package",\r
-      "path": "System.Globalization/4.0.11",\r
-      "files": [\r
-        "System.Globalization.4.0.11.nupkg.sha512",\r
-        "System.Globalization.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Globalization.dll",\r
-        "ref/netcore50/System.Globalization.xml",\r
-        "ref/netcore50/de/System.Globalization.xml",\r
-        "ref/netcore50/es/System.Globalization.xml",\r
-        "ref/netcore50/fr/System.Globalization.xml",\r
-        "ref/netcore50/it/System.Globalization.xml",\r
-        "ref/netcore50/ja/System.Globalization.xml",\r
-        "ref/netcore50/ko/System.Globalization.xml",\r
-        "ref/netcore50/ru/System.Globalization.xml",\r
-        "ref/netcore50/zh-hans/System.Globalization.xml",\r
-        "ref/netcore50/zh-hant/System.Globalization.xml",\r
-        "ref/netstandard1.0/System.Globalization.dll",\r
-        "ref/netstandard1.0/System.Globalization.xml",\r
-        "ref/netstandard1.0/de/System.Globalization.xml",\r
-        "ref/netstandard1.0/es/System.Globalization.xml",\r
-        "ref/netstandard1.0/fr/System.Globalization.xml",\r
-        "ref/netstandard1.0/it/System.Globalization.xml",\r
-        "ref/netstandard1.0/ja/System.Globalization.xml",\r
-        "ref/netstandard1.0/ko/System.Globalization.xml",\r
-        "ref/netstandard1.0/ru/System.Globalization.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Globalization.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Globalization.xml",\r
-        "ref/netstandard1.3/System.Globalization.dll",\r
-        "ref/netstandard1.3/System.Globalization.xml",\r
-        "ref/netstandard1.3/de/System.Globalization.xml",\r
-        "ref/netstandard1.3/es/System.Globalization.xml",\r
-        "ref/netstandard1.3/fr/System.Globalization.xml",\r
-        "ref/netstandard1.3/it/System.Globalization.xml",\r
-        "ref/netstandard1.3/ja/System.Globalization.xml",\r
-        "ref/netstandard1.3/ko/System.Globalization.xml",\r
-        "ref/netstandard1.3/ru/System.Globalization.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Globalization.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Globalization.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Globalization.Calendars/4.0.1": {\r
-      "sha512": "L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==",\r
-      "type": "package",\r
-      "path": "System.Globalization.Calendars/4.0.1",\r
-      "files": [\r
-        "System.Globalization.Calendars.4.0.1.nupkg.sha512",\r
-        "System.Globalization.Calendars.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net46/System.Globalization.Calendars.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net46/System.Globalization.Calendars.dll",\r
-        "ref/netstandard1.3/System.Globalization.Calendars.dll",\r
-        "ref/netstandard1.3/System.Globalization.Calendars.xml",\r
-        "ref/netstandard1.3/de/System.Globalization.Calendars.xml",\r
-        "ref/netstandard1.3/es/System.Globalization.Calendars.xml",\r
-        "ref/netstandard1.3/fr/System.Globalization.Calendars.xml",\r
-        "ref/netstandard1.3/it/System.Globalization.Calendars.xml",\r
-        "ref/netstandard1.3/ja/System.Globalization.Calendars.xml",\r
-        "ref/netstandard1.3/ko/System.Globalization.Calendars.xml",\r
-        "ref/netstandard1.3/ru/System.Globalization.Calendars.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.IO/4.1.0": {\r
-      "sha512": "3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",\r
-      "type": "package",\r
-      "path": "System.IO/4.1.0",\r
-      "files": [\r
-        "System.IO.4.1.0.nupkg.sha512",\r
-        "System.IO.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/net462/System.IO.dll",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/net462/System.IO.dll",\r
-        "ref/netcore50/System.IO.dll",\r
-        "ref/netcore50/System.IO.xml",\r
-        "ref/netcore50/de/System.IO.xml",\r
-        "ref/netcore50/es/System.IO.xml",\r
-        "ref/netcore50/fr/System.IO.xml",\r
-        "ref/netcore50/it/System.IO.xml",\r
-        "ref/netcore50/ja/System.IO.xml",\r
-        "ref/netcore50/ko/System.IO.xml",\r
-        "ref/netcore50/ru/System.IO.xml",\r
-        "ref/netcore50/zh-hans/System.IO.xml",\r
-        "ref/netcore50/zh-hant/System.IO.xml",\r
-        "ref/netstandard1.0/System.IO.dll",\r
-        "ref/netstandard1.0/System.IO.xml",\r
-        "ref/netstandard1.0/de/System.IO.xml",\r
-        "ref/netstandard1.0/es/System.IO.xml",\r
-        "ref/netstandard1.0/fr/System.IO.xml",\r
-        "ref/netstandard1.0/it/System.IO.xml",\r
-        "ref/netstandard1.0/ja/System.IO.xml",\r
-        "ref/netstandard1.0/ko/System.IO.xml",\r
-        "ref/netstandard1.0/ru/System.IO.xml",\r
-        "ref/netstandard1.0/zh-hans/System.IO.xml",\r
-        "ref/netstandard1.0/zh-hant/System.IO.xml",\r
-        "ref/netstandard1.3/System.IO.dll",\r
-        "ref/netstandard1.3/System.IO.xml",\r
-        "ref/netstandard1.3/de/System.IO.xml",\r
-        "ref/netstandard1.3/es/System.IO.xml",\r
-        "ref/netstandard1.3/fr/System.IO.xml",\r
-        "ref/netstandard1.3/it/System.IO.xml",\r
-        "ref/netstandard1.3/ja/System.IO.xml",\r
-        "ref/netstandard1.3/ko/System.IO.xml",\r
-        "ref/netstandard1.3/ru/System.IO.xml",\r
-        "ref/netstandard1.3/zh-hans/System.IO.xml",\r
-        "ref/netstandard1.3/zh-hant/System.IO.xml",\r
-        "ref/netstandard1.5/System.IO.dll",\r
-        "ref/netstandard1.5/System.IO.xml",\r
-        "ref/netstandard1.5/de/System.IO.xml",\r
-        "ref/netstandard1.5/es/System.IO.xml",\r
-        "ref/netstandard1.5/fr/System.IO.xml",\r
-        "ref/netstandard1.5/it/System.IO.xml",\r
-        "ref/netstandard1.5/ja/System.IO.xml",\r
-        "ref/netstandard1.5/ko/System.IO.xml",\r
-        "ref/netstandard1.5/ru/System.IO.xml",\r
-        "ref/netstandard1.5/zh-hans/System.IO.xml",\r
-        "ref/netstandard1.5/zh-hant/System.IO.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.IO.Compression/4.1.0": {\r
-      "sha512": "TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==",\r
-      "type": "package",\r
-      "path": "System.IO.Compression/4.1.0",\r
-      "files": [\r
-        "System.IO.Compression.4.1.0.nupkg.sha512",\r
-        "System.IO.Compression.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/net46/System.IO.Compression.dll",\r
-        "lib/portable-net45+win8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/net46/System.IO.Compression.dll",\r
-        "ref/netcore50/System.IO.Compression.dll",\r
-        "ref/netcore50/System.IO.Compression.xml",\r
-        "ref/netcore50/de/System.IO.Compression.xml",\r
-        "ref/netcore50/es/System.IO.Compression.xml",\r
-        "ref/netcore50/fr/System.IO.Compression.xml",\r
-        "ref/netcore50/it/System.IO.Compression.xml",\r
-        "ref/netcore50/ja/System.IO.Compression.xml",\r
-        "ref/netcore50/ko/System.IO.Compression.xml",\r
-        "ref/netcore50/ru/System.IO.Compression.xml",\r
-        "ref/netcore50/zh-hans/System.IO.Compression.xml",\r
-        "ref/netcore50/zh-hant/System.IO.Compression.xml",\r
-        "ref/netstandard1.1/System.IO.Compression.dll",\r
-        "ref/netstandard1.1/System.IO.Compression.xml",\r
-        "ref/netstandard1.1/de/System.IO.Compression.xml",\r
-        "ref/netstandard1.1/es/System.IO.Compression.xml",\r
-        "ref/netstandard1.1/fr/System.IO.Compression.xml",\r
-        "ref/netstandard1.1/it/System.IO.Compression.xml",\r
-        "ref/netstandard1.1/ja/System.IO.Compression.xml",\r
-        "ref/netstandard1.1/ko/System.IO.Compression.xml",\r
-        "ref/netstandard1.1/ru/System.IO.Compression.xml",\r
-        "ref/netstandard1.1/zh-hans/System.IO.Compression.xml",\r
-        "ref/netstandard1.1/zh-hant/System.IO.Compression.xml",\r
-        "ref/netstandard1.3/System.IO.Compression.dll",\r
-        "ref/netstandard1.3/System.IO.Compression.xml",\r
-        "ref/netstandard1.3/de/System.IO.Compression.xml",\r
-        "ref/netstandard1.3/es/System.IO.Compression.xml",\r
-        "ref/netstandard1.3/fr/System.IO.Compression.xml",\r
-        "ref/netstandard1.3/it/System.IO.Compression.xml",\r
-        "ref/netstandard1.3/ja/System.IO.Compression.xml",\r
-        "ref/netstandard1.3/ko/System.IO.Compression.xml",\r
-        "ref/netstandard1.3/ru/System.IO.Compression.xml",\r
-        "ref/netstandard1.3/zh-hans/System.IO.Compression.xml",\r
-        "ref/netstandard1.3/zh-hant/System.IO.Compression.xml",\r
-        "ref/portable-net45+win8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._",\r
-        "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll",\r
-        "runtimes/win/lib/net46/System.IO.Compression.dll",\r
-        "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll"\r
-      ]\r
-    },\r
-    "System.IO.Compression.ZipFile/4.0.1": {\r
-      "sha512": "hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==",\r
-      "type": "package",\r
-      "path": "System.IO.Compression.ZipFile/4.0.1",\r
-      "files": [\r
-        "System.IO.Compression.ZipFile.4.0.1.nupkg.sha512",\r
-        "System.IO.Compression.ZipFile.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net46/System.IO.Compression.ZipFile.dll",\r
-        "lib/netstandard1.3/System.IO.Compression.ZipFile.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net46/System.IO.Compression.ZipFile.dll",\r
-        "ref/netstandard1.3/System.IO.Compression.ZipFile.dll",\r
-        "ref/netstandard1.3/System.IO.Compression.ZipFile.xml",\r
-        "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml",\r
-        "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml",\r
-        "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml",\r
-        "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml",\r
-        "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml",\r
-        "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml",\r
-        "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml",\r
-        "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml",\r
-        "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.IO.FileSystem/4.0.1": {\r
-      "sha512": "IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==",\r
-      "type": "package",\r
-      "path": "System.IO.FileSystem/4.0.1",\r
-      "files": [\r
-        "System.IO.FileSystem.4.0.1.nupkg.sha512",\r
-        "System.IO.FileSystem.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net46/System.IO.FileSystem.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net46/System.IO.FileSystem.dll",\r
-        "ref/netstandard1.3/System.IO.FileSystem.dll",\r
-        "ref/netstandard1.3/System.IO.FileSystem.xml",\r
-        "ref/netstandard1.3/de/System.IO.FileSystem.xml",\r
-        "ref/netstandard1.3/es/System.IO.FileSystem.xml",\r
-        "ref/netstandard1.3/fr/System.IO.FileSystem.xml",\r
-        "ref/netstandard1.3/it/System.IO.FileSystem.xml",\r
-        "ref/netstandard1.3/ja/System.IO.FileSystem.xml",\r
-        "ref/netstandard1.3/ko/System.IO.FileSystem.xml",\r
-        "ref/netstandard1.3/ru/System.IO.FileSystem.xml",\r
-        "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml",\r
-        "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.IO.FileSystem.Primitives/4.0.1": {\r
-      "sha512": "kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==",\r
-      "type": "package",\r
-      "path": "System.IO.FileSystem.Primitives/4.0.1",\r
-      "files": [\r
-        "System.IO.FileSystem.Primitives.4.0.1.nupkg.sha512",\r
-        "System.IO.FileSystem.Primitives.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net46/System.IO.FileSystem.Primitives.dll",\r
-        "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net46/System.IO.FileSystem.Primitives.dll",\r
-        "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll",\r
-        "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml",\r
-        "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml",\r
-        "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml",\r
-        "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml",\r
-        "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml",\r
-        "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml",\r
-        "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml",\r
-        "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml",\r
-        "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml",\r
-        "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Linq/4.1.0": {\r
-      "sha512": "bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",\r
-      "type": "package",\r
-      "path": "System.Linq/4.1.0",\r
-      "files": [\r
-        "System.Linq.4.1.0.nupkg.sha512",\r
-        "System.Linq.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/net463/System.Linq.dll",\r
-        "lib/netcore50/System.Linq.dll",\r
-        "lib/netstandard1.6/System.Linq.dll",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/net463/System.Linq.dll",\r
-        "ref/netcore50/System.Linq.dll",\r
-        "ref/netcore50/System.Linq.xml",\r
-        "ref/netcore50/de/System.Linq.xml",\r
-        "ref/netcore50/es/System.Linq.xml",\r
-        "ref/netcore50/fr/System.Linq.xml",\r
-        "ref/netcore50/it/System.Linq.xml",\r
-        "ref/netcore50/ja/System.Linq.xml",\r
-        "ref/netcore50/ko/System.Linq.xml",\r
-        "ref/netcore50/ru/System.Linq.xml",\r
-        "ref/netcore50/zh-hans/System.Linq.xml",\r
-        "ref/netcore50/zh-hant/System.Linq.xml",\r
-        "ref/netstandard1.0/System.Linq.dll",\r
-        "ref/netstandard1.0/System.Linq.xml",\r
-        "ref/netstandard1.0/de/System.Linq.xml",\r
-        "ref/netstandard1.0/es/System.Linq.xml",\r
-        "ref/netstandard1.0/fr/System.Linq.xml",\r
-        "ref/netstandard1.0/it/System.Linq.xml",\r
-        "ref/netstandard1.0/ja/System.Linq.xml",\r
-        "ref/netstandard1.0/ko/System.Linq.xml",\r
-        "ref/netstandard1.0/ru/System.Linq.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Linq.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Linq.xml",\r
-        "ref/netstandard1.6/System.Linq.dll",\r
-        "ref/netstandard1.6/System.Linq.xml",\r
-        "ref/netstandard1.6/de/System.Linq.xml",\r
-        "ref/netstandard1.6/es/System.Linq.xml",\r
-        "ref/netstandard1.6/fr/System.Linq.xml",\r
-        "ref/netstandard1.6/it/System.Linq.xml",\r
-        "ref/netstandard1.6/ja/System.Linq.xml",\r
-        "ref/netstandard1.6/ko/System.Linq.xml",\r
-        "ref/netstandard1.6/ru/System.Linq.xml",\r
-        "ref/netstandard1.6/zh-hans/System.Linq.xml",\r
-        "ref/netstandard1.6/zh-hant/System.Linq.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Linq.Expressions/4.1.0": {\r
-      "sha512": "I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",\r
-      "type": "package",\r
-      "path": "System.Linq.Expressions/4.1.0",\r
-      "files": [\r
-        "System.Linq.Expressions.4.1.0.nupkg.sha512",\r
-        "System.Linq.Expressions.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/net463/System.Linq.Expressions.dll",\r
-        "lib/netcore50/System.Linq.Expressions.dll",\r
-        "lib/netstandard1.6/System.Linq.Expressions.dll",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/net463/System.Linq.Expressions.dll",\r
-        "ref/netcore50/System.Linq.Expressions.dll",\r
-        "ref/netcore50/System.Linq.Expressions.xml",\r
-        "ref/netcore50/de/System.Linq.Expressions.xml",\r
-        "ref/netcore50/es/System.Linq.Expressions.xml",\r
-        "ref/netcore50/fr/System.Linq.Expressions.xml",\r
-        "ref/netcore50/it/System.Linq.Expressions.xml",\r
-        "ref/netcore50/ja/System.Linq.Expressions.xml",\r
-        "ref/netcore50/ko/System.Linq.Expressions.xml",\r
-        "ref/netcore50/ru/System.Linq.Expressions.xml",\r
-        "ref/netcore50/zh-hans/System.Linq.Expressions.xml",\r
-        "ref/netcore50/zh-hant/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.0/System.Linq.Expressions.dll",\r
-        "ref/netstandard1.0/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.0/de/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.0/es/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.0/fr/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.0/it/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.0/ja/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.0/ko/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.0/ru/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.3/System.Linq.Expressions.dll",\r
-        "ref/netstandard1.3/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.3/de/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.3/es/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.3/fr/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.3/it/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.3/ja/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.3/ko/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.3/ru/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.6/System.Linq.Expressions.dll",\r
-        "ref/netstandard1.6/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.6/de/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.6/es/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.6/fr/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.6/it/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.6/ja/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.6/ko/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.6/ru/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml",\r
-        "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._",\r
-        "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll"\r
-      ]\r
-    },\r
-    "System.Net.Http/4.1.0": {\r
-      "sha512": "ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==",\r
-      "type": "package",\r
-      "path": "System.Net.Http/4.1.0",\r
-      "files": [\r
-        "System.Net.Http.4.1.0.nupkg.sha512",\r
-        "System.Net.Http.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/Xamarinmac20/_._",\r
-        "lib/monoandroid10/_._",\r
-        "lib/monotouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/net46/System.Net.Http.dll",\r
-        "lib/portable-net45+win8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/Xamarinmac20/_._",\r
-        "ref/monoandroid10/_._",\r
-        "ref/monotouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/net46/System.Net.Http.dll",\r
-        "ref/net46/System.Net.Http.xml",\r
-        "ref/net46/de/System.Net.Http.xml",\r
-        "ref/net46/es/System.Net.Http.xml",\r
-        "ref/net46/fr/System.Net.Http.xml",\r
-        "ref/net46/it/System.Net.Http.xml",\r
-        "ref/net46/ja/System.Net.Http.xml",\r
-        "ref/net46/ko/System.Net.Http.xml",\r
-        "ref/net46/ru/System.Net.Http.xml",\r
-        "ref/net46/zh-hans/System.Net.Http.xml",\r
-        "ref/net46/zh-hant/System.Net.Http.xml",\r
-        "ref/netcore50/System.Net.Http.dll",\r
-        "ref/netcore50/System.Net.Http.xml",\r
-        "ref/netcore50/de/System.Net.Http.xml",\r
-        "ref/netcore50/es/System.Net.Http.xml",\r
-        "ref/netcore50/fr/System.Net.Http.xml",\r
-        "ref/netcore50/it/System.Net.Http.xml",\r
-        "ref/netcore50/ja/System.Net.Http.xml",\r
-        "ref/netcore50/ko/System.Net.Http.xml",\r
-        "ref/netcore50/ru/System.Net.Http.xml",\r
-        "ref/netcore50/zh-hans/System.Net.Http.xml",\r
-        "ref/netcore50/zh-hant/System.Net.Http.xml",\r
-        "ref/netstandard1.1/System.Net.Http.dll",\r
-        "ref/netstandard1.1/System.Net.Http.xml",\r
-        "ref/netstandard1.1/de/System.Net.Http.xml",\r
-        "ref/netstandard1.1/es/System.Net.Http.xml",\r
-        "ref/netstandard1.1/fr/System.Net.Http.xml",\r
-        "ref/netstandard1.1/it/System.Net.Http.xml",\r
-        "ref/netstandard1.1/ja/System.Net.Http.xml",\r
-        "ref/netstandard1.1/ko/System.Net.Http.xml",\r
-        "ref/netstandard1.1/ru/System.Net.Http.xml",\r
-        "ref/netstandard1.1/zh-hans/System.Net.Http.xml",\r
-        "ref/netstandard1.1/zh-hant/System.Net.Http.xml",\r
-        "ref/netstandard1.3/System.Net.Http.dll",\r
-        "ref/netstandard1.3/System.Net.Http.xml",\r
-        "ref/netstandard1.3/de/System.Net.Http.xml",\r
-        "ref/netstandard1.3/es/System.Net.Http.xml",\r
-        "ref/netstandard1.3/fr/System.Net.Http.xml",\r
-        "ref/netstandard1.3/it/System.Net.Http.xml",\r
-        "ref/netstandard1.3/ja/System.Net.Http.xml",\r
-        "ref/netstandard1.3/ko/System.Net.Http.xml",\r
-        "ref/netstandard1.3/ru/System.Net.Http.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Net.Http.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Net.Http.xml",\r
-        "ref/portable-net45+win8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._",\r
-        "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll",\r
-        "runtimes/win/lib/net46/System.Net.Http.dll",\r
-        "runtimes/win/lib/netcore50/System.Net.Http.dll",\r
-        "runtimes/win/lib/netstandard1.3/System.Net.Http.dll"\r
-      ]\r
-    },\r
-    "System.Net.Primitives/4.0.11": {\r
-      "sha512": "hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==",\r
-      "type": "package",\r
-      "path": "System.Net.Primitives/4.0.11",\r
-      "files": [\r
-        "System.Net.Primitives.4.0.11.nupkg.sha512",\r
-        "System.Net.Primitives.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Net.Primitives.dll",\r
-        "ref/netcore50/System.Net.Primitives.xml",\r
-        "ref/netcore50/de/System.Net.Primitives.xml",\r
-        "ref/netcore50/es/System.Net.Primitives.xml",\r
-        "ref/netcore50/fr/System.Net.Primitives.xml",\r
-        "ref/netcore50/it/System.Net.Primitives.xml",\r
-        "ref/netcore50/ja/System.Net.Primitives.xml",\r
-        "ref/netcore50/ko/System.Net.Primitives.xml",\r
-        "ref/netcore50/ru/System.Net.Primitives.xml",\r
-        "ref/netcore50/zh-hans/System.Net.Primitives.xml",\r
-        "ref/netcore50/zh-hant/System.Net.Primitives.xml",\r
-        "ref/netstandard1.0/System.Net.Primitives.dll",\r
-        "ref/netstandard1.0/System.Net.Primitives.xml",\r
-        "ref/netstandard1.0/de/System.Net.Primitives.xml",\r
-        "ref/netstandard1.0/es/System.Net.Primitives.xml",\r
-        "ref/netstandard1.0/fr/System.Net.Primitives.xml",\r
-        "ref/netstandard1.0/it/System.Net.Primitives.xml",\r
-        "ref/netstandard1.0/ja/System.Net.Primitives.xml",\r
-        "ref/netstandard1.0/ko/System.Net.Primitives.xml",\r
-        "ref/netstandard1.0/ru/System.Net.Primitives.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml",\r
-        "ref/netstandard1.1/System.Net.Primitives.dll",\r
-        "ref/netstandard1.1/System.Net.Primitives.xml",\r
-        "ref/netstandard1.1/de/System.Net.Primitives.xml",\r
-        "ref/netstandard1.1/es/System.Net.Primitives.xml",\r
-        "ref/netstandard1.1/fr/System.Net.Primitives.xml",\r
-        "ref/netstandard1.1/it/System.Net.Primitives.xml",\r
-        "ref/netstandard1.1/ja/System.Net.Primitives.xml",\r
-        "ref/netstandard1.1/ko/System.Net.Primitives.xml",\r
-        "ref/netstandard1.1/ru/System.Net.Primitives.xml",\r
-        "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml",\r
-        "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml",\r
-        "ref/netstandard1.3/System.Net.Primitives.dll",\r
-        "ref/netstandard1.3/System.Net.Primitives.xml",\r
-        "ref/netstandard1.3/de/System.Net.Primitives.xml",\r
-        "ref/netstandard1.3/es/System.Net.Primitives.xml",\r
-        "ref/netstandard1.3/fr/System.Net.Primitives.xml",\r
-        "ref/netstandard1.3/it/System.Net.Primitives.xml",\r
-        "ref/netstandard1.3/ja/System.Net.Primitives.xml",\r
-        "ref/netstandard1.3/ko/System.Net.Primitives.xml",\r
-        "ref/netstandard1.3/ru/System.Net.Primitives.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Net.Sockets/4.1.0": {\r
-      "sha512": "xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==",\r
-      "type": "package",\r
-      "path": "System.Net.Sockets/4.1.0",\r
-      "files": [\r
-        "System.Net.Sockets.4.1.0.nupkg.sha512",\r
-        "System.Net.Sockets.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net46/System.Net.Sockets.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net46/System.Net.Sockets.dll",\r
-        "ref/netstandard1.3/System.Net.Sockets.dll",\r
-        "ref/netstandard1.3/System.Net.Sockets.xml",\r
-        "ref/netstandard1.3/de/System.Net.Sockets.xml",\r
-        "ref/netstandard1.3/es/System.Net.Sockets.xml",\r
-        "ref/netstandard1.3/fr/System.Net.Sockets.xml",\r
-        "ref/netstandard1.3/it/System.Net.Sockets.xml",\r
-        "ref/netstandard1.3/ja/System.Net.Sockets.xml",\r
-        "ref/netstandard1.3/ko/System.Net.Sockets.xml",\r
-        "ref/netstandard1.3/ru/System.Net.Sockets.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.ObjectModel/4.0.12": {\r
-      "sha512": "tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",\r
-      "type": "package",\r
-      "path": "System.ObjectModel/4.0.12",\r
-      "files": [\r
-        "System.ObjectModel.4.0.12.nupkg.sha512",\r
-        "System.ObjectModel.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/netcore50/System.ObjectModel.dll",\r
-        "lib/netstandard1.3/System.ObjectModel.dll",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.ObjectModel.dll",\r
-        "ref/netcore50/System.ObjectModel.xml",\r
-        "ref/netcore50/de/System.ObjectModel.xml",\r
-        "ref/netcore50/es/System.ObjectModel.xml",\r
-        "ref/netcore50/fr/System.ObjectModel.xml",\r
-        "ref/netcore50/it/System.ObjectModel.xml",\r
-        "ref/netcore50/ja/System.ObjectModel.xml",\r
-        "ref/netcore50/ko/System.ObjectModel.xml",\r
-        "ref/netcore50/ru/System.ObjectModel.xml",\r
-        "ref/netcore50/zh-hans/System.ObjectModel.xml",\r
-        "ref/netcore50/zh-hant/System.ObjectModel.xml",\r
-        "ref/netstandard1.0/System.ObjectModel.dll",\r
-        "ref/netstandard1.0/System.ObjectModel.xml",\r
-        "ref/netstandard1.0/de/System.ObjectModel.xml",\r
-        "ref/netstandard1.0/es/System.ObjectModel.xml",\r
-        "ref/netstandard1.0/fr/System.ObjectModel.xml",\r
-        "ref/netstandard1.0/it/System.ObjectModel.xml",\r
-        "ref/netstandard1.0/ja/System.ObjectModel.xml",\r
-        "ref/netstandard1.0/ko/System.ObjectModel.xml",\r
-        "ref/netstandard1.0/ru/System.ObjectModel.xml",\r
-        "ref/netstandard1.0/zh-hans/System.ObjectModel.xml",\r
-        "ref/netstandard1.0/zh-hant/System.ObjectModel.xml",\r
-        "ref/netstandard1.3/System.ObjectModel.dll",\r
-        "ref/netstandard1.3/System.ObjectModel.xml",\r
-        "ref/netstandard1.3/de/System.ObjectModel.xml",\r
-        "ref/netstandard1.3/es/System.ObjectModel.xml",\r
-        "ref/netstandard1.3/fr/System.ObjectModel.xml",\r
-        "ref/netstandard1.3/it/System.ObjectModel.xml",\r
-        "ref/netstandard1.3/ja/System.ObjectModel.xml",\r
-        "ref/netstandard1.3/ko/System.ObjectModel.xml",\r
-        "ref/netstandard1.3/ru/System.ObjectModel.xml",\r
-        "ref/netstandard1.3/zh-hans/System.ObjectModel.xml",\r
-        "ref/netstandard1.3/zh-hant/System.ObjectModel.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Reflection/4.1.0": {\r
-      "sha512": "JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",\r
-      "type": "package",\r
-      "path": "System.Reflection/4.1.0",\r
-      "files": [\r
-        "System.Reflection.4.1.0.nupkg.sha512",\r
-        "System.Reflection.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/net462/System.Reflection.dll",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/net462/System.Reflection.dll",\r
-        "ref/netcore50/System.Reflection.dll",\r
-        "ref/netcore50/System.Reflection.xml",\r
-        "ref/netcore50/de/System.Reflection.xml",\r
-        "ref/netcore50/es/System.Reflection.xml",\r
-        "ref/netcore50/fr/System.Reflection.xml",\r
-        "ref/netcore50/it/System.Reflection.xml",\r
-        "ref/netcore50/ja/System.Reflection.xml",\r
-        "ref/netcore50/ko/System.Reflection.xml",\r
-        "ref/netcore50/ru/System.Reflection.xml",\r
-        "ref/netcore50/zh-hans/System.Reflection.xml",\r
-        "ref/netcore50/zh-hant/System.Reflection.xml",\r
-        "ref/netstandard1.0/System.Reflection.dll",\r
-        "ref/netstandard1.0/System.Reflection.xml",\r
-        "ref/netstandard1.0/de/System.Reflection.xml",\r
-        "ref/netstandard1.0/es/System.Reflection.xml",\r
-        "ref/netstandard1.0/fr/System.Reflection.xml",\r
-        "ref/netstandard1.0/it/System.Reflection.xml",\r
-        "ref/netstandard1.0/ja/System.Reflection.xml",\r
-        "ref/netstandard1.0/ko/System.Reflection.xml",\r
-        "ref/netstandard1.0/ru/System.Reflection.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Reflection.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Reflection.xml",\r
-        "ref/netstandard1.3/System.Reflection.dll",\r
-        "ref/netstandard1.3/System.Reflection.xml",\r
-        "ref/netstandard1.3/de/System.Reflection.xml",\r
-        "ref/netstandard1.3/es/System.Reflection.xml",\r
-        "ref/netstandard1.3/fr/System.Reflection.xml",\r
-        "ref/netstandard1.3/it/System.Reflection.xml",\r
-        "ref/netstandard1.3/ja/System.Reflection.xml",\r
-        "ref/netstandard1.3/ko/System.Reflection.xml",\r
-        "ref/netstandard1.3/ru/System.Reflection.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Reflection.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Reflection.xml",\r
-        "ref/netstandard1.5/System.Reflection.dll",\r
-        "ref/netstandard1.5/System.Reflection.xml",\r
-        "ref/netstandard1.5/de/System.Reflection.xml",\r
-        "ref/netstandard1.5/es/System.Reflection.xml",\r
-        "ref/netstandard1.5/fr/System.Reflection.xml",\r
-        "ref/netstandard1.5/it/System.Reflection.xml",\r
-        "ref/netstandard1.5/ja/System.Reflection.xml",\r
-        "ref/netstandard1.5/ko/System.Reflection.xml",\r
-        "ref/netstandard1.5/ru/System.Reflection.xml",\r
-        "ref/netstandard1.5/zh-hans/System.Reflection.xml",\r
-        "ref/netstandard1.5/zh-hant/System.Reflection.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Reflection.Extensions/4.0.1": {\r
-      "sha512": "GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",\r
-      "type": "package",\r
-      "path": "System.Reflection.Extensions/4.0.1",\r
-      "files": [\r
-        "System.Reflection.Extensions.4.0.1.nupkg.sha512",\r
-        "System.Reflection.Extensions.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Reflection.Extensions.dll",\r
-        "ref/netcore50/System.Reflection.Extensions.xml",\r
-        "ref/netcore50/de/System.Reflection.Extensions.xml",\r
-        "ref/netcore50/es/System.Reflection.Extensions.xml",\r
-        "ref/netcore50/fr/System.Reflection.Extensions.xml",\r
-        "ref/netcore50/it/System.Reflection.Extensions.xml",\r
-        "ref/netcore50/ja/System.Reflection.Extensions.xml",\r
-        "ref/netcore50/ko/System.Reflection.Extensions.xml",\r
-        "ref/netcore50/ru/System.Reflection.Extensions.xml",\r
-        "ref/netcore50/zh-hans/System.Reflection.Extensions.xml",\r
-        "ref/netcore50/zh-hant/System.Reflection.Extensions.xml",\r
-        "ref/netstandard1.0/System.Reflection.Extensions.dll",\r
-        "ref/netstandard1.0/System.Reflection.Extensions.xml",\r
-        "ref/netstandard1.0/de/System.Reflection.Extensions.xml",\r
-        "ref/netstandard1.0/es/System.Reflection.Extensions.xml",\r
-        "ref/netstandard1.0/fr/System.Reflection.Extensions.xml",\r
-        "ref/netstandard1.0/it/System.Reflection.Extensions.xml",\r
-        "ref/netstandard1.0/ja/System.Reflection.Extensions.xml",\r
-        "ref/netstandard1.0/ko/System.Reflection.Extensions.xml",\r
-        "ref/netstandard1.0/ru/System.Reflection.Extensions.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Reflection.Primitives/4.0.1": {\r
-      "sha512": "4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",\r
-      "type": "package",\r
-      "path": "System.Reflection.Primitives/4.0.1",\r
-      "files": [\r
-        "System.Reflection.Primitives.4.0.1.nupkg.sha512",\r
-        "System.Reflection.Primitives.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Reflection.Primitives.dll",\r
-        "ref/netcore50/System.Reflection.Primitives.xml",\r
-        "ref/netcore50/de/System.Reflection.Primitives.xml",\r
-        "ref/netcore50/es/System.Reflection.Primitives.xml",\r
-        "ref/netcore50/fr/System.Reflection.Primitives.xml",\r
-        "ref/netcore50/it/System.Reflection.Primitives.xml",\r
-        "ref/netcore50/ja/System.Reflection.Primitives.xml",\r
-        "ref/netcore50/ko/System.Reflection.Primitives.xml",\r
-        "ref/netcore50/ru/System.Reflection.Primitives.xml",\r
-        "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",\r
-        "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",\r
-        "ref/netstandard1.0/System.Reflection.Primitives.dll",\r
-        "ref/netstandard1.0/System.Reflection.Primitives.xml",\r
-        "ref/netstandard1.0/de/System.Reflection.Primitives.xml",\r
-        "ref/netstandard1.0/es/System.Reflection.Primitives.xml",\r
-        "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",\r
-        "ref/netstandard1.0/it/System.Reflection.Primitives.xml",\r
-        "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",\r
-        "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",\r
-        "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Resources.ResourceManager/4.0.1": {\r
-      "sha512": "TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",\r
-      "type": "package",\r
-      "path": "System.Resources.ResourceManager/4.0.1",\r
-      "files": [\r
-        "System.Resources.ResourceManager.4.0.1.nupkg.sha512",\r
-        "System.Resources.ResourceManager.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Resources.ResourceManager.dll",\r
-        "ref/netcore50/System.Resources.ResourceManager.xml",\r
-        "ref/netcore50/de/System.Resources.ResourceManager.xml",\r
-        "ref/netcore50/es/System.Resources.ResourceManager.xml",\r
-        "ref/netcore50/fr/System.Resources.ResourceManager.xml",\r
-        "ref/netcore50/it/System.Resources.ResourceManager.xml",\r
-        "ref/netcore50/ja/System.Resources.ResourceManager.xml",\r
-        "ref/netcore50/ko/System.Resources.ResourceManager.xml",\r
-        "ref/netcore50/ru/System.Resources.ResourceManager.xml",\r
-        "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",\r
-        "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",\r
-        "ref/netstandard1.0/System.Resources.ResourceManager.dll",\r
-        "ref/netstandard1.0/System.Resources.ResourceManager.xml",\r
-        "ref/netstandard1.0/de/System.Resources.ResourceManager.xml",\r
-        "ref/netstandard1.0/es/System.Resources.ResourceManager.xml",\r
-        "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",\r
-        "ref/netstandard1.0/it/System.Resources.ResourceManager.xml",\r
-        "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",\r
-        "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",\r
-        "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Runtime/4.1.0": {\r
-      "sha512": "v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",\r
-      "type": "package",\r
-      "path": "System.Runtime/4.1.0",\r
-      "files": [\r
-        "System.Runtime.4.1.0.nupkg.sha512",\r
-        "System.Runtime.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/net462/System.Runtime.dll",\r
-        "lib/portable-net45+win8+wp80+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/net462/System.Runtime.dll",\r
-        "ref/netcore50/System.Runtime.dll",\r
-        "ref/netcore50/System.Runtime.xml",\r
-        "ref/netcore50/de/System.Runtime.xml",\r
-        "ref/netcore50/es/System.Runtime.xml",\r
-        "ref/netcore50/fr/System.Runtime.xml",\r
-        "ref/netcore50/it/System.Runtime.xml",\r
-        "ref/netcore50/ja/System.Runtime.xml",\r
-        "ref/netcore50/ko/System.Runtime.xml",\r
-        "ref/netcore50/ru/System.Runtime.xml",\r
-        "ref/netcore50/zh-hans/System.Runtime.xml",\r
-        "ref/netcore50/zh-hant/System.Runtime.xml",\r
-        "ref/netstandard1.0/System.Runtime.dll",\r
-        "ref/netstandard1.0/System.Runtime.xml",\r
-        "ref/netstandard1.0/de/System.Runtime.xml",\r
-        "ref/netstandard1.0/es/System.Runtime.xml",\r
-        "ref/netstandard1.0/fr/System.Runtime.xml",\r
-        "ref/netstandard1.0/it/System.Runtime.xml",\r
-        "ref/netstandard1.0/ja/System.Runtime.xml",\r
-        "ref/netstandard1.0/ko/System.Runtime.xml",\r
-        "ref/netstandard1.0/ru/System.Runtime.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Runtime.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Runtime.xml",\r
-        "ref/netstandard1.2/System.Runtime.dll",\r
-        "ref/netstandard1.2/System.Runtime.xml",\r
-        "ref/netstandard1.2/de/System.Runtime.xml",\r
-        "ref/netstandard1.2/es/System.Runtime.xml",\r
-        "ref/netstandard1.2/fr/System.Runtime.xml",\r
-        "ref/netstandard1.2/it/System.Runtime.xml",\r
-        "ref/netstandard1.2/ja/System.Runtime.xml",\r
-        "ref/netstandard1.2/ko/System.Runtime.xml",\r
-        "ref/netstandard1.2/ru/System.Runtime.xml",\r
-        "ref/netstandard1.2/zh-hans/System.Runtime.xml",\r
-        "ref/netstandard1.2/zh-hant/System.Runtime.xml",\r
-        "ref/netstandard1.3/System.Runtime.dll",\r
-        "ref/netstandard1.3/System.Runtime.xml",\r
-        "ref/netstandard1.3/de/System.Runtime.xml",\r
-        "ref/netstandard1.3/es/System.Runtime.xml",\r
-        "ref/netstandard1.3/fr/System.Runtime.xml",\r
-        "ref/netstandard1.3/it/System.Runtime.xml",\r
-        "ref/netstandard1.3/ja/System.Runtime.xml",\r
-        "ref/netstandard1.3/ko/System.Runtime.xml",\r
-        "ref/netstandard1.3/ru/System.Runtime.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Runtime.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Runtime.xml",\r
-        "ref/netstandard1.5/System.Runtime.dll",\r
-        "ref/netstandard1.5/System.Runtime.xml",\r
-        "ref/netstandard1.5/de/System.Runtime.xml",\r
-        "ref/netstandard1.5/es/System.Runtime.xml",\r
-        "ref/netstandard1.5/fr/System.Runtime.xml",\r
-        "ref/netstandard1.5/it/System.Runtime.xml",\r
-        "ref/netstandard1.5/ja/System.Runtime.xml",\r
-        "ref/netstandard1.5/ko/System.Runtime.xml",\r
-        "ref/netstandard1.5/ru/System.Runtime.xml",\r
-        "ref/netstandard1.5/zh-hans/System.Runtime.xml",\r
-        "ref/netstandard1.5/zh-hant/System.Runtime.xml",\r
-        "ref/portable-net45+win8+wp80+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Runtime.Extensions/4.1.0": {\r
-      "sha512": "CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",\r
-      "type": "package",\r
-      "path": "System.Runtime.Extensions/4.1.0",\r
-      "files": [\r
-        "System.Runtime.Extensions.4.1.0.nupkg.sha512",\r
-        "System.Runtime.Extensions.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/net462/System.Runtime.Extensions.dll",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/net462/System.Runtime.Extensions.dll",\r
-        "ref/netcore50/System.Runtime.Extensions.dll",\r
-        "ref/netcore50/System.Runtime.Extensions.xml",\r
-        "ref/netcore50/de/System.Runtime.Extensions.xml",\r
-        "ref/netcore50/es/System.Runtime.Extensions.xml",\r
-        "ref/netcore50/fr/System.Runtime.Extensions.xml",\r
-        "ref/netcore50/it/System.Runtime.Extensions.xml",\r
-        "ref/netcore50/ja/System.Runtime.Extensions.xml",\r
-        "ref/netcore50/ko/System.Runtime.Extensions.xml",\r
-        "ref/netcore50/ru/System.Runtime.Extensions.xml",\r
-        "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",\r
-        "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.0/System.Runtime.Extensions.dll",\r
-        "ref/netstandard1.0/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.0/de/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.0/es/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.0/fr/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.0/it/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.0/ja/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.0/ko/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.0/ru/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.3/System.Runtime.Extensions.dll",\r
-        "ref/netstandard1.3/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.3/de/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.3/es/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.3/fr/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.3/it/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.3/ja/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.3/ko/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.3/ru/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.5/System.Runtime.Extensions.dll",\r
-        "ref/netstandard1.5/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.5/de/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.5/es/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.5/fr/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.5/it/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.5/ja/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.5/ko/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.5/ru/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml",\r
-        "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Runtime.Handles/4.0.1": {\r
-      "sha512": "nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==",\r
-      "type": "package",\r
-      "path": "System.Runtime.Handles/4.0.1",\r
-      "files": [\r
-        "System.Runtime.Handles.4.0.1.nupkg.sha512",\r
-        "System.Runtime.Handles.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net46/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net46/_._",\r
-        "ref/netstandard1.3/System.Runtime.Handles.dll",\r
-        "ref/netstandard1.3/System.Runtime.Handles.xml",\r
-        "ref/netstandard1.3/de/System.Runtime.Handles.xml",\r
-        "ref/netstandard1.3/es/System.Runtime.Handles.xml",\r
-        "ref/netstandard1.3/fr/System.Runtime.Handles.xml",\r
-        "ref/netstandard1.3/it/System.Runtime.Handles.xml",\r
-        "ref/netstandard1.3/ja/System.Runtime.Handles.xml",\r
-        "ref/netstandard1.3/ko/System.Runtime.Handles.xml",\r
-        "ref/netstandard1.3/ru/System.Runtime.Handles.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Runtime.InteropServices/4.1.0": {\r
-      "sha512": "16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==",\r
-      "type": "package",\r
-      "path": "System.Runtime.InteropServices/4.1.0",\r
-      "files": [\r
-        "System.Runtime.InteropServices.4.1.0.nupkg.sha512",\r
-        "System.Runtime.InteropServices.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/net462/System.Runtime.InteropServices.dll",\r
-        "lib/portable-net45+win8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/net462/System.Runtime.InteropServices.dll",\r
-        "ref/netcore50/System.Runtime.InteropServices.dll",\r
-        "ref/netcore50/System.Runtime.InteropServices.xml",\r
-        "ref/netcore50/de/System.Runtime.InteropServices.xml",\r
-        "ref/netcore50/es/System.Runtime.InteropServices.xml",\r
-        "ref/netcore50/fr/System.Runtime.InteropServices.xml",\r
-        "ref/netcore50/it/System.Runtime.InteropServices.xml",\r
-        "ref/netcore50/ja/System.Runtime.InteropServices.xml",\r
-        "ref/netcore50/ko/System.Runtime.InteropServices.xml",\r
-        "ref/netcore50/ru/System.Runtime.InteropServices.xml",\r
-        "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml",\r
-        "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.1/System.Runtime.InteropServices.dll",\r
-        "ref/netstandard1.1/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.1/de/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.1/es/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.1/it/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.2/System.Runtime.InteropServices.dll",\r
-        "ref/netstandard1.2/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.2/de/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.2/es/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.2/it/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.3/System.Runtime.InteropServices.dll",\r
-        "ref/netstandard1.3/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.3/de/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.3/es/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.3/it/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.5/System.Runtime.InteropServices.dll",\r
-        "ref/netstandard1.5/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.5/de/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.5/es/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.5/it/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml",\r
-        "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml",\r
-        "ref/portable-net45+win8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {\r
-      "sha512": "hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==",\r
-      "type": "package",\r
-      "path": "System.Runtime.InteropServices.RuntimeInformation/4.0.0",\r
-      "files": [\r
-        "System.Runtime.InteropServices.RuntimeInformation.4.0.0.nupkg.sha512",\r
-        "System.Runtime.InteropServices.RuntimeInformation.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",\r
-        "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll",\r
-        "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._",\r
-        "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",\r
-        "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",\r
-        "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",\r
-        "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",\r
-        "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll"\r
-      ]\r
-    },\r
-    "System.Runtime.Numerics/4.0.1": {\r
-      "sha512": "+XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==",\r
-      "type": "package",\r
-      "path": "System.Runtime.Numerics/4.0.1",\r
-      "files": [\r
-        "System.Runtime.Numerics.4.0.1.nupkg.sha512",\r
-        "System.Runtime.Numerics.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/netcore50/System.Runtime.Numerics.dll",\r
-        "lib/netstandard1.3/System.Runtime.Numerics.dll",\r
-        "lib/portable-net45+win8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Runtime.Numerics.dll",\r
-        "ref/netcore50/System.Runtime.Numerics.xml",\r
-        "ref/netcore50/de/System.Runtime.Numerics.xml",\r
-        "ref/netcore50/es/System.Runtime.Numerics.xml",\r
-        "ref/netcore50/fr/System.Runtime.Numerics.xml",\r
-        "ref/netcore50/it/System.Runtime.Numerics.xml",\r
-        "ref/netcore50/ja/System.Runtime.Numerics.xml",\r
-        "ref/netcore50/ko/System.Runtime.Numerics.xml",\r
-        "ref/netcore50/ru/System.Runtime.Numerics.xml",\r
-        "ref/netcore50/zh-hans/System.Runtime.Numerics.xml",\r
-        "ref/netcore50/zh-hant/System.Runtime.Numerics.xml",\r
-        "ref/netstandard1.1/System.Runtime.Numerics.dll",\r
-        "ref/netstandard1.1/System.Runtime.Numerics.xml",\r
-        "ref/netstandard1.1/de/System.Runtime.Numerics.xml",\r
-        "ref/netstandard1.1/es/System.Runtime.Numerics.xml",\r
-        "ref/netstandard1.1/fr/System.Runtime.Numerics.xml",\r
-        "ref/netstandard1.1/it/System.Runtime.Numerics.xml",\r
-        "ref/netstandard1.1/ja/System.Runtime.Numerics.xml",\r
-        "ref/netstandard1.1/ko/System.Runtime.Numerics.xml",\r
-        "ref/netstandard1.1/ru/System.Runtime.Numerics.xml",\r
-        "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml",\r
-        "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml",\r
-        "ref/portable-net45+win8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Security.Cryptography.Algorithms/4.2.0": {\r
-      "sha512": "8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==",\r
-      "type": "package",\r
-      "path": "System.Security.Cryptography.Algorithms/4.2.0",\r
-      "files": [\r
-        "System.Security.Cryptography.Algorithms.4.2.0.nupkg.sha512",\r
-        "System.Security.Cryptography.Algorithms.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net46/System.Security.Cryptography.Algorithms.dll",\r
-        "lib/net461/System.Security.Cryptography.Algorithms.dll",\r
-        "lib/net463/System.Security.Cryptography.Algorithms.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net46/System.Security.Cryptography.Algorithms.dll",\r
-        "ref/net461/System.Security.Cryptography.Algorithms.dll",\r
-        "ref/net463/System.Security.Cryptography.Algorithms.dll",\r
-        "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll",\r
-        "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll",\r
-        "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._",\r
-        "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",\r
-        "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll",\r
-        "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll",\r
-        "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll",\r
-        "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll",\r
-        "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll"\r
-      ]\r
-    },\r
-    "System.Security.Cryptography.Encoding/4.0.0": {\r
-      "sha512": "FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==",\r
-      "type": "package",\r
-      "path": "System.Security.Cryptography.Encoding/4.0.0",\r
-      "files": [\r
-        "System.Security.Cryptography.Encoding.4.0.0.nupkg.sha512",\r
-        "System.Security.Cryptography.Encoding.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net46/System.Security.Cryptography.Encoding.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net46/System.Security.Cryptography.Encoding.dll",\r
-        "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll",\r
-        "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml",\r
-        "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml",\r
-        "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml",\r
-        "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml",\r
-        "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml",\r
-        "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml",\r
-        "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml",\r
-        "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._",\r
-        "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll",\r
-        "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll",\r
-        "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll"\r
-      ]\r
-    },\r
-    "System.Security.Cryptography.Primitives/4.0.0": {\r
-      "sha512": "Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==",\r
-      "type": "package",\r
-      "path": "System.Security.Cryptography.Primitives/4.0.0",\r
-      "files": [\r
-        "System.Security.Cryptography.Primitives.4.0.0.nupkg.sha512",\r
-        "System.Security.Cryptography.Primitives.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net46/System.Security.Cryptography.Primitives.dll",\r
-        "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net46/System.Security.Cryptography.Primitives.dll",\r
-        "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Security.Cryptography.X509Certificates/4.1.0": {\r
-      "sha512": "4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==",\r
-      "type": "package",\r
-      "path": "System.Security.Cryptography.X509Certificates/4.1.0",\r
-      "files": [\r
-        "System.Security.Cryptography.X509Certificates.4.1.0.nupkg.sha512",\r
-        "System.Security.Cryptography.X509Certificates.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net46/System.Security.Cryptography.X509Certificates.dll",\r
-        "lib/net461/System.Security.Cryptography.X509Certificates.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net46/System.Security.Cryptography.X509Certificates.dll",\r
-        "ref/net461/System.Security.Cryptography.X509Certificates.dll",\r
-        "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll",\r
-        "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll",\r
-        "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._",\r
-        "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll",\r
-        "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll",\r
-        "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll",\r
-        "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll",\r
-        "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll"\r
-      ]\r
-    },\r
-    "System.Text.Encoding/4.0.11": {\r
-      "sha512": "U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",\r
-      "type": "package",\r
-      "path": "System.Text.Encoding/4.0.11",\r
-      "files": [\r
-        "System.Text.Encoding.4.0.11.nupkg.sha512",\r
-        "System.Text.Encoding.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Text.Encoding.dll",\r
-        "ref/netcore50/System.Text.Encoding.xml",\r
-        "ref/netcore50/de/System.Text.Encoding.xml",\r
-        "ref/netcore50/es/System.Text.Encoding.xml",\r
-        "ref/netcore50/fr/System.Text.Encoding.xml",\r
-        "ref/netcore50/it/System.Text.Encoding.xml",\r
-        "ref/netcore50/ja/System.Text.Encoding.xml",\r
-        "ref/netcore50/ko/System.Text.Encoding.xml",\r
-        "ref/netcore50/ru/System.Text.Encoding.xml",\r
-        "ref/netcore50/zh-hans/System.Text.Encoding.xml",\r
-        "ref/netcore50/zh-hant/System.Text.Encoding.xml",\r
-        "ref/netstandard1.0/System.Text.Encoding.dll",\r
-        "ref/netstandard1.0/System.Text.Encoding.xml",\r
-        "ref/netstandard1.0/de/System.Text.Encoding.xml",\r
-        "ref/netstandard1.0/es/System.Text.Encoding.xml",\r
-        "ref/netstandard1.0/fr/System.Text.Encoding.xml",\r
-        "ref/netstandard1.0/it/System.Text.Encoding.xml",\r
-        "ref/netstandard1.0/ja/System.Text.Encoding.xml",\r
-        "ref/netstandard1.0/ko/System.Text.Encoding.xml",\r
-        "ref/netstandard1.0/ru/System.Text.Encoding.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",\r
-        "ref/netstandard1.3/System.Text.Encoding.dll",\r
-        "ref/netstandard1.3/System.Text.Encoding.xml",\r
-        "ref/netstandard1.3/de/System.Text.Encoding.xml",\r
-        "ref/netstandard1.3/es/System.Text.Encoding.xml",\r
-        "ref/netstandard1.3/fr/System.Text.Encoding.xml",\r
-        "ref/netstandard1.3/it/System.Text.Encoding.xml",\r
-        "ref/netstandard1.3/ja/System.Text.Encoding.xml",\r
-        "ref/netstandard1.3/ko/System.Text.Encoding.xml",\r
-        "ref/netstandard1.3/ru/System.Text.Encoding.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Text.Encoding.Extensions/4.0.11": {\r
-      "sha512": "jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",\r
-      "type": "package",\r
-      "path": "System.Text.Encoding.Extensions/4.0.11",\r
-      "files": [\r
-        "System.Text.Encoding.Extensions.4.0.11.nupkg.sha512",\r
-        "System.Text.Encoding.Extensions.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Text.Encoding.Extensions.dll",\r
-        "ref/netcore50/System.Text.Encoding.Extensions.xml",\r
-        "ref/netcore50/de/System.Text.Encoding.Extensions.xml",\r
-        "ref/netcore50/es/System.Text.Encoding.Extensions.xml",\r
-        "ref/netcore50/fr/System.Text.Encoding.Extensions.xml",\r
-        "ref/netcore50/it/System.Text.Encoding.Extensions.xml",\r
-        "ref/netcore50/ja/System.Text.Encoding.Extensions.xml",\r
-        "ref/netcore50/ko/System.Text.Encoding.Extensions.xml",\r
-        "ref/netcore50/ru/System.Text.Encoding.Extensions.xml",\r
-        "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml",\r
-        "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.0/System.Text.Encoding.Extensions.dll",\r
-        "ref/netstandard1.0/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.3/System.Text.Encoding.Extensions.dll",\r
-        "ref/netstandard1.3/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Text.RegularExpressions/4.1.0": {\r
-      "sha512": "i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",\r
-      "type": "package",\r
-      "path": "System.Text.RegularExpressions/4.1.0",\r
-      "files": [\r
-        "System.Text.RegularExpressions.4.1.0.nupkg.sha512",\r
-        "System.Text.RegularExpressions.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/net463/System.Text.RegularExpressions.dll",\r
-        "lib/netcore50/System.Text.RegularExpressions.dll",\r
-        "lib/netstandard1.6/System.Text.RegularExpressions.dll",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/net463/System.Text.RegularExpressions.dll",\r
-        "ref/netcore50/System.Text.RegularExpressions.dll",\r
-        "ref/netcore50/System.Text.RegularExpressions.xml",\r
-        "ref/netcore50/de/System.Text.RegularExpressions.xml",\r
-        "ref/netcore50/es/System.Text.RegularExpressions.xml",\r
-        "ref/netcore50/fr/System.Text.RegularExpressions.xml",\r
-        "ref/netcore50/it/System.Text.RegularExpressions.xml",\r
-        "ref/netcore50/ja/System.Text.RegularExpressions.xml",\r
-        "ref/netcore50/ko/System.Text.RegularExpressions.xml",\r
-        "ref/netcore50/ru/System.Text.RegularExpressions.xml",\r
-        "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml",\r
-        "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.0/System.Text.RegularExpressions.dll",\r
-        "ref/netstandard1.0/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.0/de/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.0/es/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.0/it/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.3/System.Text.RegularExpressions.dll",\r
-        "ref/netstandard1.3/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.3/de/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.3/es/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.3/it/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.6/System.Text.RegularExpressions.dll",\r
-        "ref/netstandard1.6/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.6/de/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.6/es/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.6/it/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml",\r
-        "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Threading/4.0.11": {\r
-      "sha512": "N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",\r
-      "type": "package",\r
-      "path": "System.Threading/4.0.11",\r
-      "files": [\r
-        "System.Threading.4.0.11.nupkg.sha512",\r
-        "System.Threading.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/netcore50/System.Threading.dll",\r
-        "lib/netstandard1.3/System.Threading.dll",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Threading.dll",\r
-        "ref/netcore50/System.Threading.xml",\r
-        "ref/netcore50/de/System.Threading.xml",\r
-        "ref/netcore50/es/System.Threading.xml",\r
-        "ref/netcore50/fr/System.Threading.xml",\r
-        "ref/netcore50/it/System.Threading.xml",\r
-        "ref/netcore50/ja/System.Threading.xml",\r
-        "ref/netcore50/ko/System.Threading.xml",\r
-        "ref/netcore50/ru/System.Threading.xml",\r
-        "ref/netcore50/zh-hans/System.Threading.xml",\r
-        "ref/netcore50/zh-hant/System.Threading.xml",\r
-        "ref/netstandard1.0/System.Threading.dll",\r
-        "ref/netstandard1.0/System.Threading.xml",\r
-        "ref/netstandard1.0/de/System.Threading.xml",\r
-        "ref/netstandard1.0/es/System.Threading.xml",\r
-        "ref/netstandard1.0/fr/System.Threading.xml",\r
-        "ref/netstandard1.0/it/System.Threading.xml",\r
-        "ref/netstandard1.0/ja/System.Threading.xml",\r
-        "ref/netstandard1.0/ko/System.Threading.xml",\r
-        "ref/netstandard1.0/ru/System.Threading.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Threading.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Threading.xml",\r
-        "ref/netstandard1.3/System.Threading.dll",\r
-        "ref/netstandard1.3/System.Threading.xml",\r
-        "ref/netstandard1.3/de/System.Threading.xml",\r
-        "ref/netstandard1.3/es/System.Threading.xml",\r
-        "ref/netstandard1.3/fr/System.Threading.xml",\r
-        "ref/netstandard1.3/it/System.Threading.xml",\r
-        "ref/netstandard1.3/ja/System.Threading.xml",\r
-        "ref/netstandard1.3/ko/System.Threading.xml",\r
-        "ref/netstandard1.3/ru/System.Threading.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Threading.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Threading.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._",\r
-        "runtimes/aot/lib/netcore50/System.Threading.dll"\r
-      ]\r
-    },\r
-    "System.Threading.Tasks/4.0.11": {\r
-      "sha512": "k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",\r
-      "type": "package",\r
-      "path": "System.Threading.Tasks/4.0.11",\r
-      "files": [\r
-        "System.Threading.Tasks.4.0.11.nupkg.sha512",\r
-        "System.Threading.Tasks.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Threading.Tasks.dll",\r
-        "ref/netcore50/System.Threading.Tasks.xml",\r
-        "ref/netcore50/de/System.Threading.Tasks.xml",\r
-        "ref/netcore50/es/System.Threading.Tasks.xml",\r
-        "ref/netcore50/fr/System.Threading.Tasks.xml",\r
-        "ref/netcore50/it/System.Threading.Tasks.xml",\r
-        "ref/netcore50/ja/System.Threading.Tasks.xml",\r
-        "ref/netcore50/ko/System.Threading.Tasks.xml",\r
-        "ref/netcore50/ru/System.Threading.Tasks.xml",\r
-        "ref/netcore50/zh-hans/System.Threading.Tasks.xml",\r
-        "ref/netcore50/zh-hant/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.0/System.Threading.Tasks.dll",\r
-        "ref/netstandard1.0/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.0/de/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.0/es/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.0/fr/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.0/it/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.0/ja/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.0/ko/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.0/ru/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.3/System.Threading.Tasks.dll",\r
-        "ref/netstandard1.3/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.3/de/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.3/es/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.3/fr/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.3/it/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.3/ja/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.3/ko/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.3/ru/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Threading.Tasks.Extensions/4.0.0": {\r
-      "sha512": "pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==",\r
-      "type": "package",\r
-      "path": "System.Threading.Tasks.Extensions/4.0.0",\r
-      "files": [\r
-        "System.Threading.Tasks.Extensions.4.0.0.nupkg.sha512",\r
-        "System.Threading.Tasks.Extensions.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",\r
-        "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",\r
-        "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",\r
-        "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml"\r
-      ]\r
-    },\r
-    "System.Threading.Timer/4.0.1": {\r
-      "sha512": "saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==",\r
-      "type": "package",\r
-      "path": "System.Threading.Timer/4.0.1",\r
-      "files": [\r
-        "System.Threading.Timer.4.0.1.nupkg.sha512",\r
-        "System.Threading.Timer.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net451/_._",\r
-        "lib/portable-net451+win81+wpa81/_._",\r
-        "lib/win81/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net451/_._",\r
-        "ref/netcore50/System.Threading.Timer.dll",\r
-        "ref/netcore50/System.Threading.Timer.xml",\r
-        "ref/netcore50/de/System.Threading.Timer.xml",\r
-        "ref/netcore50/es/System.Threading.Timer.xml",\r
-        "ref/netcore50/fr/System.Threading.Timer.xml",\r
-        "ref/netcore50/it/System.Threading.Timer.xml",\r
-        "ref/netcore50/ja/System.Threading.Timer.xml",\r
-        "ref/netcore50/ko/System.Threading.Timer.xml",\r
-        "ref/netcore50/ru/System.Threading.Timer.xml",\r
-        "ref/netcore50/zh-hans/System.Threading.Timer.xml",\r
-        "ref/netcore50/zh-hant/System.Threading.Timer.xml",\r
-        "ref/netstandard1.2/System.Threading.Timer.dll",\r
-        "ref/netstandard1.2/System.Threading.Timer.xml",\r
-        "ref/netstandard1.2/de/System.Threading.Timer.xml",\r
-        "ref/netstandard1.2/es/System.Threading.Timer.xml",\r
-        "ref/netstandard1.2/fr/System.Threading.Timer.xml",\r
-        "ref/netstandard1.2/it/System.Threading.Timer.xml",\r
-        "ref/netstandard1.2/ja/System.Threading.Timer.xml",\r
-        "ref/netstandard1.2/ko/System.Threading.Timer.xml",\r
-        "ref/netstandard1.2/ru/System.Threading.Timer.xml",\r
-        "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml",\r
-        "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml",\r
-        "ref/portable-net451+win81+wpa81/_._",\r
-        "ref/win81/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Xml.ReaderWriter/4.0.11": {\r
-      "sha512": "ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==",\r
-      "type": "package",\r
-      "path": "System.Xml.ReaderWriter/4.0.11",\r
-      "files": [\r
-        "System.Xml.ReaderWriter.4.0.11.nupkg.sha512",\r
-        "System.Xml.ReaderWriter.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/netcore50/System.Xml.ReaderWriter.dll",\r
-        "lib/netstandard1.3/System.Xml.ReaderWriter.dll",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Xml.ReaderWriter.dll",\r
-        "ref/netcore50/System.Xml.ReaderWriter.xml",\r
-        "ref/netcore50/de/System.Xml.ReaderWriter.xml",\r
-        "ref/netcore50/es/System.Xml.ReaderWriter.xml",\r
-        "ref/netcore50/fr/System.Xml.ReaderWriter.xml",\r
-        "ref/netcore50/it/System.Xml.ReaderWriter.xml",\r
-        "ref/netcore50/ja/System.Xml.ReaderWriter.xml",\r
-        "ref/netcore50/ko/System.Xml.ReaderWriter.xml",\r
-        "ref/netcore50/ru/System.Xml.ReaderWriter.xml",\r
-        "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml",\r
-        "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.0/System.Xml.ReaderWriter.dll",\r
-        "ref/netstandard1.0/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.3/System.Xml.ReaderWriter.dll",\r
-        "ref/netstandard1.3/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "System.Xml.XDocument/4.0.11": {\r
-      "sha512": "Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==",\r
-      "type": "package",\r
-      "path": "System.Xml.XDocument/4.0.11",\r
-      "files": [\r
-        "System.Xml.XDocument.4.0.11.nupkg.sha512",\r
-        "System.Xml.XDocument.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/netcore50/System.Xml.XDocument.dll",\r
-        "lib/netstandard1.3/System.Xml.XDocument.dll",\r
-        "lib/portable-net45+win8+wp8+wpa81/_._",\r
-        "lib/win8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/wpa81/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netcore50/System.Xml.XDocument.dll",\r
-        "ref/netcore50/System.Xml.XDocument.xml",\r
-        "ref/netcore50/de/System.Xml.XDocument.xml",\r
-        "ref/netcore50/es/System.Xml.XDocument.xml",\r
-        "ref/netcore50/fr/System.Xml.XDocument.xml",\r
-        "ref/netcore50/it/System.Xml.XDocument.xml",\r
-        "ref/netcore50/ja/System.Xml.XDocument.xml",\r
-        "ref/netcore50/ko/System.Xml.XDocument.xml",\r
-        "ref/netcore50/ru/System.Xml.XDocument.xml",\r
-        "ref/netcore50/zh-hans/System.Xml.XDocument.xml",\r
-        "ref/netcore50/zh-hant/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.0/System.Xml.XDocument.dll",\r
-        "ref/netstandard1.0/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.0/de/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.0/es/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.0/fr/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.0/it/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.0/ja/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.0/ko/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.0/ru/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.3/System.Xml.XDocument.dll",\r
-        "ref/netstandard1.3/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.3/de/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.3/es/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.3/fr/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.3/it/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.3/ja/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.3/ko/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.3/ru/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml",\r
-        "ref/portable-net45+win8+wp8+wpa81/_._",\r
-        "ref/win8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/wpa81/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._"\r
-      ]\r
-    },\r
-    "Tizen/1.0.2": {\r
-      "sha512": "IbUy2K595vmzaeSdgJCL61VJCQFY0ryl+xm/LJPfRFtbuBjR7iWrQKcbWvShCQzv03ZHeJXTmEpqjD4uW55tTA==",\r
-      "type": "package",\r
-      "path": "Tizen/1.0.2",\r
-      "files": [\r
-        "Tizen.1.0.2.nupkg.sha512",\r
-        "Tizen.nuspec",\r
-        "lib/net45/Tizen.dll",\r
-        "lib/netstandard1.3/Tizen.dll"\r
-      ]\r
-    }\r
-  },\r
-  "projectFileDependencyGroups": {\r
-    "": [\r
-      "NETStandard.Library >= 1.6.0",\r
-      "Tizen >= 1.0.2"\r
-    ],\r
-    ".NETStandard,Version=v1.3": []\r
-  },\r
-  "tools": {},\r
-  "projectFileToolGroups": {}\r
-}
\ No newline at end of file