Visual example, NUIApplication, Size/Position
authordongsug.song <dongsug.song@samsung.com>
Fri, 3 Mar 2017 14:01:56 +0000 (23:01 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Mon, 6 Mar 2017 00:19:53 +0000 (09:19 +0900)
 - Visual High level class, Visual Transition examples added
 - NUIApplication changed, hello-test.cs sample app works fine
 - Rotation high level class test, hello-world.cs sample app works fine
 - Size/Position will get current values

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Change-Id: I534c24f8ad5cc6d4df36e1d99696c9fd9fe9a953

17 files changed:
packaging/csapi-nui.spec
src/Tizen.NUI/Tizen.NUI.csproj
src/Tizen.NUI/Tizen.NUI.project.json
src/Tizen.NUI/Tizen.NUI.project.lock.json [deleted file]
src/Tizen.NUI/src/internal/AlignType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Application.cs
src/Tizen.NUI/src/internal/FittingModeType.cs
src/Tizen.NUI/src/internal/ItemFactory.cs
src/Tizen.NUI/src/internal/SamplingModeType.cs
src/Tizen.NUI/src/internal/ViewImpl.cs
src/Tizen.NUI/src/internal/VisualTransformPropertyType.cs
src/Tizen.NUI/src/public/Actor.cs
src/Tizen.NUI/src/public/ContentView.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/NUIApplication.cs
src/Tizen.NUI/src/public/Spin.cs [moved from src/Tizen.NUI/src/public/spin.cs with 100% similarity]
src/Tizen.NUI/src/public/VisualFactory.cs
src/Tizen.NUI/src/public/VisualMaps.cs [new file with mode: 0755]

index b7241c2..e9e013f 100755 (executable)
@@ -14,6 +14,8 @@ ExcludeArch: aarch64
 BuildRequires: dotnet-build-tools
 
 # C# API Requires
+
+BuildRequires: csapi-tizen-nuget
 BuildRequires: csapi-application-nuget
 
 %define Assemblies Tizen.NUI
index dddcd65..50252af 100755 (executable)
@@ -47,6 +47,7 @@
   </ItemGroup>\r
   <ItemGroup>\r
     <Compile Include="Properties\AssemblyInfo.cs" />\r
+    <Compile Include="src\internal\AlignType.cs" />\r
     <Compile Include="src\internal\AccessibilityActionSignal.cs" />\r
     <Compile Include="src\internal\AccessibilityFocusOvershotSignal.cs" />\r
     <Compile Include="src\internal\AccessibilityManager.cs" />\r
@@ -92,6 +93,7 @@
     <Compile Include="src\internal\DefaultItemLayoutProperty.cs" />\r
     <Compile Include="src\internal\DefaultItemLayoutType.cs" />\r
     <Compile Include="src\internal\DefaultRuler.cs" />\r
+    <Compile Include="src\public\ContentView.cs" />\r
     <Compile Include="src\public\Degree.cs" />\r
     <Compile Include="src\internal\DepthFunctionType.cs" />\r
     <Compile Include="src\internal\DepthTestModeType.cs" />\r
     <Compile Include="src\public\ScrollBar.cs" />\r
     <Compile Include="src\public\Size.cs" />\r
     <Compile Include="src\public\Slider.cs" />\r
-    <Compile Include="src\public\spin.cs" />\r
+    <Compile Include="src\public\Spin.cs" />\r
     <Compile Include="src\public\Stage.cs" />\r
     <Compile Include="src\public\StyleManager.cs" />\r
     <Compile Include="src\public\TableView.cs" />\r
     <Compile Include="src\public\View.cs" />\r
     <Compile Include="src\public\VisualBase.cs" />\r
     <Compile Include="src\public\VisualFactory.cs" />\r
+    <Compile Include="src\public\VisualMaps.cs" />\r
     <Compile Include="src\public\Wheel.cs" />\r
     <Compile Include="src\public\Window.cs" />\r
   </ItemGroup>\r
-  <ItemGroup>\r
-    <Reference Include="Tizen.Applications, Version=1.0.0.0, Culture=neutral, PublicKeyToken=4aa249e9db245e88, processorArchitecture=MSIL">\r
-      <SpecificVersion>False</SpecificVersion>\r
-      <HintPath>bin\Debug\Tizen.Applications.dll</HintPath>\r
-    </Reference>\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
index 8112d31..a445364 100755 (executable)
@@ -3,7 +3,9 @@
     "Microsoft.CSharp": "4.3.0",\r
     "NETStandard.Library": "1.6.0",\r
     "System.Reflection": "4.3.0",\r
-    "System.Reflection.TypeExtensions": "4.3.0"\r
+    "System.Reflection.TypeExtensions": "4.3.0",\r
+    "Tizen": "1.0.2",\r
+    "Tizen.Applications": "1.2.4"\r
   },\r
   "frameworks": {\r
     "netstandard1.3": {}\r
diff --git a/src/Tizen.NUI/Tizen.NUI.project.lock.json b/src/Tizen.NUI/Tizen.NUI.project.lock.json
deleted file mode 100755 (executable)
index 743e9c1..0000000
+++ /dev/null
@@ -1,3832 +0,0 @@
-{\r
-  "locked": false,\r
-  "version": 2,\r
-  "targets": {\r
-    ".NETStandard,Version=v1.3": {\r
-      "Microsoft.CSharp/4.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Collections": "4.3.0",\r
-          "System.Diagnostics.Debug": "4.3.0",\r
-          "System.Dynamic.Runtime": "4.3.0",\r
-          "System.Globalization": "4.3.0",\r
-          "System.Linq": "4.3.0",\r
-          "System.Linq.Expressions": "4.3.0",\r
-          "System.ObjectModel": "4.3.0",\r
-          "System.Reflection": "4.3.0",\r
-          "System.Reflection.Extensions": "4.3.0",\r
-          "System.Reflection.Primitives": "4.3.0",\r
-          "System.Reflection.TypeExtensions": "4.3.0",\r
-          "System.Resources.ResourceManager": "4.3.0",\r
-          "System.Runtime": "4.3.0",\r
-          "System.Runtime.Extensions": "4.3.0",\r
-          "System.Runtime.InteropServices": "4.3.0",\r
-          "System.Threading": "4.3.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.0/Microsoft.CSharp.dll": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/Microsoft.CSharp.dll": {}\r
-        }\r
-      },\r
-      "Microsoft.NETCore.Platforms/1.1.0": {\r
-        "type": "package",\r
-        "compile": {\r
-          "lib/netstandard1.0/_._": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.0/_._": {}\r
-        }\r
-      },\r
-      "Microsoft.NETCore.Targets/1.1.0": {\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.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.1.0",\r
-          "Microsoft.NETCore.Targets": "1.1.0",\r
-          "System.Runtime": "4.3.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.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.1.0",\r
-          "Microsoft.NETCore.Targets": "1.1.0",\r
-          "System.Runtime": "4.3.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.Dynamic.Runtime/4.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Collections": "4.3.0",\r
-          "System.Diagnostics.Debug": "4.3.0",\r
-          "System.Linq": "4.3.0",\r
-          "System.Linq.Expressions": "4.3.0",\r
-          "System.ObjectModel": "4.3.0",\r
-          "System.Reflection": "4.3.0",\r
-          "System.Reflection.Emit": "4.3.0",\r
-          "System.Reflection.Emit.ILGeneration": "4.3.0",\r
-          "System.Reflection.Primitives": "4.3.0",\r
-          "System.Reflection.TypeExtensions": "4.3.0",\r
-          "System.Resources.ResourceManager": "4.3.0",\r
-          "System.Runtime": "4.3.0",\r
-          "System.Runtime.Extensions": "4.3.0",\r
-          "System.Threading": "4.3.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Dynamic.Runtime.dll": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/System.Dynamic.Runtime.dll": {}\r
-        }\r
-      },\r
-      "System.Globalization/4.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.1.0",\r
-          "Microsoft.NETCore.Targets": "1.1.0",\r
-          "System.Runtime": "4.3.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.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.1.0",\r
-          "Microsoft.NETCore.Targets": "1.1.0",\r
-          "System.Runtime": "4.3.0",\r
-          "System.Text.Encoding": "4.3.0",\r
-          "System.Threading.Tasks": "4.3.0"\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.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Collections": "4.3.0",\r
-          "System.Runtime": "4.3.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.0/System.Linq.dll": {}\r
-        }\r
-      },\r
-      "System.Linq.Expressions/4.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Reflection": "4.3.0",\r
-          "System.Runtime": "4.3.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.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Collections": "4.3.0",\r
-          "System.Diagnostics.Debug": "4.3.0",\r
-          "System.Resources.ResourceManager": "4.3.0",\r
-          "System.Runtime": "4.3.0",\r
-          "System.Threading": "4.3.0"\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.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.1.0",\r
-          "Microsoft.NETCore.Targets": "1.1.0",\r
-          "System.IO": "4.3.0",\r
-          "System.Reflection.Primitives": "4.3.0",\r
-          "System.Runtime": "4.3.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Reflection.dll": {}\r
-        }\r
-      },\r
-      "System.Reflection.Emit/4.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.IO": "4.3.0",\r
-          "System.Reflection": "4.3.0",\r
-          "System.Reflection.Emit.ILGeneration": "4.3.0",\r
-          "System.Reflection.Primitives": "4.3.0",\r
-          "System.Runtime": "4.3.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.1/_._": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/System.Reflection.Emit.dll": {}\r
-        }\r
-      },\r
-      "System.Reflection.Emit.ILGeneration/4.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Reflection": "4.3.0",\r
-          "System.Reflection.Primitives": "4.3.0",\r
-          "System.Runtime": "4.3.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.0/_._": {}\r
-        },\r
-        "runtime": {\r
-          "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {}\r
-        }\r
-      },\r
-      "System.Reflection.Extensions/4.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.1.0",\r
-          "Microsoft.NETCore.Targets": "1.1.0",\r
-          "System.Reflection": "4.3.0",\r
-          "System.Runtime": "4.3.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.0/System.Reflection.Extensions.dll": {}\r
-        }\r
-      },\r
-      "System.Reflection.Primitives/4.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.1.0",\r
-          "Microsoft.NETCore.Targets": "1.1.0",\r
-          "System.Runtime": "4.3.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.0/System.Reflection.Primitives.dll": {}\r
-        }\r
-      },\r
-      "System.Reflection.TypeExtensions/4.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Reflection": "4.3.0",\r
-          "System.Runtime": "4.3.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Reflection.TypeExtensions.dll": {}\r
-        }\r
-      },\r
-      "System.Resources.ResourceManager/4.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.1.0",\r
-          "Microsoft.NETCore.Targets": "1.1.0",\r
-          "System.Globalization": "4.3.0",\r
-          "System.Reflection": "4.3.0",\r
-          "System.Runtime": "4.3.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}\r
-        }\r
-      },\r
-      "System.Runtime/4.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.1.0",\r
-          "Microsoft.NETCore.Targets": "1.1.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Runtime.dll": {}\r
-        }\r
-      },\r
-      "System.Runtime.Extensions/4.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.1.0",\r
-          "Microsoft.NETCore.Targets": "1.1.0",\r
-          "System.Runtime": "4.3.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Runtime.Extensions.dll": {}\r
-        }\r
-      },\r
-      "System.Runtime.Handles/4.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.1.0",\r
-          "Microsoft.NETCore.Targets": "1.1.0",\r
-          "System.Runtime": "4.3.0"\r
-        },\r
-        "compile": {\r
-          "ref/netstandard1.3/System.Runtime.Handles.dll": {}\r
-        }\r
-      },\r
-      "System.Runtime.InteropServices/4.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.1.0",\r
-          "Microsoft.NETCore.Targets": "1.1.0",\r
-          "System.Reflection": "4.3.0",\r
-          "System.Reflection.Primitives": "4.3.0",\r
-          "System.Runtime": "4.3.0",\r
-          "System.Runtime.Handles": "4.3.0"\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.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.1.0",\r
-          "Microsoft.NETCore.Targets": "1.1.0",\r
-          "System.Runtime": "4.3.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.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "System.Runtime": "4.3.0",\r
-          "System.Threading.Tasks": "4.3.0"\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.3.0": {\r
-        "type": "package",\r
-        "dependencies": {\r
-          "Microsoft.NETCore.Platforms": "1.1.0",\r
-          "Microsoft.NETCore.Targets": "1.1.0",\r
-          "System.Runtime": "4.3.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
-    }\r
-  },\r
-  "libraries": {\r
-    "Microsoft.CSharp/4.3.0": {\r
-      "sha512": "P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==",\r
-      "type": "package",\r
-      "path": "Microsoft.CSharp/4.3.0",\r
-      "files": [\r
-        "Microsoft.CSharp.4.3.0.nupkg.sha512",\r
-        "Microsoft.CSharp.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/netcore50/Microsoft.CSharp.dll",\r
-        "lib/netstandard1.3/Microsoft.CSharp.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/Microsoft.CSharp.dll",\r
-        "ref/netcore50/Microsoft.CSharp.xml",\r
-        "ref/netcore50/de/Microsoft.CSharp.xml",\r
-        "ref/netcore50/es/Microsoft.CSharp.xml",\r
-        "ref/netcore50/fr/Microsoft.CSharp.xml",\r
-        "ref/netcore50/it/Microsoft.CSharp.xml",\r
-        "ref/netcore50/ja/Microsoft.CSharp.xml",\r
-        "ref/netcore50/ko/Microsoft.CSharp.xml",\r
-        "ref/netcore50/ru/Microsoft.CSharp.xml",\r
-        "ref/netcore50/zh-hans/Microsoft.CSharp.xml",\r
-        "ref/netcore50/zh-hant/Microsoft.CSharp.xml",\r
-        "ref/netstandard1.0/Microsoft.CSharp.dll",\r
-        "ref/netstandard1.0/Microsoft.CSharp.xml",\r
-        "ref/netstandard1.0/de/Microsoft.CSharp.xml",\r
-        "ref/netstandard1.0/es/Microsoft.CSharp.xml",\r
-        "ref/netstandard1.0/fr/Microsoft.CSharp.xml",\r
-        "ref/netstandard1.0/it/Microsoft.CSharp.xml",\r
-        "ref/netstandard1.0/ja/Microsoft.CSharp.xml",\r
-        "ref/netstandard1.0/ko/Microsoft.CSharp.xml",\r
-        "ref/netstandard1.0/ru/Microsoft.CSharp.xml",\r
-        "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",\r
-        "ref/netstandard1.0/zh-hant/Microsoft.CSharp.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
-    "Microsoft.NETCore.Platforms/1.1.0": {\r
-      "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",\r
-      "type": "package",\r
-      "path": "Microsoft.NETCore.Platforms/1.1.0",\r
-      "files": [\r
-        "Microsoft.NETCore.Platforms.1.1.0.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.1.0": {\r
-      "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",\r
-      "type": "package",\r
-      "path": "Microsoft.NETCore.Targets/1.1.0",\r
-      "files": [\r
-        "Microsoft.NETCore.Targets.1.1.0.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.3.0": {\r
-      "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",\r
-      "type": "package",\r
-      "path": "System.Collections/4.3.0",\r
-      "files": [\r
-        "System.Collections.4.3.0.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.3.0": {\r
-      "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",\r
-      "type": "package",\r
-      "path": "System.Diagnostics.Debug/4.3.0",\r
-      "files": [\r
-        "System.Diagnostics.Debug.4.3.0.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.Dynamic.Runtime/4.3.0": {\r
-      "sha512": "SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==",\r
-      "type": "package",\r
-      "path": "System.Dynamic.Runtime/4.3.0",\r
-      "files": [\r
-        "System.Dynamic.Runtime.4.3.0.nupkg.sha512",\r
-        "System.Dynamic.Runtime.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/netcore50/System.Dynamic.Runtime.dll",\r
-        "lib/netstandard1.3/System.Dynamic.Runtime.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.Dynamic.Runtime.dll",\r
-        "ref/netcore50/System.Dynamic.Runtime.xml",\r
-        "ref/netcore50/de/System.Dynamic.Runtime.xml",\r
-        "ref/netcore50/es/System.Dynamic.Runtime.xml",\r
-        "ref/netcore50/fr/System.Dynamic.Runtime.xml",\r
-        "ref/netcore50/it/System.Dynamic.Runtime.xml",\r
-        "ref/netcore50/ja/System.Dynamic.Runtime.xml",\r
-        "ref/netcore50/ko/System.Dynamic.Runtime.xml",\r
-        "ref/netcore50/ru/System.Dynamic.Runtime.xml",\r
-        "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml",\r
-        "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.0/System.Dynamic.Runtime.dll",\r
-        "ref/netstandard1.0/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.0/de/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.0/es/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.0/fr/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.0/it/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.0/ja/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.0/ko/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.0/ru/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.3/System.Dynamic.Runtime.dll",\r
-        "ref/netstandard1.3/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.3/de/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.3/es/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.3/fr/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.3/it/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.3/ja/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.3/ko/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.3/ru/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.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.Dynamic.Runtime.dll"\r
-      ]\r
-    },\r
-    "System.Globalization/4.3.0": {\r
-      "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",\r
-      "type": "package",\r
-      "path": "System.Globalization/4.3.0",\r
-      "files": [\r
-        "System.Globalization.4.3.0.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.3.0": {\r
-      "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",\r
-      "type": "package",\r
-      "path": "System.IO/4.3.0",\r
-      "files": [\r
-        "System.IO.4.3.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.3.0": {\r
-      "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",\r
-      "type": "package",\r
-      "path": "System.Linq/4.3.0",\r
-      "files": [\r
-        "System.Linq.4.3.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.3.0": {\r
-      "sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",\r
-      "type": "package",\r
-      "path": "System.Linq.Expressions/4.3.0",\r
-      "files": [\r
-        "System.Linq.Expressions.4.3.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.3.0": {\r
-      "sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",\r
-      "type": "package",\r
-      "path": "System.ObjectModel/4.3.0",\r
-      "files": [\r
-        "System.ObjectModel.4.3.0.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.3.0": {\r
-      "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",\r
-      "type": "package",\r
-      "path": "System.Reflection/4.3.0",\r
-      "files": [\r
-        "System.Reflection.4.3.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.Emit/4.3.0": {\r
-      "sha512": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",\r
-      "type": "package",\r
-      "path": "System.Reflection.Emit/4.3.0",\r
-      "files": [\r
-        "System.Reflection.Emit.4.3.0.nupkg.sha512",\r
-        "System.Reflection.Emit.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/monotouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/netcore50/System.Reflection.Emit.dll",\r
-        "lib/netstandard1.3/System.Reflection.Emit.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netstandard1.1/System.Reflection.Emit.dll",\r
-        "ref/netstandard1.1/System.Reflection.Emit.xml",\r
-        "ref/netstandard1.1/de/System.Reflection.Emit.xml",\r
-        "ref/netstandard1.1/es/System.Reflection.Emit.xml",\r
-        "ref/netstandard1.1/fr/System.Reflection.Emit.xml",\r
-        "ref/netstandard1.1/it/System.Reflection.Emit.xml",\r
-        "ref/netstandard1.1/ja/System.Reflection.Emit.xml",\r
-        "ref/netstandard1.1/ko/System.Reflection.Emit.xml",\r
-        "ref/netstandard1.1/ru/System.Reflection.Emit.xml",\r
-        "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml",\r
-        "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml",\r
-        "ref/xamarinmac20/_._"\r
-      ]\r
-    },\r
-    "System.Reflection.Emit.ILGeneration/4.3.0": {\r
-      "sha512": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",\r
-      "type": "package",\r
-      "path": "System.Reflection.Emit.ILGeneration/4.3.0",\r
-      "files": [\r
-        "System.Reflection.Emit.ILGeneration.4.3.0.nupkg.sha512",\r
-        "System.Reflection.Emit.ILGeneration.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net45/_._",\r
-        "lib/netcore50/System.Reflection.Emit.ILGeneration.dll",\r
-        "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll",\r
-        "lib/portable-net45+wp8/_._",\r
-        "lib/wp80/_._",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net45/_._",\r
-        "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll",\r
-        "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml",\r
-        "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml",\r
-        "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml",\r
-        "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml",\r
-        "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml",\r
-        "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml",\r
-        "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml",\r
-        "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml",\r
-        "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml",\r
-        "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml",\r
-        "ref/portable-net45+wp8/_._",\r
-        "ref/wp80/_._",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._",\r
-        "runtimes/aot/lib/netcore50/_._"\r
-      ]\r
-    },\r
-    "System.Reflection.Extensions/4.3.0": {\r
-      "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",\r
-      "type": "package",\r
-      "path": "System.Reflection.Extensions/4.3.0",\r
-      "files": [\r
-        "System.Reflection.Extensions.4.3.0.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.3.0": {\r
-      "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",\r
-      "type": "package",\r
-      "path": "System.Reflection.Primitives/4.3.0",\r
-      "files": [\r
-        "System.Reflection.Primitives.4.3.0.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.Reflection.TypeExtensions/4.3.0": {\r
-      "sha512": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",\r
-      "type": "package",\r
-      "path": "System.Reflection.TypeExtensions/4.3.0",\r
-      "files": [\r
-        "System.Reflection.TypeExtensions.4.3.0.nupkg.sha512",\r
-        "System.Reflection.TypeExtensions.nuspec",\r
-        "ThirdPartyNotices.txt",\r
-        "dotnet_library_license.txt",\r
-        "lib/MonoAndroid10/_._",\r
-        "lib/MonoTouch10/_._",\r
-        "lib/net46/System.Reflection.TypeExtensions.dll",\r
-        "lib/net462/System.Reflection.TypeExtensions.dll",\r
-        "lib/netcore50/System.Reflection.TypeExtensions.dll",\r
-        "lib/netstandard1.5/System.Reflection.TypeExtensions.dll",\r
-        "lib/xamarinios10/_._",\r
-        "lib/xamarinmac20/_._",\r
-        "lib/xamarintvos10/_._",\r
-        "lib/xamarinwatchos10/_._",\r
-        "ref/MonoAndroid10/_._",\r
-        "ref/MonoTouch10/_._",\r
-        "ref/net46/System.Reflection.TypeExtensions.dll",\r
-        "ref/net462/System.Reflection.TypeExtensions.dll",\r
-        "ref/netstandard1.3/System.Reflection.TypeExtensions.dll",\r
-        "ref/netstandard1.3/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.5/System.Reflection.TypeExtensions.dll",\r
-        "ref/netstandard1.5/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml",\r
-        "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml",\r
-        "ref/xamarinios10/_._",\r
-        "ref/xamarinmac20/_._",\r
-        "ref/xamarintvos10/_._",\r
-        "ref/xamarinwatchos10/_._",\r
-        "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll"\r
-      ]\r
-    },\r
-    "System.Resources.ResourceManager/4.3.0": {\r
-      "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",\r
-      "type": "package",\r
-      "path": "System.Resources.ResourceManager/4.3.0",\r
-      "files": [\r
-        "System.Resources.ResourceManager.4.3.0.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.3.0": {\r
-      "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",\r
-      "type": "package",\r
-      "path": "System.Runtime/4.3.0",\r
-      "files": [\r
-        "System.Runtime.4.3.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.3.0": {\r
-      "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",\r
-      "type": "package",\r
-      "path": "System.Runtime.Extensions/4.3.0",\r
-      "files": [\r
-        "System.Runtime.Extensions.4.3.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.3.0": {\r
-      "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",\r
-      "type": "package",\r
-      "path": "System.Runtime.Handles/4.3.0",\r
-      "files": [\r
-        "System.Runtime.Handles.4.3.0.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.3.0": {\r
-      "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",\r
-      "type": "package",\r
-      "path": "System.Runtime.InteropServices/4.3.0",\r
-      "files": [\r
-        "System.Runtime.InteropServices.4.3.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/net463/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/net463/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/netcoreapp1.1/System.Runtime.InteropServices.dll",\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.3.0": {\r
-      "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",\r
-      "type": "package",\r
-      "path": "System.Text.Encoding/4.3.0",\r
-      "files": [\r
-        "System.Text.Encoding.4.3.0.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.3.0": {\r
-      "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",\r
-      "type": "package",\r
-      "path": "System.Threading/4.3.0",\r
-      "files": [\r
-        "System.Threading.4.3.0.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.3.0": {\r
-      "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",\r
-      "type": "package",\r
-      "path": "System.Threading.Tasks/4.3.0",\r
-      "files": [\r
-        "System.Threading.Tasks.4.3.0.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
-  },\r
-  "projectFileDependencyGroups": {\r
-    "": [\r
-      "Microsoft.CSharp >= 4.3.0",\r
-      "NETStandard.Library >= 1.6.0",\r
-      "System.Reflection >= 4.3.0",\r
-      "System.Reflection.TypeExtensions >= 4.3.0"\r
-    ],\r
-    ".NETStandard,Version=v1.3": []\r
-  },\r
-  "tools": {},\r
-  "projectFileToolGroups": {}\r
-}
\ No newline at end of file
diff --git a/src/Tizen.NUI/src/internal/AlignType.cs b/src/Tizen.NUI/src/internal/AlignType.cs
new file mode 100755 (executable)
index 0000000..4e683f0
--- /dev/null
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------\r
+// <auto-generated />\r
+//\r
+// This file was automatically generated by SWIG (http://www.swig.org).\r
+// Version 3.0.9\r
+//\r
+// Do not make changes to this file unless you know what you are doing--modify\r
+// the SWIG interface file instead.\r
+//------------------------------------------------------------------------------\r
+\r
+namespace Tizen.NUI\r
+{\r
+    public enum AlignType\r
+    {\r
+        TOP_BEGIN = 0,\r
+        TOP_CENTER,\r
+        TOP_END,\r
+        CENTER_BEGIN,\r
+        CENTER,\r
+        CENTER_END,\r
+        BOTTOM_BEGIN,\r
+        BOTTOM_CENTER,\r
+        BOTTOM_END\r
+    }\r
+}\r
index d9244e8..c52adaf 100755 (executable)
@@ -14,6 +14,14 @@ namespace Tizen.NUI
     using System;
     using System.Runtime.InteropServices;
 
+    internal class LOG\r
+    {\r
+        internal LOG(string _str)\r
+        {\r
+            Tizen.Log.Debug("NUI", _str);\r
+        }\r
+    }\r
+\r
     /**
       * @brief Event arguments that passed via NUIApplicationInit signal
       *
@@ -1042,18 +1050,19 @@ namespace Tizen.NUI
 \r
         public static Application NewApplication()\r
         {\r
-            _instance = NewApplication("", Application.WINDOW_MODE.OPAQUE);\r
+            _instance = NewApplication("", Application.WindowMode.Opaque);\r
             return _instance;\r
         }\r
 \r
         public static Application NewApplication(string stylesheet)\r
         {\r
-            _instance = NewApplication(stylesheet, Application.WINDOW_MODE.OPAQUE);\r
+            _instance = NewApplication(stylesheet, Application.WindowMode.Opaque);\r
             return _instance;\r
         }\r
 \r
-        public static Application NewApplication(string stylesheet, Application.WINDOW_MODE windowMode)\r
+        public static Application NewApplication(string stylesheet, Application.WindowMode windowMode)\r
         {\r
+            new LOG(" NewApplication(string stylesheet, Application.WindowMode windowMode) is called! ");\r
 \r
             // register all Views with the type registry, so that can be created / styled via JSON\r
             ViewRegistryHelper.Initialize();\r
@@ -1086,6 +1095,8 @@ namespace Tizen.NUI
         */\r
         public static Application New()\r
         {\r
+            new LOG("New() is called!");\r
+\r
             Application ret = new Application(NDalicPINVOKE.Application_New__SWIG_0(), true);\r
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
             return ret;\r
@@ -1093,6 +1104,8 @@ namespace Tizen.NUI
 \r
         public static Application New(int argc)\r
         {\r
+            new LOG("New(int argc) is called!");\r
+\r
             Application ret = new Application(NDalicPINVOKE.Application_New__SWIG_1(argc), true);\r
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
             return ret;\r
@@ -1100,13 +1113,17 @@ namespace Tizen.NUI
 \r
         public static Application New(int argc, string stylesheet)\r
         {\r
+            new LOG("New(int argc, string stylesheet) is called!");\r
+\r
             Application ret = new Application(NDalicPINVOKE.Application_New__SWIG_2(argc, stylesheet), true);\r
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
             return ret;\r
         }\r
 \r
-        public static Application New(int argc, string stylesheet, Application.WINDOW_MODE windowMode)\r
+        public static Application New(int argc, string stylesheet, Application.WindowMode windowMode)\r
         {\r
+            new LOG("New(int argc, string stylesheet, Application.WindowMode windowMode) is called!");\r
+\r
             Application ret = new Application(NDalicPINVOKE.Application_New__SWIG_3(argc, stylesheet, (int)windowMode), true);\r
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
             return ret;\r
@@ -1114,6 +1131,8 @@ namespace Tizen.NUI
 \r
         public Application() : this(NDalicPINVOKE.new_Application__SWIG_0(), true)\r
         {\r
+            new LOG("Application() is called!");\r
+\r
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
         }\r
 \r
@@ -1283,10 +1302,10 @@ namespace Tizen.NUI
             return ret;\r
         }\r
 \r
-        public enum WINDOW_MODE\r
+        public enum WindowMode\r
         {\r
-            OPAQUE = 0,\r
-            TRANSPARENT = 1\r
+            Opaque = 0,\r
+            Transparent = 1\r
         }\r
 \r
     }
index bc6e76a..ff283b0 100755 (executable)
@@ -8,13 +8,14 @@
 // the SWIG interface file instead.
 //------------------------------------------------------------------------------
 
-namespace Tizen.NUI {\r
-\r
-    internal enum FittingModeType {
-  SHRINK_TO_FIT,
-  SCALE_TO_FILL,
-  FIT_WIDTH,
-  FIT_HEIGHT
+namespace Tizen.NUI
+{
+    public enum FittingModeType
+    {
+        ShrinkToFit,
+        ScaleToFill,
+        FitWidth,
+        FitHeight
 }
 
 }
index 6e97869..1a79bae 100755 (executable)
@@ -100,6 +100,7 @@ namespace Tizen.NUI
         {\r
             global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, methodTypes);\r
             bool hasDerivedMethod = methodInfo.GetType().GetTypeInfo().IsSubclassOf(typeof(ItemFactory));\r
+            Tizen.Log.Debug("NUI-APP", "hasDerivedMethod=" + hasDerivedMethod);\r
             return hasDerivedMethod;\r
         }\r
 \r
index c7122f4..07fdadf 100755 (executable)
@@ -8,16 +8,17 @@
 // the SWIG interface file instead.
 //------------------------------------------------------------------------------
 
-namespace Tizen.NUI {\r
-\r
-    internal enum SamplingModeType {
-  BOX,
-  NEAREST,
-  LINEAR,
-  BOX_THEN_NEAREST,
-  BOX_THEN_LINEAR,
-  NO_FILTER,
-  DONT_CARE
-}
+namespace Tizen.NUI
+{
+    public enum SamplingModeType
+    {
+        BOX,
+        NEAREST,
+        LINEAR,
+        BOX_THEN_NEAREST,
+        BOX_THEN_LINEAR,
+        NO_FILTER,
+        DONT_CARE
+    }
 
 }
index a40fb56..7d423d5 100755 (executable)
@@ -574,6 +574,8 @@ namespace Tizen.NUI
         {\r
             global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, methodTypes);\r
             bool hasDerivedMethod = methodInfo.GetType().GetTypeInfo().IsSubclassOf(typeof(ViewImpl));\r
+\r
+            Tizen.Log.Debug("NUI-APP", "hasDerivedMethod=" + hasDerivedMethod);\r
             return hasDerivedMethod;\r
         }\r
 \r
index ff2a921..de126f4 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {\r
 \r
-    internal enum VisualTransformPropertyType {
+    public enum VisualTransformPropertyType {
   OFFSET,
   SIZE,
   ORIGIN,
index 6d0ab26..1f47787 100755 (executable)
@@ -1007,9 +1007,8 @@ namespace Tizen.NUI
         {\r
             get\r
             {\r
-                float temp = 0.0f;\r
-                GetProperty(Actor.Property.SIZE_WIDTH).Get(ref temp);\r
-                return temp;\r
+                Size temp = GetCurrentSize();\r
+                return temp.Width;\r
             }\r
             set\r
             {\r
@@ -1020,9 +1019,8 @@ namespace Tizen.NUI
         {\r
             get\r
             {\r
-                float temp = 0.0f;\r
-                GetProperty(Actor.Property.SIZE_HEIGHT).Get(ref temp);\r
-                return temp;\r
+                Size temp = GetCurrentSize();\r
+                return temp.Height;\r
             }\r
             set\r
             {\r
@@ -1033,9 +1031,8 @@ namespace Tizen.NUI
         {\r
             get\r
             {\r
-                float temp = 0.0f;\r
-                GetProperty(Actor.Property.SIZE_DEPTH).Get(ref temp);\r
-                return temp;\r
+                Size temp = GetCurrentSize();\r
+                return temp.Depth;\r
             }\r
             set\r
             {\r
@@ -1058,9 +1055,8 @@ namespace Tizen.NUI
         {\r
             get\r
             {\r
-                float temp = 0.0f;\r
-                GetProperty(Actor.Property.POSITION_X).Get(ref temp);\r
-                return temp;\r
+                Position temp = GetCurrentPosition();\r
+                return temp.X;\r
             }\r
             set\r
             {\r
@@ -1071,9 +1067,8 @@ namespace Tizen.NUI
         {\r
             get\r
             {\r
-                float temp = 0.0f;\r
-                GetProperty(Actor.Property.POSITION_Y).Get(ref temp);\r
-                return temp;\r
+                Position temp = GetCurrentPosition();\r
+                return temp.Y;\r
             }\r
             set\r
             {\r
@@ -1084,9 +1079,8 @@ namespace Tizen.NUI
         {\r
             get\r
             {\r
-                float temp = 0.0f;\r
-                GetProperty(Actor.Property.POSITION_Z).Get(ref temp);\r
-                return temp;\r
+                Position temp = GetCurrentPosition();\r
+                return temp.Z;\r
             }\r
             set\r
             {\r
diff --git a/src/Tizen.NUI/src/public/ContentView.cs b/src/Tizen.NUI/src/public/ContentView.cs
new file mode 100755 (executable)
index 0000000..9f1bead
--- /dev/null
@@ -0,0 +1,230 @@
+/*
+ * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System;
+using System.Runtime.InteropServices;
+using System.Collections.Generic;
+using System.Linq;
+using Tizen.NUI;
+
+// A contentView control (for use can add image or text to it.)
+
+namespace Tizen.NUI
+{
+    public class ContentView : CustomView
+    {
+        private int _iconVisualIndex;
+        private string _iconVisualUrl;
+        private bool _activeContent = false;
+        private bool _transitionInProgress = false;
+
+        private VisualBase _iconVisual;
+        private Animation _animation;
+        private TransitionData _growTransitionData;
+        private TransitionData _shrinkTransitionData;\r
+\r
+
+        // Called by DALi Builder if it finds a ContentView control in a JSON file
+        static CustomView CreateInstance()
+        {
+            return new ContentView();
+        }
+
+        // static constructor registers the control type (only runs once)
+        static ContentView()
+        {
+            // ViewRegistry registers control type with DALi type registery
+            // also uses introspection to find any properties that need to be registered with type registry
+            ViewRegistry.Instance.Register(CreateInstance, typeof(ContentView));
+        }
+
+        public ContentView() : base(typeof(ContentView).Name, ViewBehaviour.ViewBehaviourDefault | ViewBehaviour.RequiresKeyboardNavigationSupport)
+        {
+
+        }
+
+        public override void OnInitialize()
+        {
+            _iconVisualIndex = RegisterProperty("iconVisual", new PropertyValue("./image/application-icon-0.png"), PropertyAccessMode.ReadWrite);
+
+            PropertyMap animator = new PropertyMap();
+            animator.Add("alphaFunction", new PropertyValue("LINEAR"));
+
+            PropertyMap timePeriod = new PropertyMap();
+            timePeriod.Add("duration", new PropertyValue(0.8f));
+            timePeriod.Add("delay", new PropertyValue(0.0f));
+            animator.Add("timePeriod", new PropertyValue(timePeriod));
+
+            PropertyMap growTransition = new PropertyMap();
+            growTransition.Add("target", new PropertyValue("iconVisual"));
+            growTransition.Add("property", new PropertyValue("size"));
+            growTransition.Add("targetValue", new PropertyValue(new Vector2(100.0f, 100.0f)));
+            growTransition.Add("animator", new PropertyValue(animator));
+            _growTransitionData = new TransitionData(growTransition);
+
+
+            PropertyMap shrinkTransition = new PropertyMap();
+            shrinkTransition.Add("target", new PropertyValue("iconVisual"));
+            shrinkTransition.Add("property", new PropertyValue("size"));
+            shrinkTransition.Add("targetValue", new PropertyValue(new Vector2(50.0f, 50.0f)));
+            shrinkTransition.Add("animator", new PropertyValue(animator));
+            _shrinkTransitionData = new TransitionData(shrinkTransition);\r
+        }
+
+        /*public virtual void OnRelayout(Vector2 size, RelayoutContainer container)
+        {
+          Console.WriteLine ("--------------OnRelayout.");
+          RelayoutVisuals( size);
+        }*/
+
+        private void RelayoutVisuals(Vector2 size)
+        {
+            if (!_transitionInProgress)
+            {
+                if (_iconVisual)
+                {
+                    PropertyMap iconVisualTransform = new PropertyMap();
+                    iconVisualTransform.Add((int)VisualTransformPropertyType.SIZE, new PropertyValue(new Vector2(50.0f, 50.0f)));
+                    iconVisualTransform.Add((int)VisualTransformPropertyType.OFFSET, new PropertyValue(new Vector2(5.0f, 5.0f)));
+                    iconVisualTransform.Add((int)VisualTransformPropertyType.OFFSET_SIZE_MODE, new PropertyValue(new Vector4(1.0f, 1.0f, 1.0f, 1.0f)));
+                    iconVisualTransform.Add((int)VisualTransformPropertyType.ORIGIN, new PropertyValue((int)AlignType.TOP_BEGIN));
+                    iconVisualTransform.Add((int)VisualTransformPropertyType.ANCHOR_POINT, new PropertyValue((int)AlignType.TOP_BEGIN));
+                    _iconVisual.SetTransformAndSize(iconVisualTransform, size);
+                }
+            }
+        }
+
+        [ScriptableProperty()]
+        public string IconVisual
+        {
+            get
+            {
+                return _iconVisualUrl;
+            }
+            set
+            {
+                _iconVisualUrl = value;
+                if (_iconVisual)
+                {
+                    //RelayoutRequest();
+                    EnableVisual(_iconVisualIndex, false);
+                    UnregisterVisual(_iconVisualIndex);
+                }
+
+                PropertyMap iconVisualMap = new PropertyMap(); ;
+                iconVisualMap.Add(Tizen.NUI.Constants.Visual.Property.Type, new PropertyValue((int)Tizen.NUI.Constants.Visual.Type.Image));
+                iconVisualMap.Add(Tizen.NUI.Constants.ImageVisualProperty.URL, new PropertyValue(_iconVisualUrl));
+                _iconVisual = VisualFactory.Get().CreateVisual(iconVisualMap);
+                _iconVisual.Name = ("iconVisual");
+
+                RelayoutVisuals(new Vector2(250.0f, 250.0f));
+                RegisterVisual(_iconVisualIndex, _iconVisual);
+                _iconVisual.DepthIndex = (1.0f);
+            }
+
+        }
+
+
+
+        [ScriptableProperty()]
+        public bool ActiveContent
+        {
+            get
+            {
+                return _activeContent;
+            }
+            set
+            {
+                _activeContent = value;
+                StartTransition(_activeContent);
+            }
+        }
+
+        private void StartTransition(bool activate)
+        {
+            if (_animation)
+            {
+                _animation.Stop();
+                _animation.Finished += OnTransitionFinished;
+            }
+            if (activate)
+            {
+                _animation = CreateTransition(_growTransitionData);
+            }
+            else
+            {
+                _animation = CreateTransition(_shrinkTransitionData);
+            }
+
+            if (_animation)
+            {
+                _animation.Finished += OnTransitionFinished;
+                _transitionInProgress = true;
+                _animation.Play();
+            }
+        }
+
+        private void OnTransitionFinished(object sender, EventArgs e)
+        {
+            _transitionInProgress = false;
+            if (_animation)
+            {
+                _animation.Finished += OnTransitionFinished;
+                _animation.Reset();
+            }
+        }
+
+        public ImageVisualMap ImageVisual\r
+        {\r
+            set\r
+            {\r
+                if (value.URL != "")
+                {\r
+                    VisualBase _imageVisual;\r
+                    int _imageVisualIndex = RegisterProperty("ImageVisual", new PropertyValue(value.URL), PropertyAccessMode.ReadWrite);\r
+                    _imageVisual = VisualFactory.Get().CreateVisual(value.OutputMap);\r
+                    RegisterVisual(_imageVisualIndex, _imageVisual);\r
+                    _imageVisual.DepthIndex = value.DepthIndex;
+                }\r
+            }\r
+        }\r
+\r
+        public TextVisualMap TextVisual\r
+        {\r
+            set\r
+            {\r
+                if (value.Text != "" && value.PointSize != 0)
+                {\r
+                    Tizen.Log.Debug("NUI", "p2 !!!!!");\r
+\r
+                    PropertyMap _outputMap = new PropertyMap(); ;\r
+                    _outputMap.Add(Tizen.NUI.Constants.Visual.Property.Type, new PropertyValue((int)Tizen.NUI.Constants.Visual.Type.WireFrame + 1));\r
+                    _outputMap.Add(Tizen.NUI.Constants.TextVisualProperty.Text, new PropertyValue("ABCD"));\r
+                    _outputMap.Add(Tizen.NUI.Constants.TextVisualProperty.PointSize, new PropertyValue(10.0f));\r
+\r
+                    VisualBase _textVisual;\r
+                    int _textVisualIndex = RegisterProperty("TextVisual", new PropertyValue(_outputMap), PropertyAccessMode.ReadWrite);\r
+                    _textVisual = VisualFactory.Get().CreateVisual(_outputMap);\r
+                    RegisterVisual(_textVisualIndex, _textVisual, true);\r
+                    _textVisual.DepthIndex = value.DepthIndex;
+                    Tizen.Log.Debug("NUI", "p2 !!!!! _textVisualIndex=" + _textVisualIndex + "is enabled?=" + IsVisualEnabled(_textVisualIndex));
+                }\r
+            }\r
+        }
+
+    }
+}
\ No newline at end of file
index a6030e4..6ba6408 100755 (executable)
  */
 
 using System;
+using Tizen.Applications;
 using Tizen.NUI;
 
-//------------------------------------------------------------------------------
-// This file can only run on Tizen target. You should compile it with hello-test.cs, and
-// add tizen c# application related library as reference.
-//------------------------------------------------------------------------------
-namespace Tizen.Applications
+namespace Tizen.NUI
 {
-    /// <summary>
-    /// Represents an application that have UI screen. The NUIApplication class has a default stage.
-    /// </summary>
+
     public class NUIApplication : CoreUIApplication
     {
-        /// <summary>
-        /// The instance of the Dali Application.
-        /// </summary>
-        /// <remarks>
-        /// This application is created before OnCreate() or created event. And the NUIApplication will be terminated when this application is closed.
-        /// </remarks>
-        protected Tizen.NUI.Application application;
-
-        /// <summary>
-        /// The instance of the Dali Application extension.
-        /// </summary>
-        internal Tizen.NUI.ApplicationExtensions applicationExt;
-
-        /// <summary>
-        /// Store the stylesheet value.
-        /// </summary>
-        protected string m_stylesheet;
-
-        /// <summary>
-        /// Store the window mode value.
-        /// </summary>
-        protected Tizen.NUI.Application.WINDOW_MODE m_windowMode;
-
-        /// <summary>
-        /// Store the app mode value.
-        /// </summary>
-        protected AppMode appMode;
-
-        /// <summary>
-        /// The instance of the Dali Stage.
-        /// </summary>
-        public Stage stage { get; private set; }
-
-        /// <summary>
-        /// The default constructor.
-        /// </summary>
-        public NUIApplication():base()
+        private void LOG(string _str)
+        {
+            Tizen.Log.Debug("NUI", _str);
+            //Console.WriteLine("[NUI]" + _str);
+        }
+
+        private Application _application;
+        private ApplicationExtensions _applicationExt;
+        private string _stylesheet;
+        private Application.WindowMode _windowMode;
+        private AppMode _appMode;
+        private Stage _stage;
+
+        public NUIApplication() : base()
         {
-            appMode = AppMode.Default;
+            _appMode = AppMode.Default;
         }
 
-        /// <summary>
-        /// The constructor with stylesheet.
-        /// </summary>
-        public NUIApplication(string stylesheet):base()
+        public NUIApplication(string stylesheet) : base()
         {
             //handle the stylesheet
-            appMode = AppMode.StyleSheetOnly;
-            m_stylesheet = stylesheet;
+            _appMode = AppMode.StyleSheetOnly;
+            _stylesheet = stylesheet;
         }
 
-        /// <summary>
-        /// The constructor with stylesheet and window mode.
-        /// </summary>
-        public NUIApplication(string stylesheet, Tizen.NUI.Application.WINDOW_MODE windowMode)
-            : base()
+        public NUIApplication(string stylesheet, Application.WindowMode windowMode) : base()
         {
             //handle the stylesheet and windowMode
-            appMode = AppMode.StyleSheetWithWindowMode;
-            m_stylesheet = stylesheet;
-            m_windowMode = windowMode;
+            _appMode = AppMode.StyleSheetWithWindowMode;
+            _stylesheet = stylesheet;
+            _windowMode = windowMode;
+        }
+
+
+        protected override void OnPause()
+        {
+            base.OnPause();
+            _applicationExt.Pause();
+            LOG("OnPause() is called!");
         }
 
-        /// <summary>
-        /// Overrides this method if want to handle behavior before calling OnCreate().
-        /// stage property is initialized in this overrided method.
-        /// </summary>
         protected override void OnPreCreate()
         {
-            switch(appMode)
+            switch (_appMode)
             {
                 case AppMode.Default:
-                    application = Tizen.NUI.Application.NewApplication();
+                    _application = Tizen.NUI.Application.NewApplication();
                     break;
                 case AppMode.StyleSheetOnly:
-                    application = Tizen.NUI.Application.NewApplication(m_stylesheet);
+                    _application = Tizen.NUI.Application.NewApplication(_stylesheet);
                     break;
                 case AppMode.StyleSheetWithWindowMode:
-                    application = Tizen.NUI.Application.NewApplication(m_stylesheet, m_windowMode);
+                    _application = Tizen.NUI.Application.NewApplication(_stylesheet, _windowMode);
                     break;
                 default:
                     break;
             }
+            _applicationExt = new ApplicationExtensions(_application);
+            _applicationExt.Init();
 
-            applicationExt = new Tizen.NUI.ApplicationExtensions(application);
-            applicationExt.Init();
-
-            stage = Stage.GetCurrent();
-            stage.SetBackgroundColor( Color.White );
+            _stage = Stage.Instance;
+            _stage.SetBackgroundColor(Color.White);
+            LOG("OnPreCreate() is called!");
         }
 
-        /// <summary>
-        /// Overrides this method if want to handle behavior.
-        /// </summary>
-        protected override void OnTerminate()
+        protected override void OnResume()
         {
-            base.OnTerminate();
-            applicationExt.Terminate();
+            base.OnResume();
+            _applicationExt.Resume();
+            LOG("OnResume() is called!");
         }
 
-        /// <summary>
-        /// Overrides this method if want to handle behavior.
-        /// </summary>
-        protected override void OnPause()
+        protected override void OnAppControlReceived(AppControlReceivedEventArgs e)
         {
-            base.OnPause();
-            applicationExt.Pause();
+            base.OnAppControlReceived(e);
+            LOG("OnAppControlReceived() is called!");
+            if (e != null)
+            {
+                LOG("OnAppControlReceived() is called! ApplicationId=" + e.ReceivedAppControl.ApplicationId);
+                LOG("CallerApplicationId=" + e.ReceivedAppControl.CallerApplicationId + "   IsReplyRequest=" + e.ReceivedAppControl.IsReplyRequest);
+            }
         }
 
-        /// <summary>
-        /// Overrides this method if want to handle behavior.
-        /// </summary>
-        protected override void OnResume()
+        protected override void OnCreate()
         {
-            base.OnResume();
-            applicationExt.Resume();
+            base.OnCreate();
+            LOG("OnCreate() is called!");
         }
 
-        /// <summary>
-        /// Overrides this method if want to handle behavior.
-        /// </summary>
         protected override void OnLocaleChanged(LocaleChangedEventArgs e)
         {
             base.OnLocaleChanged(e);
-            applicationExt.LanguageChange();
+            _applicationExt.LanguageChange();
+            LOG("OnLocaleChanged() is called!");
+        }
+
+        protected override void OnLowBattery(LowBatteryEventArgs e)
+        {
+            base.OnLowBattery(e);
+            LOG("OnLowBattery() is called!");
+        }
+
+        protected override void OnLowMemory(LowMemoryEventArgs e)
+        {
+            base.OnLowMemory(e);
+            LOG("OnLowMemory() is called!");
+        }
+
+        protected override void OnRegionFormatChanged(RegionFormatChangedEventArgs e)
+        {
+            base.OnRegionFormatChanged(e);
+            LOG("OnRegionFormatChanged() is called!");
+        }
+
+        protected override void OnTerminate()
+        {
+            base.OnTerminate();
+            _applicationExt.Terminate();
+            LOG("OnTerminate() is called!");
         }
 
-        /// <summary>
-        /// The mode of creating Dali application.
-        /// </summary>
-        protected enum AppMode
+        private enum AppMode
         {
             Default = 0,
             StyleSheetOnly = 1,
index d73402c..e93402d 100755 (executable)
@@ -77,7 +77,7 @@ namespace Tizen.NUI
         }\r
 \r
 \r
-        internal static VisualFactory Get()\r
+        public static VisualFactory Get()\r
         {\r
             VisualFactory ret = new VisualFactory(NDalicPINVOKE.VisualFactory_Get(), true);\r
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
diff --git a/src/Tizen.NUI/src/public/VisualMaps.cs b/src/Tizen.NUI/src/public/VisualMaps.cs
new file mode 100755 (executable)
index 0000000..f13b815
--- /dev/null
@@ -0,0 +1,217 @@
+// Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved\r
+// PROPRIETARY/CONFIDENTIAL \r
+// This software is the confidential and proprietary\r
+// information of SAMSUNG ELECTRONICS ("Confidential Information"). You shall\r
+// not disclose such Confidential Information and shall use it only in\r
+// accordance with the terms of the license agreement you entered into with\r
+// SAMSUNG ELECTRONICS. SAMSUNG make no representations or warranties about the\r
+// suitability of the software, either express or implied, including but not\r
+// limited to the implied warranties of merchantability, fitness for a\r
+// particular purpose, or non-infringement. SAMSUNG shall not be liable for any\r
+// damages suffered by licensee as a result of using, modifying or distributing\r
+// this software or its derivatives.\r
+\r
+// Copyright (c) 2017 Samsung Electronics Co., Ltd.\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
+// This File has been auto-generated by SWIG and then modified using DALi Ruby Scripts\r
+// Some have been manually changed\r
+\r
+namespace Tizen.NUI\r
+{\r
+    using System;\r
+\r
+    public class ImageVisualMap\r
+    {\r
+        public ImageVisualMap()\r
+        {\r
+        }\r
+\r
+        private string _url = "";\r
+        private FittingModeType _fittingMode = FittingModeType.ShrinkToFit;\r
+        private SamplingModeType _samplingMode = SamplingModeType.BOX;\r
+        private float _depthIndex = 0.0f;\r
+        /* the following properties should be done also.        \r
+        public static readonly int DesiredWidth = NDalic.IMAGE_VISUAL_DESIRED_WIDTH;\r
+        public static readonly int DesiredHeight = NDalic.IMAGE_VISUAL_DESIRED_HEIGHT;\r
+        public static readonly int SynchronousLoading = NDalic.IMAGE_VISUAL_SYNCHRONOUS_LOADING;\r
+        public static readonly int BorderOnly = NDalic.IMAGE_VISUAL_BORDER_ONLY;\r
+        public static readonly int PixelArea = NDalic.IMAGE_VISUAL_PIXEL_AREA;\r
+        public static readonly int WrapModeU = NDalic.IMAGE_VISUAL_WRAP_MODE_U;\r
+        public static readonly int WrapModeV = NDalic.IMAGE_VISUAL_WRAP_MODE_V;\r
+        */\r
+        private PropertyMap _outputMap;\r
+\r
+\r
+        public string URL\r
+        {\r
+            get\r
+            {\r
+                return _url;\r
+            }\r
+            set\r
+            {\r
+                _url = value;\r
+            }\r
+        }\r
+\r
+        public FittingModeType FittingMode\r
+        {\r
+            get\r
+            {\r
+                return _fittingMode;\r
+            }\r
+            set\r
+            {\r
+                _fittingMode = value;\r
+            }\r
+        }\r
+        public SamplingModeType SamplingMode\r
+        {\r
+            get\r
+            {\r
+                return _samplingMode;\r
+            }\r
+            set\r
+            {\r
+                _samplingMode = value;\r
+            }\r
+        }\r
+        public float DepthIndex\r
+        {\r
+            get\r
+            {\r
+                return _depthIndex;\r
+            }\r
+            set\r
+            {\r
+                _depthIndex = value;\r
+            }\r
+        }\r
+\r
+        public PropertyMap OutputMap\r
+        {\r
+            get\r
+            {\r
+                ComposingPropertyMap();\r
+                return _outputMap;\r
+            }\r
+        }\r
+\r
+        private void ComposingPropertyMap()\r
+        {\r
+            if (_url != "")\r
+            {\r
+                _outputMap = new PropertyMap(); ;\r
+                _outputMap.Add(Tizen.NUI.Constants.Visual.Property.Type, new PropertyValue((int)Tizen.NUI.Constants.Visual.Type.Image));\r
+                _outputMap.Add(Tizen.NUI.Constants.ImageVisualProperty.URL, new PropertyValue(_url));\r
+                _outputMap.Add(Tizen.NUI.Constants.ImageVisualProperty.FittingMode, new PropertyValue((int)_fittingMode));\r
+                _outputMap.Add(Tizen.NUI.Constants.ImageVisualProperty.SamplingMode, new PropertyValue((int)_samplingMode));\r
+                //more PropertyMap should be added\r
+            }\r
+        }\r
+    }\r
+\r
+    public class TextVisualMap\r
+    {\r
+        public TextVisualMap()\r
+        {\r
+        }\r
+\r
+        private string _text = "";\r
+        private Color _textColor = Color.Black;\r
+        private float _pointSize = 0.0f;\r
+        private float _depthIndex = 0.0f;\r
+        /* the following properties should be done also.        \r
+        public static readonly int FontFamily = NDalic.TEXT_VISUAL_FONT_FAMILY;\r
+        public static readonly int FontStyle = NDalic.TEXT_VISUAL_FONT_STYLE;\r
+        public static readonly int MultiLine = NDalic.TEXT_VISUAL_MULTI_LINE;\r
+        public static readonly int HorizontalAlignment = NDalic.TEXT_VISUAL_HORIZONTAL_ALIGNMENT;\r
+        public static readonly int VerticalAlignment = NDalic.TEXT_VISUAL_VERTICAL_ALIGNMENT;\r
+        public static readonly int EnableMarkup = NDalic.TEXT_VISUAL_ENABLE_MARKUP;\r
+        */\r
+        private PropertyMap _outputMap;\r
+\r
+        public string Text\r
+        {\r
+            get\r
+            {\r
+                return _text;\r
+            }\r
+            set\r
+            {\r
+                _text = value;\r
+            }\r
+        }\r
+\r
+        public Color TextColor\r
+        {\r
+            get\r
+            {\r
+                return _textColor;\r
+            }\r
+            set\r
+            {\r
+                _textColor = value;\r
+            }\r
+        }\r
+        public float PointSize\r
+        {\r
+            get\r
+            {\r
+                return _pointSize;\r
+            }\r
+            set\r
+            {\r
+                _pointSize = value;\r
+            }\r
+        }\r
+        public float DepthIndex\r
+        {\r
+            get\r
+            {\r
+                return _depthIndex;\r
+            }\r
+            set\r
+            {\r
+                _depthIndex = value;\r
+            }\r
+        }\r
+\r
+        public PropertyMap OutputMap\r
+        {\r
+            get\r
+            {\r
+                ComposingPropertyMap();\r
+                return _outputMap;\r
+            }\r
+        }\r
+\r
+        private void ComposingPropertyMap()\r
+        {\r
+            if (_text != "" && _pointSize != 0)\r
+            {\r
+                Tizen.Log.Debug("NUI", "p1 !!!!!");\r
+                _outputMap = new PropertyMap(); ;\r
+                _outputMap.Add(Tizen.NUI.Constants.Visual.Property.Type, new PropertyValue((int)Tizen.NUI.Constants.Visual.Type.Text));\r
+                _outputMap.Add(Tizen.NUI.Constants.TextVisualProperty.Text, new PropertyValue(_text));\r
+                _outputMap.Add(Tizen.NUI.Constants.TextVisualProperty.TextColor, new PropertyValue(_textColor));\r
+                _outputMap.Add(Tizen.NUI.Constants.TextVisualProperty.PointSize, new PropertyValue(_pointSize));\r
+                //more PropertyMap should be added\r
+            }\r
+        }\r
+    }\r
+\r
+}\r