utils/inheritance.test/project.lock.json

{
  "locked": false,
  "version": 2,
  "targets": {
    ".NETCoreApp,Version=v1.1": {
      "dotnet-test-xunit/1.0.0-rc2-build10015": {
        "type": "package",
        "dependencies": {
          "Microsoft.Extensions.Testing.Abstractions": "1.0.0-preview1-002702",
          "Microsoft.NETCore.App": "1.0.0-rc2-3002702",
          "xunit.runner.reporters": "2.1.0"
        },
        "compile": {
          "lib/netcoreapp1.0/dotnet-test-xunit.dll": {}
        },
        "runtime": {
          "lib/netcoreapp1.0/dotnet-test-xunit.dll": {}
        }
      },
      "Libuv/1.9.1": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1"
        },
        "runtimeTargets": {
          "runtimes/debian-x64/native/libuv.so": {
            "assetType": "native",
            "rid": "debian-x64"
          },
          "runtimes/fedora-x64/native/libuv.so": {
            "assetType": "native",
            "rid": "fedora-x64"
          },
          "runtimes/opensuse-x64/native/libuv.so": {
            "assetType": "native",
            "rid": "opensuse-x64"
          },
          "runtimes/osx/native/libuv.dylib": {
            "assetType": "native",
            "rid": "osx"
          },
          "runtimes/rhel-x64/native/libuv.so": {
            "assetType": "native",
            "rid": "rhel-x64"
          },
          "runtimes/win7-arm/native/libuv.dll": {
            "assetType": "native",
            "rid": "win7-arm"
          },
          "runtimes/win7-x64/native/libuv.dll": {
            "assetType": "native",
            "rid": "win7-x64"
          },
          "runtimes/win7-x86/native/libuv.dll": {
            "assetType": "native",
            "rid": "win7-x86"
          }
        }
      },
      "Microsoft.CodeAnalysis.Analyzers/1.1.0": {
        "type": "package"
      },
      "Microsoft.CodeAnalysis.Common/1.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.CodeAnalysis.Analyzers": "1.1.0",
          "System.AppContext": "4.1.0",
          "System.Collections": "4.0.11",
          "System.Collections.Concurrent": "4.0.12",
          "System.Collections.Immutable": "1.2.0",
          "System.Console": "4.0.0",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Diagnostics.FileVersionInfo": "4.0.0",
          "System.Diagnostics.StackTrace": "4.0.1",
          "System.Diagnostics.Tools": "4.0.1",
          "System.Dynamic.Runtime": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.IO.FileSystem": "4.0.1",
          "System.IO.FileSystem.Primitives": "4.0.1",
          "System.Linq": "4.1.0",
          "System.Linq.Expressions": "4.1.0",
          "System.Reflection": "4.1.0",
          "System.Reflection.Metadata": "1.3.0",
          "System.Reflection.Primitives": "4.0.1",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Runtime.Numerics": "4.0.1",
          "System.Security.Cryptography.Algorithms": "4.2.0",
          "System.Security.Cryptography.Encoding": "4.0.0",
          "System.Security.Cryptography.X509Certificates": "4.1.0",
          "System.Text.Encoding": "4.0.11",
          "System.Text.Encoding.CodePages": "4.0.1",
          "System.Text.Encoding.Extensions": "4.0.11",
          "System.Threading": "4.0.11",
          "System.Threading.Tasks": "4.0.11",
          "System.Threading.Tasks.Parallel": "4.0.1",
          "System.Threading.Thread": "4.0.0",
          "System.Xml.ReaderWriter": "4.0.11",
          "System.Xml.XDocument": "4.0.11",
          "System.Xml.XPath.XDocument": "4.0.1",
          "System.Xml.XmlDocument": "4.0.1"
        },
        "compile": {
          "lib/netstandard1.3/_._": {}
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {}
        }
      },
      "Microsoft.CodeAnalysis.CSharp/1.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.CodeAnalysis.Common": "[1.3.0]"
        },
        "compile": {
          "lib/netstandard1.3/_._": {}
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {}
        }
      },
      "Microsoft.CodeAnalysis.VisualBasic/1.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.CodeAnalysis.Common": "1.3.0"
        },
        "compile": {
          "lib/netstandard1.3/_._": {}
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {}
        }
      },
      "Microsoft.CSharp/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Dynamic.Runtime": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.0/Microsoft.CSharp.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.CSharp.dll": {}
        }
      },
      "Microsoft.DiaSymReader/1.0.6": {
        "type": "package",
        "compile": {
          "lib/portable-net45+win8/Microsoft.DiaSymReader.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8/Microsoft.DiaSymReader.dll": {}
        }
      },
      "Microsoft.DiaSymReader.Native/1.4.0": {
        "type": "package",
        "runtimeTargets": {
          "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll": {
            "assetType": "native",
            "rid": "win-x64"
          },
          "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll": {
            "assetType": "native",
            "rid": "win-x86"
          },
          "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll": {
            "assetType": "native",
            "rid": "win"
          },
          "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll": {
            "assetType": "native",
            "rid": "win"
          },
          "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll": {
            "assetType": "native",
            "rid": "win"
          },
          "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll": {
            "assetType": "native",
            "rid": "win8-arm"
          }
        }
      },
      "Microsoft.DotNet.InternalAbstractions/1.0.0-rc2-002702": {
        "type": "package",
        "dependencies": {
          "System.AppContext": "4.1.0-rc2-24027",
          "System.Collections": "4.0.11-rc2-24027",
          "System.IO": "4.1.0-rc2-24027",
          "System.IO.FileSystem": "4.0.1-rc2-24027",
          "System.Reflection.TypeExtensions": "4.1.0-rc2-24027",
          "System.Runtime.Extensions": "4.1.0-rc2-24027",
          "System.Runtime.InteropServices": "4.1.0-rc2-24027",
          "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24027"
        },
        "compile": {
          "lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll": {}
        }
      },
      "Microsoft.DotNet.ProjectModel/1.0.0-rc2-002702": {
        "type": "package",
        "dependencies": {
          "Microsoft.CSharp": "4.0.1-rc2-24027",
          "Microsoft.Extensions.DependencyModel": "1.0.0-rc2-002702",
          "Newtonsoft.Json": "7.0.1",
          "NuGet.Packaging": "3.5.0-beta-final",
          "NuGet.RuntimeModel": "3.5.0-beta-final",
          "System.Dynamic.Runtime": "4.0.11-rc2-24027",
          "System.Reflection.Metadata": "1.3.0-rc2-24027",
          "System.Runtime.Loader": "4.0.0-rc2-24027",
          "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
          "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027",
          "System.Threading.Thread": "4.0.0-rc2-24027",
          "System.Xml.XDocument": "4.0.11-rc2-24027"
        },
        "compile": {
          "lib/netstandard1.5/Microsoft.DotNet.ProjectModel.dll": {}
        },
        "runtime": {
          "lib/netstandard1.5/Microsoft.DotNet.ProjectModel.dll": {}
        }
      },
      "Microsoft.Extensions.DependencyModel/1.0.0-rc2-002702": {
        "type": "package",
        "dependencies": {
          "Microsoft.DotNet.InternalAbstractions": "1.0.0-rc2-002702",
          "Newtonsoft.Json": "7.0.1",
          "System.Diagnostics.Debug": "4.0.11-rc2-24027",
          "System.Dynamic.Runtime": "4.0.11-rc2-24027",
          "System.Linq": "4.1.0-rc2-24027"
        },
        "compile": {
          "lib/netstandard1.5/Microsoft.Extensions.DependencyModel.dll": {}
        },
        "runtime": {
          "lib/netstandard1.5/Microsoft.Extensions.DependencyModel.dll": {}
        }
      },
      "Microsoft.Extensions.Testing.Abstractions/1.0.0-preview1-002702": {
        "type": "package",
        "dependencies": {
          "Microsoft.DiaSymReader": "1.0.6",
          "Microsoft.DiaSymReader.Native": "1.3.3",
          "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-002702",
          "Newtonsoft.Json": "7.0.1",
          "System.Reflection.TypeExtensions": "4.1.0-rc2-24027",
          "System.Resources.ResourceManager": "4.0.1-rc2-24027"
        },
        "compile": {
          "lib/netstandard1.5/Microsoft.Extensions.Testing.Abstractions.dll": {}
        },
        "runtime": {
          "lib/netstandard1.5/Microsoft.Extensions.Testing.Abstractions.dll": {}
        }
      },
      "Microsoft.NETCore.App/1.1.0": {
        "type": "package",
        "dependencies": {
          "Libuv": "1.9.1",
          "Microsoft.CSharp": "4.3.0",
          "Microsoft.CodeAnalysis.CSharp": "1.3.0",
          "Microsoft.CodeAnalysis.VisualBasic": "1.3.0",
          "Microsoft.DiaSymReader.Native": "1.4.0",
          "Microsoft.NETCore.DotNetHostPolicy": "1.1.0",
          "Microsoft.NETCore.Runtime.CoreCLR": "1.1.0",
          "Microsoft.VisualBasic": "10.1.0",
          "NETStandard.Library": "1.6.1",
          "System.Buffers": "4.3.0",
          "System.Collections.Immutable": "1.3.0",
          "System.ComponentModel": "4.3.0",
          "System.ComponentModel.Annotations": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "4.3.0",
          "System.Diagnostics.Process": "4.3.0",
          "System.Dynamic.Runtime": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.IO.FileSystem.Watcher": "4.3.0",
          "System.IO.MemoryMappedFiles": "4.3.0",
          "System.IO.UnmanagedMemoryStream": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.Linq.Parallel": "4.3.0",
          "System.Linq.Queryable": "4.3.0",
          "System.Net.NameResolution": "4.3.0",
          "System.Net.Requests": "4.3.0",
          "System.Net.Security": "4.3.0",
          "System.Net.WebHeaderCollection": "4.3.0",
          "System.Numerics.Vectors": "4.3.0",
          "System.Reflection.DispatchProxy": "4.3.0",
          "System.Reflection.Metadata": "1.4.1",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.Reader": "4.3.0",
          "System.Runtime.Loader": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.0",
          "System.Threading.Tasks.Dataflow": "4.7.0",
          "System.Threading.Tasks.Extensions": "4.3.0",
          "System.Threading.Tasks.Parallel": "4.3.0",
          "System.Threading.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0"
        },
        "compile": {
          "lib/netcoreapp1.0/_._": {}
        },
        "runtime": {
          "lib/netcoreapp1.0/_._": {}
        }
      },
      "Microsoft.NETCore.DotNetHost/1.1.0": {
        "type": "package"
      },
      "Microsoft.NETCore.DotNetHostPolicy/1.1.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "1.1.0"
        }
      },
      "Microsoft.NETCore.DotNetHostResolver/1.1.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.DotNetHost": "1.1.0"
        }
      },
      "Microsoft.NETCore.Jit/1.1.0": {
        "type": "package"
      },
      "Microsoft.NETCore.Platforms/1.1.0": {
        "type": "package",
        "compile": {
          "lib/netstandard1.0/_._": {}
        },
        "runtime": {
          "lib/netstandard1.0/_._": {}
        }
      },
      "Microsoft.NETCore.Runtime.CoreCLR/1.1.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Jit": "1.1.0",
          "Microsoft.NETCore.Windows.ApiSets": "1.0.1"
        }
      },
      "Microsoft.NETCore.Targets/1.1.0": {
        "type": "package",
        "compile": {
          "lib/netstandard1.0/_._": {}
        },
        "runtime": {
          "lib/netstandard1.0/_._": {}
        }
      },
      "Microsoft.NETCore.Windows.ApiSets/1.0.1": {
        "type": "package"
      },
      "Microsoft.VisualBasic/10.1.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Dynamic.Runtime": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.1/Microsoft.VisualBasic.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.VisualBasic.dll": {}
        }
      },
      "Microsoft.Win32.Primitives/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {}
        }
      },
      "Microsoft.Win32.Registry/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "System.Collections": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/_._": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "NETStandard.Library/1.6.1": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.AppContext": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Console": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.IO.Compression.ZipFile": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.Net.Http": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Net.Sockets": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Timer": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0",
          "System.Xml.XDocument": "4.3.0"
        }
      },
      "Newtonsoft.Json/7.0.1": {
        "type": "package",
        "compile": {
          "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
        },
        "runtime": {
          "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
        }
      },
      "NuGet.Common/3.5.0-beta-final": {
        "type": "package",
        "dependencies": {
          "NETStandard.Library": "1.5.0-rc2-24027",
          "System.Diagnostics.Process": "4.1.0-rc2-24027",
          "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027",
          "System.Threading.Thread": "4.0.0-rc2-24027"
        },
        "compile": {
          "lib/netstandard1.3/NuGet.Common.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/NuGet.Common.dll": {}
        }
      },
      "NuGet.Frameworks/3.5.0-beta-final": {
        "type": "package",
        "dependencies": {
          "NETStandard.Library": "1.5.0-rc2-24027",
          "NuGet.Versioning": "3.5.0-beta-final"
        },
        "compile": {
          "lib/netstandard1.3/NuGet.Frameworks.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/NuGet.Frameworks.dll": {}
        }
      },
      "NuGet.Packaging/3.5.0-beta-final": {
        "type": "package",
        "dependencies": {
          "NETStandard.Library": "1.5.0-rc2-24027",
          "NuGet.Common": "3.5.0-beta-final",
          "NuGet.Packaging.Core": "3.5.0-beta-final",
          "System.IO.Compression": "4.1.0-rc2-24027"
        },
        "compile": {
          "lib/netstandard1.3/NuGet.Packaging.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/NuGet.Packaging.dll": {}
        }
      },
      "NuGet.Packaging.Core/3.5.0-beta-final": {
        "type": "package",
        "dependencies": {
          "NETStandard.Library": "1.5.0-rc2-24027",
          "NuGet.Packaging.Core.Types": "3.5.0-beta-final",
          "System.Xml.XDocument": "4.0.11-rc2-24027"
        },
        "compile": {
          "lib/netstandard1.3/NuGet.Packaging.Core.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/NuGet.Packaging.Core.dll": {}
        }
      },
      "NuGet.Packaging.Core.Types/3.5.0-beta-final": {
        "type": "package",
        "dependencies": {
          "NETStandard.Library": "1.5.0-rc2-24027",
          "NuGet.Frameworks": "3.5.0-beta-final"
        },
        "compile": {
          "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll": {}
        }
      },
      "NuGet.RuntimeModel/3.5.0-beta-final": {
        "type": "package",
        "dependencies": {
          "NETStandard.Library": "1.5.0-rc2-24027",
          "Newtonsoft.Json": "6.0.4",
          "NuGet.Frameworks": "3.5.0-beta-final",
          "NuGet.Versioning": "3.5.0-beta-final",
          "System.Dynamic.Runtime": "4.0.11-rc2-24027",
          "System.ObjectModel": "4.0.12-rc2-24027"
        },
        "compile": {
          "lib/netstandard1.3/NuGet.RuntimeModel.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/NuGet.RuntimeModel.dll": {}
        }
      },
      "NuGet.Versioning/3.5.0-beta-final": {
        "type": "package",
        "dependencies": {
          "NETStandard.Library": "1.5.0-rc2-24027"
        },
        "compile": {
          "lib/netstandard1.0/NuGet.Versioning.dll": {}
        },
        "runtime": {
          "lib/netstandard1.0/NuGet.Versioning.dll": {}
        }
      },
      "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "type": "package",
        "runtimeTargets": {
          "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
            "assetType": "native",
            "rid": "debian.8-x64"
          }
        }
      },
      "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "type": "package",
        "runtimeTargets": {
          "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
            "assetType": "native",
            "rid": "fedora.23-x64"
          }
        }
      },
      "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "type": "package",
        "runtimeTargets": {
          "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
            "assetType": "native",
            "rid": "fedora.24-x64"
          }
        }
      },
      "runtime.native.System/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0"
        },
        "compile": {
          "lib/netstandard1.0/_._": {}
        },
        "runtime": {
          "lib/netstandard1.0/_._": {}
        }
      },
      "runtime.native.System.IO.Compression/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0"
        },
        "compile": {
          "lib/netstandard1.0/_._": {}
        },
        "runtime": {
          "lib/netstandard1.0/_._": {}
        }
      },
      "runtime.native.System.Net.Http/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0"
        },
        "compile": {
          "lib/netstandard1.0/_._": {}
        },
        "runtime": {
          "lib/netstandard1.0/_._": {}
        }
      },
      "runtime.native.System.Net.Security/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0"
        },
        "compile": {
          "lib/netstandard1.0/_._": {}
        },
        "runtime": {
          "lib/netstandard1.0/_._": {}
        }
      },
      "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
        "type": "package",
        "dependencies": {
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
        },
        "compile": {
          "lib/netstandard1.0/_._": {}
        },
        "runtime": {
          "lib/netstandard1.0/_._": {}
        }
      },
      "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "type": "package",
        "dependencies": {
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        },
        "compile": {
          "lib/netstandard1.0/_._": {}
        },
        "runtime": {
          "lib/netstandard1.0/_._": {}
        }
      },
      "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "type": "package",
        "runtimeTargets": {
          "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
            "assetType": "native",
            "rid": "opensuse.13.2-x64"
          }
        }
      },
      "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "type": "package",
        "runtimeTargets": {
          "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
            "assetType": "native",
            "rid": "opensuse.42.1-x64"
          }
        }
      },
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
        "type": "package",
        "runtimeTargets": {
          "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib": {
            "assetType": "native",
            "rid": "osx.10.10-x64"
          }
        }
      },
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "type": "package",
        "runtimeTargets": {
          "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": {
            "assetType": "native",
            "rid": "osx.10.10-x64"
          }
        }
      },
      "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "type": "package",
        "runtimeTargets": {
          "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
            "assetType": "native",
            "rid": "rhel.7-x64"
          }
        }
      },
      "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "type": "package",
        "runtimeTargets": {
          "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
            "assetType": "native",
            "rid": "ubuntu.14.04-x64"
          }
        }
      },
      "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "type": "package",
        "runtimeTargets": {
          "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
            "assetType": "native",
            "rid": "ubuntu.16.04-x64"
          }
        }
      },
      "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "type": "package",
        "runtimeTargets": {
          "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
            "assetType": "native",
            "rid": "ubuntu.16.10-x64"
          }
        }
      },
      "System.AppContext/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.6/System.AppContext.dll": {}
        },
        "runtime": {
          "lib/netstandard1.6/System.AppContext.dll": {}
        }
      },
      "System.Buffers/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "compile": {
          "lib/netstandard1.1/System.Buffers.dll": {}
        },
        "runtime": {
          "lib/netstandard1.1/System.Buffers.dll": {}
        }
      },
      "System.Collections/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Collections.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        }
      },
      "System.Collections.Concurrent/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Collections.Concurrent.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Collections.Concurrent.dll": {}
        }
      },
      "System.Collections.Immutable/1.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "compile": {
          "lib/netstandard1.0/System.Collections.Immutable.dll": {}
        },
        "runtime": {
          "lib/netstandard1.0/System.Collections.Immutable.dll": {}
        }
      },
      "System.Collections.NonGeneric/4.0.1": {
        "type": "package",
        "dependencies": {
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "compile": {
          "ref/netstandard1.3/System.Collections.NonGeneric.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Collections.NonGeneric.dll": {}
        }
      },
      "System.ComponentModel/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.0/System.ComponentModel.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.ComponentModel.dll": {}
        }
      },
      "System.ComponentModel.Annotations/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.ComponentModel": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.4/System.ComponentModel.Annotations.dll": {}
        },
        "runtime": {
          "lib/netstandard1.4/System.ComponentModel.Annotations.dll": {}
        }
      },
      "System.Console/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Console.dll": {}
        }
      },
      "System.Diagnostics.Debug/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        }
      },
      "System.Diagnostics.DiagnosticSource/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "compile": {
          "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
        }
      },
      "System.Diagnostics.FileVersionInfo/4.0.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.Globalization": "4.0.11",
          "System.IO": "4.1.0",
          "System.IO.FileSystem": "4.0.1",
          "System.IO.FileSystem.Primitives": "4.0.1",
          "System.Reflection.Metadata": "1.3.0",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.InteropServices": "4.1.0"
        },
        "compile": {
          "ref/netstandard1.3/_._": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Diagnostics.Process/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "runtime.native.System": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.4/System.Diagnostics.Process.dll": {}
        },
        "runtimeTargets": {
          "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": {
            "assetType": "runtime",
            "rid": "linux"
          },
          "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll": {
            "assetType": "runtime",
            "rid": "osx"
          },
          "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Diagnostics.StackTrace/4.0.1": {
        "type": "package",
        "dependencies": {
          "System.Collections.Immutable": "1.2.0",
          "System.IO.FileSystem": "4.0.1",
          "System.Reflection": "4.1.0",
          "System.Reflection.Metadata": "1.3.0",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0"
        },
        "compile": {
          "ref/netstandard1.3/_._": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {}
        }
      },
      "System.Diagnostics.Tools/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.0/System.Diagnostics.Tools.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        }
      },
      "System.Diagnostics.Tracing/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wpa81/_._": {}
        }
      },
      "System.Dynamic.Runtime/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Dynamic.Runtime.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Dynamic.Runtime.dll": {}
        }
      },
      "System.Globalization/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Globalization.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        }
      },
      "System.Globalization.Calendars/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Globalization.Calendars.dll": {}
        }
      },
      "System.Globalization.Extensions/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Globalization.Extensions.dll": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.IO/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.5/System.IO.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        }
      },
      "System.IO.Compression/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "System.Buffers": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.IO.Compression": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.IO.Compression.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wpa81/_._": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.IO.Compression.ZipFile/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Buffers": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {}
        }
      },
      "System.IO.FileSystem/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.IO.FileSystem.dll": {}
        }
      },
      "System.IO.FileSystem.Primitives/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
        }
      },
      "System.IO.FileSystem.Watcher/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.Collections": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Overlapped": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Thread": "4.3.0",
          "runtime.native.System": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": {}
        },
        "runtimeTargets": {
          "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": {
            "assetType": "runtime",
            "rid": "linux"
          },
          "runtimes/osx/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": {
            "assetType": "runtime",
            "rid": "osx"
          },
          "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.IO.MemoryMappedFiles/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.IO.UnmanagedMemoryStream": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.IO.UnmanagedMemoryStream/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Buffers": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {}
        }
      },
      "System.Linq/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.6/System.Linq.dll": {}
        },
        "runtime": {
          "lib/netstandard1.6/System.Linq.dll": {}
        }
      },
      "System.Linq.Expressions/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Linq": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Emit.Lightweight": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.6/System.Linq.Expressions.dll": {}
        },
        "runtime": {
          "lib/netstandard1.6/System.Linq.Expressions.dll": {}
        }
      },
      "System.Linq.Parallel/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.1/System.Linq.Parallel.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Linq.Parallel.dll": {}
        }
      },
      "System.Linq.Queryable/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.0/System.Linq.Queryable.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Linq.Queryable.dll": {}
        }
      },
      "System.Net.Http/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Net.Http.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wpa81/_._": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Net.NameResolution/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Principal.Windows": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Net.NameResolution.dll": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Net.Primitives/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Net.Primitives.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        }
      },
      "System.Net.Requests/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Net.Http": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Net.WebHeaderCollection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Net.Requests.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Net.Security/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.IO": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Claims": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.0",
          "System.Security.Principal": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.Net.Security": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Net.Security.dll": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.3/System.Net.Security.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Net.Sockets/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Net.Sockets.dll": {}
        }
      },
      "System.Net.WebHeaderCollection/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {}
        }
      },
      "System.Numerics.Vectors/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.0/System.Numerics.Vectors.dll": {}
        },
        "runtime": {
          "lib/netstandard1.0/System.Numerics.Vectors.dll": {}
        }
      },
      "System.ObjectModel/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.ObjectModel.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.ObjectModel.dll": {}
        }
      },
      "System.Reflection/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.5/System.Reflection.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        }
      },
      "System.Reflection.DispatchProxy/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {}
        }
      },
      "System.Reflection.Emit/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.1/_._": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Reflection.Emit.dll": {}
        }
      },
      "System.Reflection.Emit.ILGeneration/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.0/_._": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {}
        }
      },
      "System.Reflection.Emit.Lightweight/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.0/_._": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {}
        }
      },
      "System.Reflection.Extensions/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        }
      },
      "System.Reflection.Metadata/1.4.1": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Collections.Immutable": "1.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "compile": {
          "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
        },
        "runtime": {
          "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
        }
      },
      "System.Reflection.Primitives/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        }
      },
      "System.Reflection.TypeExtensions/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.5/System.Reflection.TypeExtensions.dll": {}
        },
        "runtime": {
          "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {}
        }
      },
      "System.Resources.Reader/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "compile": {
          "lib/netstandard1.0/System.Resources.Reader.dll": {}
        },
        "runtime": {
          "lib/netstandard1.0/System.Resources.Reader.dll": {}
        }
      },
      "System.Resources.ResourceManager/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        }
      },
      "System.Runtime/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0"
        },
        "compile": {
          "ref/netstandard1.5/System.Runtime.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp80+wpa81/_._": {}
        }
      },
      "System.Runtime.Extensions/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.5/System.Runtime.Extensions.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Runtime.Handles.dll": {}
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        },
        "compile": {
          "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wpa81/_._": {}
        }
      },
      "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
        },
        "runtime": {
          "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Runtime.Loader/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.5/System.Runtime.Loader.dll": {}
        },
        "runtime": {
          "lib/netstandard1.5/System.Runtime.Loader.dll": {}
        }
      },
      "System.Runtime.Numerics/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.1/System.Runtime.Numerics.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Runtime.Numerics.dll": {}
        }
      },
      "System.Runtime.Serialization.Primitives/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
        }
      },
      "System.Security.Claims/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Security.Principal": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/_._": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Security.Claims.dll": {}
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {}
        },
        "runtimeTargets": {
          "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {
            "assetType": "runtime",
            "rid": "osx"
          },
          "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Security.Cryptography.Cng/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.6/_._": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Security.Cryptography.Csp/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/_._": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Security.Cryptography.Encoding/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Security.Cryptography.OpenSsl/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.6/_._": {}
        },
        "runtime": {
          "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {
            "assetType": "runtime",
            "rid": "unix"
          }
        }
      },
      "System.Security.Cryptography.Primitives/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
        }
      },
      "System.Security.Cryptography.X509Certificates/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Cng": "4.3.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Security.Principal/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.0/System.Security.Principal.dll": {}
        },
        "runtime": {
          "lib/netstandard1.0/System.Security.Principal.dll": {}
        }
      },
      "System.Security.Principal.Windows/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Claims": "4.3.0",
          "System.Security.Principal": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/_._": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Text.Encoding/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Text.Encoding.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        }
      },
      "System.Text.Encoding.CodePages/4.0.1": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.Collections": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.IO": "4.1.0",
          "System.Reflection": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Text.Encoding": "4.0.11",
          "System.Threading": "4.0.11"
        },
        "compile": {
          "ref/netstandard1.3/_._": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Text.Encoding.Extensions/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        }
      },
      "System.Text.RegularExpressions/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {}
        },
        "runtime": {
          "lib/netstandard1.6/System.Text.RegularExpressions.dll": {}
        }
      },
      "System.Threading/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Threading.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Threading.dll": {}
        }
      },
      "System.Threading.Overlapped/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/_._": {}
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": {
            "assetType": "runtime",
            "rid": "unix"
          },
          "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": {
            "assetType": "runtime",
            "rid": "win"
          }
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Threading.Tasks.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/_._": {}
        }
      },
      "System.Threading.Tasks.Dataflow/4.7.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Dynamic.Runtime": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        },
        "compile": {
          "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {}
        },
        "runtime": {
          "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {}
        }
      },
      "System.Threading.Tasks.Extensions/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        },
        "compile": {
          "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
        },
        "runtime": {
          "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
        }
      },
      "System.Threading.Tasks.Parallel/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections.Concurrent": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {}
        }
      },
      "System.Threading.Thread/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Threading.Thread.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Threading.Thread.dll": {}
        }
      },
      "System.Threading.ThreadPool/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Threading.ThreadPool.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Threading.ThreadPool.dll": {}
        }
      },
      "System.Threading.Timer/4.3.0": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.2/System.Threading.Timer.dll": {}
        }
      },
      "System.Xml.ReaderWriter/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {}
        }
      },
      "System.Xml.XDocument/4.3.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0"
        },
        "compile": {
          "ref/netstandard1.3/System.Xml.XDocument.dll": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Xml.XDocument.dll": {}
        }
      },
      "System.Xml.XmlDocument/4.0.1": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.IO": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Text.Encoding": "4.0.11",
          "System.Threading": "4.0.11",
          "System.Xml.ReaderWriter": "4.0.11"
        },
        "compile": {
          "ref/netstandard1.3/_._": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Xml.XmlDocument.dll": {}
        }
      },
      "System.Xml.XPath/4.0.1": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.IO": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Threading": "4.0.11",
          "System.Xml.ReaderWriter": "4.0.11"
        },
        "compile": {
          "ref/netstandard1.3/_._": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Xml.XPath.dll": {}
        }
      },
      "System.Xml.XPath.XDocument/4.0.1": {
        "type": "package",
        "dependencies": {
          "System.Diagnostics.Debug": "4.0.11",
          "System.Linq": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Threading": "4.0.11",
          "System.Xml.ReaderWriter": "4.0.11",
          "System.Xml.XDocument": "4.0.11",
          "System.Xml.XPath": "4.0.1"
        },
        "compile": {
          "ref/netstandard1.3/_._": {}
        },
        "runtime": {
          "lib/netstandard1.3/System.Xml.XPath.XDocument.dll": {}
        }
      },
      "xunit/2.1.0": {
        "type": "package",
        "dependencies": {
          "xunit.assert": "[2.1.0]",
          "xunit.core": "[2.1.0]"
        }
      },
      "xunit.abstractions/2.0.0": {
        "type": "package",
        "compile": {
          "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {}
        }
      },
      "xunit.assert/2.1.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.0.0",
          "System.Diagnostics.Debug": "4.0.0",
          "System.Globalization": "4.0.0",
          "System.Linq": "4.0.0",
          "System.ObjectModel": "4.0.0",
          "System.Reflection": "4.0.0",
          "System.Reflection.Extensions": "4.0.0",
          "System.Runtime": "4.0.0",
          "System.Runtime.Extensions": "4.0.0",
          "System.Text.RegularExpressions": "4.0.0",
          "System.Threading.Tasks": "4.0.0"
        },
        "compile": {
          "lib/dotnet/xunit.assert.dll": {}
        },
        "runtime": {
          "lib/dotnet/xunit.assert.dll": {}
        }
      },
      "xunit.core/2.1.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.0.0",
          "System.Diagnostics.Debug": "4.0.0",
          "System.Globalization": "4.0.0",
          "System.Linq": "4.0.0",
          "System.Reflection": "4.0.0",
          "System.Reflection.Extensions": "4.0.0",
          "System.Runtime": "4.0.0",
          "System.Runtime.Extensions": "4.0.0",
          "System.Threading.Tasks": "4.0.0",
          "xunit.abstractions": "2.0.0",
          "xunit.extensibility.core": "[2.1.0]",
          "xunit.extensibility.execution": "[2.1.0]"
        }
      },
      "xunit.extensibility.core/2.1.0": {
        "type": "package",
        "dependencies": {
          "xunit.abstractions": "[2.0.0]"
        },
        "compile": {
          "lib/dotnet/xunit.core.dll": {}
        },
        "runtime": {
          "lib/dotnet/xunit.core.dll": {}
        }
      },
      "xunit.extensibility.execution/2.1.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.0.0",
          "System.Diagnostics.Debug": "4.0.0",
          "System.Globalization": "4.0.0",
          "System.IO": "4.0.0",
          "System.Linq": "4.0.0",
          "System.Linq.Expressions": "4.0.0",
          "System.Reflection": "4.0.0",
          "System.Reflection.Extensions": "4.0.0",
          "System.Runtime": "4.0.0",
          "System.Runtime.Extensions": "4.0.0",
          "System.Text.Encoding": "4.0.0",
          "System.Threading": "4.0.0",
          "System.Threading.Tasks": "4.0.0",
          "xunit.abstractions": "2.0.0",
          "xunit.extensibility.core": "[2.1.0]"
        },
        "compile": {
          "lib/dotnet/xunit.execution.dotnet.dll": {}
        },
        "runtime": {
          "lib/dotnet/xunit.execution.dotnet.dll": {}
        }
      },
      "xunit.runner.reporters/2.1.0": {
        "type": "package",
        "dependencies": {
          "Newtonsoft.Json": "7.0.1",
          "System.Collections": "4.0.0",
          "System.Diagnostics.Debug": "4.0.0",
          "System.Net.Http": "4.0.0",
          "System.Net.Primitives": "4.0.0",
          "System.Reflection": "4.0.0",
          "System.Reflection.Extensions": "4.0.0",
          "System.Runtime": "4.0.0",
          "System.Runtime.Extensions": "4.0.0",
          "System.Text.Encoding": "4.0.0",
          "System.Threading": "4.0.0",
          "System.Threading.Tasks": "4.0.0",
          "xunit.abstractions": "2.0.0",
          "xunit.runner.utility": "[2.1.0]"
        },
        "compile": {
          "lib/dotnet/xunit.runner.reporters.dotnet.dll": {}
        },
        "runtime": {
          "lib/dotnet/xunit.runner.reporters.dotnet.dll": {}
        }
      },
      "xunit.runner.utility/2.1.0": {
        "type": "package",
        "dependencies": {
          "System.Collections": "4.0.0",
          "System.Diagnostics.Debug": "4.0.0",
          "System.Globalization": "4.0.0",
          "System.IO": "4.0.0",
          "System.Linq": "4.0.0",
          "System.Reflection": "4.0.0",
          "System.Reflection.Extensions": "4.0.0",
          "System.Runtime": "4.0.0",
          "System.Runtime.Extensions": "4.0.0",
          "System.Text.RegularExpressions": "4.0.0",
          "System.Threading": "4.0.0",
          "System.Threading.Tasks": "4.0.0",
          "xunit.abstractions": "2.0.0"
        },
        "compile": {
          "lib/dotnet/xunit.runner.utility.dotnet.dll": {}
        },
        "runtime": {
          "lib/dotnet/xunit.runner.utility.dotnet.dll": {}
        }
      },
      "inheritance/1.0.0": {
        "type": "project",
        "framework": ".NETCoreApp,Version=v1.1",
        "dependencies": {
          "Microsoft.NETCore.App": "1.1.0",
          "System.Collections.NonGeneric": "4.0.1"
        }
      }
    }
  },
  "libraries": {
    "dotnet-test-xunit/1.0.0-rc2-build10015": {
      "sha512": "2traZWYeJiFzau+1j9HcnSZ3rQLDyIrqKyYKCTbPPmu6lsQAtaOG5q+fuKS9Vaxczmh0IcvZ2hdWEuYmtVb9zw==",
      "type": "package",
      "path": "dotnet-test-xunit/1.0.0-rc2-build10015",
      "files": [
        "dotnet-test-xunit.1.0.0-rc2-build10015.nupkg.sha512",
        "dotnet-test-xunit.nuspec",
        "lib/net451/dotnet-test-xunit.exe",
        "lib/netcoreapp1.0/dotnet-test-xunit.dll",
        "lib/netcoreapp1.0/dotnet-test-xunit.runtimeconfig.json",
        "runtimes/unix-x64/lib/net451/dotnet-test-xunit.exe",
        "runtimes/win7-x64/lib/net451/dotnet-test-xunit.exe",
        "runtimes/win7-x86/lib/net451/dotnet-test-xunit.exe"
      ]
    },
    "Libuv/1.9.1": {
      "sha512": "HnpLf6igEYY+1TzToUqzx7NHocnBm+X6P9ea+NkIgHs0t9Iy5tEMP9e0RgdlMDwDheZhbOB/VHOqSQgmWLuLUw==",
      "type": "package",
      "path": "Libuv/1.9.1",
      "files": [
        "Libuv.1.9.1.nupkg.sha512",
        "Libuv.nuspec",
        "License.txt",
        "runtimes/debian-x64/native/libuv.so",
        "runtimes/fedora-x64/native/libuv.so",
        "runtimes/opensuse-x64/native/libuv.so",
        "runtimes/osx/native/libuv.dylib",
        "runtimes/rhel-x64/native/libuv.so",
        "runtimes/win7-arm/native/libuv.dll",
        "runtimes/win7-x64/native/libuv.dll",
        "runtimes/win7-x86/native/libuv.dll"
      ]
    },
    "Microsoft.CodeAnalysis.Analyzers/1.1.0": {
      "sha512": "2RPX//en7B55GIaqf/oCZ7i37MCik9f8p6t4I+BIdSZ0FVXvMoxwsWoQbN8+zV28KSx+uktYWB49aROnFyQ4Gg==",
      "type": "package",
      "path": "Microsoft.CodeAnalysis.Analyzers/1.1.0",
      "files": [
        "Microsoft.CodeAnalysis.Analyzers.1.1.0.nupkg.sha512",
        "Microsoft.CodeAnalysis.Analyzers.nuspec",
        "ThirdPartyNotices.rtf",
        "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll",
        "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll",
        "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll",
        "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll",
        "tools/install.ps1",
        "tools/uninstall.ps1"
      ]
    },
    "Microsoft.CodeAnalysis.Common/1.3.0": {
      "sha512": "vn3W2vgAAAStQQeZzJxEjdmmcwwkrn6Y5sxZ9vxzm9bA+tqqxg1m8WE4XkBJPvl4z3zHz7T0Egrof5r2trqieg==",
      "type": "package",
      "path": "Microsoft.CodeAnalysis.Common/1.3.0",
      "files": [
        "Microsoft.CodeAnalysis.Common.1.3.0.nupkg.sha512",
        "Microsoft.CodeAnalysis.Common.nuspec",
        "ThirdPartyNotices.rtf",
        "lib/net45/Microsoft.CodeAnalysis.dll",
        "lib/net45/Microsoft.CodeAnalysis.xml",
        "lib/netstandard1.3/Microsoft.CodeAnalysis.dll",
        "lib/netstandard1.3/Microsoft.CodeAnalysis.xml",
        "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll",
        "lib/portable-net45+win8/Microsoft.CodeAnalysis.xml"
      ]
    },
    "Microsoft.CodeAnalysis.CSharp/1.3.0": {
      "sha512": "CtLJcYPWYy52R501juDhOcuPmftBdEVzMY0t780cDe2Q3+zGL9HuRfEDOqQdr/SjzC7IScNKchctkdsaOqQhng==",
      "type": "package",
      "path": "Microsoft.CodeAnalysis.CSharp/1.3.0",
      "files": [
        "Microsoft.CodeAnalysis.CSharp.1.3.0.nupkg.sha512",
        "Microsoft.CodeAnalysis.CSharp.nuspec",
        "ThirdPartyNotices.rtf",
        "lib/net45/Microsoft.CodeAnalysis.CSharp.dll",
        "lib/net45/Microsoft.CodeAnalysis.CSharp.xml",
        "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll",
        "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.xml",
        "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll",
        "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml"
      ]
    },
    "Microsoft.CodeAnalysis.VisualBasic/1.3.0": {
      "sha512": "KIf9sXmnU3FauenobmREHuYd2os6qdOy/RX9sAUawXNGorJBnv4Gf2sknKsvpnSh3XXfk57TBb4Wu3kOitfCsw==",
      "type": "package",
      "path": "Microsoft.CodeAnalysis.VisualBasic/1.3.0",
      "files": [
        "Microsoft.CodeAnalysis.VisualBasic.1.3.0.nupkg.sha512",
        "Microsoft.CodeAnalysis.VisualBasic.nuspec",
        "ThirdPartyNotices.rtf",
        "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll",
        "lib/net45/Microsoft.CodeAnalysis.VisualBasic.xml",
        "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll",
        "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.xml",
        "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll",
        "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.xml"
      ]
    },
    "Microsoft.CSharp/4.3.0": {
      "sha512": "Ytdu+gblTJ1hSxyCjWU+gKtegq0iSX7DVM1XxOvCHCuz+XHtw95yW373fA1KYVXU/iTiHBDFzEQgz8ALkcPxWw==",
      "type": "package",
      "path": "Microsoft.CSharp/4.3.0",
      "files": [
        "Microsoft.CSharp.4.3.0.nupkg.sha512",
        "Microsoft.CSharp.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/Microsoft.CSharp.dll",
        "lib/netstandard1.3/Microsoft.CSharp.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/Microsoft.CSharp.dll",
        "ref/netcore50/Microsoft.CSharp.xml",
        "ref/netcore50/de/Microsoft.CSharp.xml",
        "ref/netcore50/es/Microsoft.CSharp.xml",
        "ref/netcore50/fr/Microsoft.CSharp.xml",
        "ref/netcore50/it/Microsoft.CSharp.xml",
        "ref/netcore50/ja/Microsoft.CSharp.xml",
        "ref/netcore50/ko/Microsoft.CSharp.xml",
        "ref/netcore50/ru/Microsoft.CSharp.xml",
        "ref/netcore50/zh-hans/Microsoft.CSharp.xml",
        "ref/netcore50/zh-hant/Microsoft.CSharp.xml",
        "ref/netstandard1.0/Microsoft.CSharp.dll",
        "ref/netstandard1.0/Microsoft.CSharp.xml",
        "ref/netstandard1.0/de/Microsoft.CSharp.xml",
        "ref/netstandard1.0/es/Microsoft.CSharp.xml",
        "ref/netstandard1.0/fr/Microsoft.CSharp.xml",
        "ref/netstandard1.0/it/Microsoft.CSharp.xml",
        "ref/netstandard1.0/ja/Microsoft.CSharp.xml",
        "ref/netstandard1.0/ko/Microsoft.CSharp.xml",
        "ref/netstandard1.0/ru/Microsoft.CSharp.xml",
        "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
        "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "Microsoft.DiaSymReader/1.0.6": {
      "sha512": "ai2eBJrXlHa0hecUKnEyacH0iXxGNOMpc9X0s7VAeqqh5TSTW70QMhTRZ0FNCtf3R/W67K4a+uf3R7MASmAjrg==",
      "type": "package",
      "path": "Microsoft.DiaSymReader/1.0.6",
      "files": [
        "Microsoft.DiaSymReader.1.0.6.nupkg.sha512",
        "Microsoft.DiaSymReader.nuspec",
        "lib/net20/Microsoft.DiaSymReader.dll",
        "lib/net20/Microsoft.DiaSymReader.xml",
        "lib/portable-net45+win8/Microsoft.DiaSymReader.dll",
        "lib/portable-net45+win8/Microsoft.DiaSymReader.xml"
      ]
    },
    "Microsoft.DiaSymReader.Native/1.4.0": {
      "sha512": "QQX2s8uz3WCVlISuY4p/dkKQfDIPxI0wgQJhaCeUa6Mc3UIseLo52MzAL6EtTzqqa3AN9qsP/l3gQ2gdDJU7oQ==",
      "type": "package",
      "path": "Microsoft.DiaSymReader.Native/1.4.0",
      "files": [
        "Microsoft.DiaSymReader.Native.1.4.0.nupkg.sha512",
        "Microsoft.DiaSymReader.Native.nuspec",
        "build/Microsoft.DiaSymReader.Native.props",
        "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll",
        "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll",
        "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll",
        "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll",
        "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll",
        "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll"
      ]
    },
    "Microsoft.DotNet.InternalAbstractions/1.0.0-rc2-002702": {
      "sha512": "81Zp6K3oJY5zyoCtf7eguaZ+EnM3zawCtUKszBCLob1KH6Bu44ET2hokkk/6eMhTI2aQhbGrV9SaSjJ2K8DUDg==",
      "type": "package",
      "path": "Microsoft.DotNet.InternalAbstractions/1.0.0-rc2-002702",
      "files": [
        "Microsoft.DotNet.InternalAbstractions.1.0.0-rc2-002702.nupkg.sha512",
        "Microsoft.DotNet.InternalAbstractions.nuspec",
        "lib/net451/Microsoft.DotNet.InternalAbstractions.dll",
        "lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll"
      ]
    },
    "Microsoft.DotNet.ProjectModel/1.0.0-rc2-002702": {
      "sha512": "ryslqqMpPRcJma9kJn3V1/GydzUny6i6xfpQ0cqfWmlPdSQ9Hnh6x2l8yVqU+ueCiVffKWn/Or80moLwroXP/A==",
      "type": "package",
      "path": "Microsoft.DotNet.ProjectModel/1.0.0-rc2-002702",
      "files": [
        "Microsoft.DotNet.ProjectModel.1.0.0-rc2-002702.nupkg.sha512",
        "Microsoft.DotNet.ProjectModel.nuspec",
        "lib/net451/Microsoft.DotNet.ProjectModel.dll",
        "lib/netstandard1.5/Microsoft.DotNet.ProjectModel.dll"
      ]
    },
    "Microsoft.Extensions.DependencyModel/1.0.0-rc2-002702": {
      "sha512": "xLEhTaEJw+3o49TNfPJ0I4ZBPe56kIIgHYmrQo6AibTfdaIV36TyvjznIGwRc53x87xKavq88PlV4tpL+jUiJQ==",
      "type": "package",
      "path": "Microsoft.Extensions.DependencyModel/1.0.0-rc2-002702",
      "files": [
        "Microsoft.Extensions.DependencyModel.1.0.0-rc2-002702.nupkg.sha512",
        "Microsoft.Extensions.DependencyModel.nuspec",
        "lib/net451/Microsoft.Extensions.DependencyModel.dll",
        "lib/netstandard1.5/Microsoft.Extensions.DependencyModel.dll"
      ]
    },
    "Microsoft.Extensions.Testing.Abstractions/1.0.0-preview1-002702": {
      "sha512": "NE4Efz4kvkztJ80CSifUlP0UaBP4iOOaeTVk6nrj+ZIJzhsRGLbecIe4oX8G82pkCkqFF9i8KTl7YYUwpQY5Wg==",
      "type": "package",
      "path": "Microsoft.Extensions.Testing.Abstractions/1.0.0-preview1-002702",
      "files": [
        "Microsoft.Extensions.Testing.Abstractions.1.0.0-preview1-002702.nupkg.sha512",
        "Microsoft.Extensions.Testing.Abstractions.nuspec",
        "lib/net451/Microsoft.Extensions.Testing.Abstractions.dll",
        "lib/netstandard1.5/Microsoft.Extensions.Testing.Abstractions.dll"
      ]
    },
    "Microsoft.NETCore.App/1.1.0": {
      "sha512": "UEgoq9EbA8cURg1ApxvZ1rw04Mecg1sr7MNOYveVZQjKyU8hElcvIBqHXk13Q5VyVRrgm+5p9b6n5YrXEAdF4A==",
      "type": "package",
      "path": "Microsoft.NETCore.App/1.1.0",
      "files": [
        "Microsoft.NETCore.App.1.1.0.nupkg.sha512",
        "Microsoft.NETCore.App.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netcoreapp1.0/_._"
      ]
    },
    "Microsoft.NETCore.DotNetHost/1.1.0": {
      "sha512": "YI9kVl7lf25iIi6fDZ/+4TOyrTN1OELdRK1FrjqqhCGMWG/2n45H6tDxAHNZP4uDpG7c5Pg0AGe0IWgfaN6GCA==",
      "type": "package",
      "path": "Microsoft.NETCore.DotNetHost/1.1.0",
      "files": [
        "Microsoft.NETCore.DotNetHost.1.1.0.nupkg.sha512",
        "Microsoft.NETCore.DotNetHost.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.json"
      ]
    },
    "Microsoft.NETCore.DotNetHostPolicy/1.1.0": {
      "sha512": "tNOjE0IjjbTD9T41G5pISLutpmQEV7CWjP5rk7vGarn4RKeMUo2GXYqQtoBfe7RIj8DVfcM+wqKIdhBriVdKWw==",
      "type": "package",
      "path": "Microsoft.NETCore.DotNetHostPolicy/1.1.0",
      "files": [
        "Microsoft.NETCore.DotNetHostPolicy.1.1.0.nupkg.sha512",
        "Microsoft.NETCore.DotNetHostPolicy.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.json"
      ]
    },
    "Microsoft.NETCore.DotNetHostResolver/1.1.0": {
      "sha512": "OeDHM7ANkMQGPiHJEetTqxsKL7hYDPZaU6WhQMdFr6eFQ9YBrWqdFbTC2+3kRvAxI/fZ/2b1GF2MVQvEDM0k9Q==",
      "type": "package",
      "path": "Microsoft.NETCore.DotNetHostResolver/1.1.0",
      "files": [
        "Microsoft.NETCore.DotNetHostResolver.1.1.0.nupkg.sha512",
        "Microsoft.NETCore.DotNetHostResolver.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.json"
      ]
    },
    "Microsoft.NETCore.Jit/1.1.0": {
      "sha512": "Pw8dLJ/TNek0IC/7J8r+F0o+OJ7hhrBHgS7pKMWDcdWtr9G6tnAf/hg0RiA4Bu7NjhkojznFjl9b9NgQ4fXOQA==",
      "type": "package",
      "path": "Microsoft.NETCore.Jit/1.1.0",
      "files": [
        "Microsoft.NETCore.Jit.1.1.0.nupkg.sha512",
        "Microsoft.NETCore.Jit.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.json"
      ]
    },
    "Microsoft.NETCore.Platforms/1.1.0": {
      "sha512": "MVxohgkHpEqP04QSezDy32SdtKk6x23tugkvYxwEwUPHQnnVoEnOs1XVNOWrCS/Vm5owMgCnjAPiYfFjnDnibw==",
      "type": "package",
      "path": "Microsoft.NETCore.Platforms/1.1.0",
      "files": [
        "Microsoft.NETCore.Platforms.1.1.0.nupkg.sha512",
        "Microsoft.NETCore.Platforms.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.0/_._",
        "runtime.json"
      ]
    },
    "Microsoft.NETCore.Runtime.CoreCLR/1.1.0": {
      "sha512": "nGMNh4fXv6cq1xeasSGmyJQxQue5S8cG2IB4DMnSvH6NPEfrfjNwTX01ihP7DKJ4E5wSImGDnLM98NCJ8+OizA==",
      "type": "package",
      "path": "Microsoft.NETCore.Runtime.CoreCLR/1.1.0",
      "files": [
        "Microsoft.NETCore.Runtime.CoreCLR.1.1.0.nupkg.sha512",
        "Microsoft.NETCore.Runtime.CoreCLR.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.json"
      ]
    },
    "Microsoft.NETCore.Targets/1.1.0": {
      "sha512": "aCLjS+Gu7SWKJua6EGHDmXUgn7TLBLykygx/fc/jeI72eSvEcHu0GkzVjRyCQsFm2OrA2zI9JwOi2Ic5PZez4w==",
      "type": "package",
      "path": "Microsoft.NETCore.Targets/1.1.0",
      "files": [
        "Microsoft.NETCore.Targets.1.1.0.nupkg.sha512",
        "Microsoft.NETCore.Targets.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.0/_._",
        "runtime.json"
      ]
    },
    "Microsoft.NETCore.Windows.ApiSets/1.0.1": {
      "sha512": "q8uDMObiV3XI3tWkK6X8SXnoU/z5Vft1XzyTQ1nfAKdsZ00/XGhm/Mpq41oGpFv70wMDp1RXeQG48g+kLEP2Wg==",
      "type": "package",
      "path": "Microsoft.NETCore.Windows.ApiSets/1.0.1",
      "files": [
        "Microsoft.NETCore.Windows.ApiSets.1.0.1.nupkg.sha512",
        "Microsoft.NETCore.Windows.ApiSets.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.json"
      ]
    },
    "Microsoft.VisualBasic/10.1.0": {
      "sha512": "tz2dvYAReZaqSpVI2qfU3ol0gwrn4fJT76aLNmTPTg1LIxd0KNhqk4w1oUm2OTbkeomguLGjtF0/Xc3yv4WR1g==",
      "type": "package",
      "path": "Microsoft.VisualBasic/10.1.0",
      "files": [
        "Microsoft.VisualBasic.10.1.0.nupkg.sha512",
        "Microsoft.VisualBasic.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/net45/_._",
        "lib/netcore50/Microsoft.VisualBasic.dll",
        "lib/netstandard1.3/Microsoft.VisualBasic.dll",
        "lib/portable-net45+win8+wpa81/_._",
        "lib/win8/_._",
        "lib/wpa81/_._",
        "ref/MonoAndroid10/Microsoft.VisualBasic.dll",
        "ref/MonoTouch10/Microsoft.VisualBasic.dll",
        "ref/net45/_._",
        "ref/netcore50/Microsoft.VisualBasic.dll",
        "ref/netcore50/Microsoft.VisualBasic.xml",
        "ref/netcore50/de/Microsoft.VisualBasic.xml",
        "ref/netcore50/es/Microsoft.VisualBasic.xml",
        "ref/netcore50/fr/Microsoft.VisualBasic.xml",
        "ref/netcore50/it/Microsoft.VisualBasic.xml",
        "ref/netcore50/ja/Microsoft.VisualBasic.xml",
        "ref/netcore50/ko/Microsoft.VisualBasic.xml",
        "ref/netcore50/ru/Microsoft.VisualBasic.xml",
        "ref/netcore50/zh-hans/Microsoft.VisualBasic.xml",
        "ref/netcore50/zh-hant/Microsoft.VisualBasic.xml",
        "ref/netstandard1.1/Microsoft.VisualBasic.dll",
        "ref/netstandard1.1/Microsoft.VisualBasic.xml",
        "ref/netstandard1.1/de/Microsoft.VisualBasic.xml",
        "ref/netstandard1.1/es/Microsoft.VisualBasic.xml",
        "ref/netstandard1.1/fr/Microsoft.VisualBasic.xml",
        "ref/netstandard1.1/it/Microsoft.VisualBasic.xml",
        "ref/netstandard1.1/ja/Microsoft.VisualBasic.xml",
        "ref/netstandard1.1/ko/Microsoft.VisualBasic.xml",
        "ref/netstandard1.1/ru/Microsoft.VisualBasic.xml",
        "ref/netstandard1.1/zh-hans/Microsoft.VisualBasic.xml",
        "ref/netstandard1.1/zh-hant/Microsoft.VisualBasic.xml",
        "ref/portable-net45+win8+wpa81/_._",
        "ref/win8/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/Microsoft.VisualBasic.dll",
        "ref/xamarintvos10/Microsoft.VisualBasic.dll",
        "ref/xamarinwatchos10/Microsoft.VisualBasic.dll"
      ]
    },
    "Microsoft.Win32.Primitives/4.3.0": {
      "sha512": "679Kc7+TuqauGHGMvujuH6CB+aARXvtMQIr1KQ2eXO8qojTrz479xqB+ipC8N+qqvkr1GSa6nrO7SNdAT6Bbmg==",
      "type": "package",
      "path": "Microsoft.Win32.Primitives/4.3.0",
      "files": [
        "Microsoft.Win32.Primitives.4.3.0.nupkg.sha512",
        "Microsoft.Win32.Primitives.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/Microsoft.Win32.Primitives.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/Microsoft.Win32.Primitives.dll",
        "ref/netstandard1.3/Microsoft.Win32.Primitives.dll",
        "ref/netstandard1.3/Microsoft.Win32.Primitives.xml",
        "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml",
        "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml",
        "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml",
        "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml",
        "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml",
        "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml",
        "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml",
        "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml",
        "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "Microsoft.Win32.Registry/4.3.0": {
      "sha512": "Fc1CXPDIR4sjWDleUxRwiGTOmKu/DwSjWt73NgaSKreqyZnrbSdbwvRF6ciTzzVcNcHVH9q13Wo9TZZiXL2v0g==",
      "type": "package",
      "path": "Microsoft.Win32.Registry/4.3.0",
      "files": [
        "Microsoft.Win32.Registry.4.3.0.nupkg.sha512",
        "Microsoft.Win32.Registry.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/net46/Microsoft.Win32.Registry.dll",
        "ref/net46/Microsoft.Win32.Registry.dll",
        "ref/netstandard1.3/Microsoft.Win32.Registry.dll",
        "ref/netstandard1.3/Microsoft.Win32.Registry.xml",
        "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
        "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
        "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
        "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
        "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
        "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
        "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
        "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
        "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
        "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll",
        "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
        "runtimes/win/lib/netcore50/_._",
        "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll"
      ]
    },
    "NETStandard.Library/1.6.1": {
      "sha512": "7YJNlpMABiJZ1s8o3MLhL3ncPDJ0A1l+UbRc+VhMeW9X0V2fGW+EQPGuxA6QCCj7sw+D0KZfCfo9TUQVz9jpEg==",
      "type": "package",
      "path": "NETStandard.Library/1.6.1",
      "files": [
        "NETStandard.Library.1.6.1.nupkg.sha512",
        "NETStandard.Library.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt"
      ]
    },
    "Newtonsoft.Json/7.0.1": {
      "sha512": "q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==",
      "type": "package",
      "path": "Newtonsoft.Json/7.0.1",
      "files": [
        "Newtonsoft.Json.7.0.1.nupkg.sha512",
        "Newtonsoft.Json.nuspec",
        "lib/net20/Newtonsoft.Json.dll",
        "lib/net20/Newtonsoft.Json.xml",
        "lib/net35/Newtonsoft.Json.dll",
        "lib/net35/Newtonsoft.Json.xml",
        "lib/net40/Newtonsoft.Json.dll",
        "lib/net40/Newtonsoft.Json.xml",
        "lib/net45/Newtonsoft.Json.dll",
        "lib/net45/Newtonsoft.Json.xml",
        "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll",
        "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml",
        "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll",
        "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml",
        "tools/install.ps1"
      ]
    },
    "NuGet.Common/3.5.0-beta-final": {
      "sha512": "7eCg4ky9NtTnxY1+2VtDKIYX137QejH8Dsuw6fENU53N6OeoROsrv1MUm0pu4e3TF8VH1eL5G3Vx/G30VdXEDg==",
      "type": "package",
      "path": "NuGet.Common/3.5.0-beta-final",
      "files": [
        "NuGet.Common.3.5.0-beta-final.nupkg.sha512",
        "NuGet.Common.nuspec",
        "lib/net45/NuGet.Common.dll",
        "lib/net45/NuGet.Common.xml",
        "lib/netstandard1.3/NuGet.Common.dll",
        "lib/netstandard1.3/NuGet.Common.xml"
      ]
    },
    "NuGet.Frameworks/3.5.0-beta-final": {
      "sha512": "Si7O1OFxUryBq3xuq2AIwADM8WUMIBQOmUdTJBSaxV+KesShLJfgrr7Dl+Tg/nVETSEArJS8ktscv7gjKqtosg==",
      "type": "package",
      "path": "NuGet.Frameworks/3.5.0-beta-final",
      "files": [
        "NuGet.Frameworks.3.5.0-beta-final.nupkg.sha512",
        "NuGet.Frameworks.nuspec",
        "lib/net45/NuGet.Frameworks.dll",
        "lib/net45/NuGet.Frameworks.xml",
        "lib/netstandard1.3/NuGet.Frameworks.dll",
        "lib/netstandard1.3/NuGet.Frameworks.xml"
      ]
    },
    "NuGet.Packaging/3.5.0-beta-final": {
      "sha512": "wJSrtokTPmpIkNhJLiG5GPxdRFCVl6XB3MmgLCyRhD2O2wZVQqvvL6SELOz/61EU0C8m9ni/UiiNRqTEtH5QZw==",
      "type": "package",
      "path": "NuGet.Packaging/3.5.0-beta-final",
      "files": [
        "NuGet.Packaging.3.5.0-beta-final.nupkg.sha512",
        "NuGet.Packaging.nuspec",
        "lib/net45/NuGet.Packaging.dll",
        "lib/net45/NuGet.Packaging.xml",
        "lib/netstandard1.3/NuGet.Packaging.dll",
        "lib/netstandard1.3/NuGet.Packaging.xml"
      ]
    },
    "NuGet.Packaging.Core/3.5.0-beta-final": {
      "sha512": "sdc8dUnbjEpNzIK5h5frJgn7ARQjQLdXMC5YrMHoEh0sCJnd2p1Lu4JvHK7mqn/MurVCAvoAjNDyazzFaVCD0w==",
      "type": "package",
      "path": "NuGet.Packaging.Core/3.5.0-beta-final",
      "files": [
        "NuGet.Packaging.Core.3.5.0-beta-final.nupkg.sha512",
        "NuGet.Packaging.Core.nuspec",
        "lib/net45/NuGet.Packaging.Core.dll",
        "lib/net45/NuGet.Packaging.Core.xml",
        "lib/netstandard1.3/NuGet.Packaging.Core.dll",
        "lib/netstandard1.3/NuGet.Packaging.Core.xml"
      ]
    },
    "NuGet.Packaging.Core.Types/3.5.0-beta-final": {
      "sha512": "35AVdtLFJFp66CI9EDS61iviOe4UsCwfGh7RILK3j2ihZtlbTIIS5ygjmS8GnTkhNpmdwQRIk/rUempv4ABBxQ==",
      "type": "package",
      "path": "NuGet.Packaging.Core.Types/3.5.0-beta-final",
      "files": [
        "NuGet.Packaging.Core.Types.3.5.0-beta-final.nupkg.sha512",
        "NuGet.Packaging.Core.Types.nuspec",
        "lib/net45/NuGet.Packaging.Core.Types.dll",
        "lib/net45/NuGet.Packaging.Core.Types.xml",
        "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll",
        "lib/netstandard1.3/NuGet.Packaging.Core.Types.xml"
      ]
    },
    "NuGet.RuntimeModel/3.5.0-beta-final": {
      "sha512": "5opNw7zHG5wC0Qx9AzlopdPg48Tf/QVcVVKmPRuwUa3VBA1b9DBjY+1jCkaof8JRzyHZqLnxd6T9BuT98Jk0YQ==",
      "type": "package",
      "path": "NuGet.RuntimeModel/3.5.0-beta-final",
      "files": [
        "NuGet.RuntimeModel.3.5.0-beta-final.nupkg.sha512",
        "NuGet.RuntimeModel.nuspec",
        "lib/net45/NuGet.RuntimeModel.dll",
        "lib/net45/NuGet.RuntimeModel.xml",
        "lib/netstandard1.3/NuGet.RuntimeModel.dll",
        "lib/netstandard1.3/NuGet.RuntimeModel.xml"
      ]
    },
    "NuGet.Versioning/3.5.0-beta-final": {
      "sha512": "fwFF9Mck1hgZVDvvJLU81gcaidMksfRoCwyjBALEXxnp1fJr4xLyGbTRdbf2OKI5OODGuUpxaMkcz7P4T8HsXw==",
      "type": "package",
      "path": "NuGet.Versioning/3.5.0-beta-final",
      "files": [
        "NuGet.Versioning.3.5.0-beta-final.nupkg.sha512",
        "NuGet.Versioning.nuspec",
        "lib/net45/NuGet.Versioning.dll",
        "lib/net45/NuGet.Versioning.xml",
        "lib/netstandard1.0/NuGet.Versioning.dll",
        "lib/netstandard1.0/NuGet.Versioning.xml"
      ]
    },
    "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "sha512": "irISo37R/N83EXllm1Y9wyUJHLVdChlTuhBbwX8gEcdMoIKP3AtRQuc212qMFIyKUWU6402M5h1q4PFpsu4+tA==",
      "type": "package",
      "path": "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
        "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
        "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
      ]
    },
    "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "sha512": "pZqsDR4xAJfBIfqys1in1ht3Vce6Mmvw8ykRtqJZP1fzw+4tWn3a2ud7UpzVumP2bv4XVXzpnkiYebbWCN1O0w==",
      "type": "package",
      "path": "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
        "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
        "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
      ]
    },
    "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "sha512": "OfdEs+qG23tPqxMOiGYz9ljbCY2q12MVOI901uUn+lZ6/2I3ZE0cj/+z/FHgo4UmOHm3t4XinZVcSJZd5iHTaQ==",
      "type": "package",
      "path": "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
        "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
        "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
      ]
    },
    "runtime.native.System/4.3.0": {
      "sha512": "jIPs500l4jMVFln3duJhRsw/T3ixQ4V/JPw8GBQppF6aQcAXozZ3CM6tOCzxDUZCnUpsLkXMZnM5LVk38mXxBg==",
      "type": "package",
      "path": "runtime.native.System/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.0/_._",
        "runtime.native.System.4.3.0.nupkg.sha512",
        "runtime.native.System.nuspec"
      ]
    },
    "runtime.native.System.IO.Compression/4.3.0": {
      "sha512": "xpzfN9wy59+6gPZfOB6btwT6vRRLFJE11NCsshEgxVegKEPoxDmYb7g7YNXsckYsHMuoZ/lie0UK8OkOLLS5JA==",
      "type": "package",
      "path": "runtime.native.System.IO.Compression/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.0/_._",
        "runtime.native.System.IO.Compression.4.3.0.nupkg.sha512",
        "runtime.native.System.IO.Compression.nuspec"
      ]
    },
    "runtime.native.System.Net.Http/4.3.0": {
      "sha512": "VUuArlOXPznAGRRqJ95dYqjkeytViD9Pqfxedva3Wk6rRGeCs70bGWGnVV7maV6Ph6igf6+22y6wXz1r8Os/8w==",
      "type": "package",
      "path": "runtime.native.System.Net.Http/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.0/_._",
        "runtime.native.System.Net.Http.4.3.0.nupkg.sha512",
        "runtime.native.System.Net.Http.nuspec"
      ]
    },
    "runtime.native.System.Net.Security/4.3.0": {
      "sha512": "Z27w0igtMJEiWF248smzJMXJ49hft7YtLL3JbAPljaMtxZyxxr3igrhaW4P2/wlZk/+IQa3qHd4c0tUEAundyw==",
      "type": "package",
      "path": "runtime.native.System.Net.Security/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.0/_._",
        "runtime.native.System.Net.Security.4.3.0.nupkg.sha512",
        "runtime.native.System.Net.Security.nuspec"
      ]
    },
    "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
      "sha512": "s1esMKxAsikhaqCP1jju1Elaf1DMqZ6c0DJklgbjG3A3TZi5/HsM+sRz8Q2+JIg7CaUyNL8MvdJNmUZXnkaLWQ==",
      "type": "package",
      "path": "runtime.native.System.Security.Cryptography.Apple/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.0/_._",
        "runtime.native.System.Security.Cryptography.Apple.4.3.0.nupkg.sha512",
        "runtime.native.System.Security.Cryptography.Apple.nuspec"
      ]
    },
    "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "sha512": "r3fIlbG1Jpdl4h3doZrjCH/NHSA48BehiKQ0Zk+wUg5TL/hqoh1OvKOC/ZEwmQ7LXArO7QAzIgF1Cz2Z670rpw==",
      "type": "package",
      "path": "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.0/_._",
        "runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
        "runtime.native.System.Security.Cryptography.OpenSsl.nuspec"
      ]
    },
    "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "sha512": "GpmIxqzHfUXVnKnW6A15oG9CW4gLpXOXB8+3zeic1vPrmrmvqVVjBihcFWR7qVUo0WNWMQ2k2FeI92zuVhhuRQ==",
      "type": "package",
      "path": "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
        "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
        "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
      ]
    },
    "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "sha512": "Ehw2sLhkS4zpSsKHJVEpUEL4HoqoHCgz2E1Ff0yNHfd1xenWgSVKRWX3lJ2PeSPfEJ4Md8axLGLeWVZ3UMGYhQ==",
      "type": "package",
      "path": "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
        "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
        "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
      ]
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
      "sha512": "sZYSnRGn7lzdgpsfKE9JMCjeWBIhV3XSgFik3TYqzaQEU+ydkxz7+YZkcGNVvks9qDGMXNIWAm0bzZRlsDk8PQ==",
      "type": "package",
      "path": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple.4.3.0.nupkg.sha512",
        "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple.nuspec",
        "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib"
      ]
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "sha512": "FHvJup+Rj+Sx2WBK7clzyktgpjPXcgM38ujNDcbf6WLpq0ZnghcePrWarWbR96EJ6iYSBP7UzJRCAhNbkpViFw==",
      "type": "package",
      "path": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
        "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
        "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib"
      ]
    },
    "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "sha512": "LQjDqJL2LMFw/r6xHcQBVNulYmGEBxBEHidMyp2odKiFOLtk+IdZpMABS7DcpSye/P4zvrOtCTwGStsti+s2Mw==",
      "type": "package",
      "path": "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
        "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
        "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
      ]
    },
    "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "sha512": "jmB5Hq3Sn9tpos2IlTowAzphC2fixkYlgz01Vu+pEA4eaigzE0p5DEQ0X6FAkP0vBoP9GFpTmfUCRCxpXRWObQ==",
      "type": "package",
      "path": "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
        "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
        "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
      ]
    },
    "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "sha512": "IqvY39tiFofuBIJqurMavBRuWt/3MyPs1WAVkZtosH5fp5G1VUzceNueSyPKE/veiaCNp/6YXDieEX/8ntrkfQ==",
      "type": "package",
      "path": "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
        "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
        "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
      ]
    },
    "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "sha512": "TBOstol5IAMJHGXys5wKsNElRpTYfQaKQzPBkHRFqKGbeHLZ2JWsppmNZo/pb61m6Woor9Rf/Shkiex011PMDA==",
      "type": "package",
      "path": "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0",
      "files": [
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
        "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.nuspec",
        "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
      ]
    },
    "System.AppContext/4.3.0": {
      "sha512": "rKhnGO2a5zsIWPoGIMwVfdMykOm5VzsiHncpan321mW4Vgj/9S9J74evbtz/uJETiuw3/F2QJEuez25Hl3M6DA==",
      "type": "package",
      "path": "System.AppContext/4.3.0",
      "files": [
        "System.AppContext.4.3.0.nupkg.sha512",
        "System.AppContext.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.AppContext.dll",
        "lib/net463/System.AppContext.dll",
        "lib/netcore50/System.AppContext.dll",
        "lib/netstandard1.6/System.AppContext.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.AppContext.dll",
        "ref/net463/System.AppContext.dll",
        "ref/netstandard/_._",
        "ref/netstandard1.3/System.AppContext.dll",
        "ref/netstandard1.3/System.AppContext.xml",
        "ref/netstandard1.3/de/System.AppContext.xml",
        "ref/netstandard1.3/es/System.AppContext.xml",
        "ref/netstandard1.3/fr/System.AppContext.xml",
        "ref/netstandard1.3/it/System.AppContext.xml",
        "ref/netstandard1.3/ja/System.AppContext.xml",
        "ref/netstandard1.3/ko/System.AppContext.xml",
        "ref/netstandard1.3/ru/System.AppContext.xml",
        "ref/netstandard1.3/zh-hans/System.AppContext.xml",
        "ref/netstandard1.3/zh-hant/System.AppContext.xml",
        "ref/netstandard1.6/System.AppContext.dll",
        "ref/netstandard1.6/System.AppContext.xml",
        "ref/netstandard1.6/de/System.AppContext.xml",
        "ref/netstandard1.6/es/System.AppContext.xml",
        "ref/netstandard1.6/fr/System.AppContext.xml",
        "ref/netstandard1.6/it/System.AppContext.xml",
        "ref/netstandard1.6/ja/System.AppContext.xml",
        "ref/netstandard1.6/ko/System.AppContext.xml",
        "ref/netstandard1.6/ru/System.AppContext.xml",
        "ref/netstandard1.6/zh-hans/System.AppContext.xml",
        "ref/netstandard1.6/zh-hant/System.AppContext.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/aot/lib/netcore50/System.AppContext.dll"
      ]
    },
    "System.Buffers/4.3.0": {
      "sha512": "g5cKgsGZ6rWJnA93TnzP1MoLXW2iqFbJMopfZO5u0mgpTotCzkiShuTSBlOqTM1GMyJH4keh5X1zOiLHvrheXA==",
      "type": "package",
      "path": "System.Buffers/4.3.0",
      "files": [
        "System.Buffers.4.3.0.nupkg.sha512",
        "System.Buffers.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.1/.xml",
        "lib/netstandard1.1/System.Buffers.dll"
      ]
    },
    "System.Collections/4.3.0": {
      "sha512": "qWm/a66WgFQasXEA6irzkqqe65ZIWmXh6Rj+mpCrFcNFzVAmdOhhVhCv+31MkxZ8MSEZ4HFySchZg5bM1u/YDw==",
      "type": "package",
      "path": "System.Collections/4.3.0",
      "files": [
        "System.Collections.4.3.0.nupkg.sha512",
        "System.Collections.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Collections.dll",
        "ref/netcore50/System.Collections.xml",
        "ref/netcore50/de/System.Collections.xml",
        "ref/netcore50/es/System.Collections.xml",
        "ref/netcore50/fr/System.Collections.xml",
        "ref/netcore50/it/System.Collections.xml",
        "ref/netcore50/ja/System.Collections.xml",
        "ref/netcore50/ko/System.Collections.xml",
        "ref/netcore50/ru/System.Collections.xml",
        "ref/netcore50/zh-hans/System.Collections.xml",
        "ref/netcore50/zh-hant/System.Collections.xml",
        "ref/netstandard1.0/System.Collections.dll",
        "ref/netstandard1.0/System.Collections.xml",
        "ref/netstandard1.0/de/System.Collections.xml",
        "ref/netstandard1.0/es/System.Collections.xml",
        "ref/netstandard1.0/fr/System.Collections.xml",
        "ref/netstandard1.0/it/System.Collections.xml",
        "ref/netstandard1.0/ja/System.Collections.xml",
        "ref/netstandard1.0/ko/System.Collections.xml",
        "ref/netstandard1.0/ru/System.Collections.xml",
        "ref/netstandard1.0/zh-hans/System.Collections.xml",
        "ref/netstandard1.0/zh-hant/System.Collections.xml",
        "ref/netstandard1.3/System.Collections.dll",
        "ref/netstandard1.3/System.Collections.xml",
        "ref/netstandard1.3/de/System.Collections.xml",
        "ref/netstandard1.3/es/System.Collections.xml",
        "ref/netstandard1.3/fr/System.Collections.xml",
        "ref/netstandard1.3/it/System.Collections.xml",
        "ref/netstandard1.3/ja/System.Collections.xml",
        "ref/netstandard1.3/ko/System.Collections.xml",
        "ref/netstandard1.3/ru/System.Collections.xml",
        "ref/netstandard1.3/zh-hans/System.Collections.xml",
        "ref/netstandard1.3/zh-hant/System.Collections.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Collections.Concurrent/4.3.0": {
      "sha512": "DUvlW+ApygrUGUFyxYtWUVqIfyPANtmJrkUdaaIvCmdzpem7RyrvIIwp3XKV8kC4pyEDPwLEYcEmoaIDAzxaZw==",
      "type": "package",
      "path": "System.Collections.Concurrent/4.3.0",
      "files": [
        "System.Collections.Concurrent.4.3.0.nupkg.sha512",
        "System.Collections.Concurrent.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.Collections.Concurrent.dll",
        "lib/netstandard1.3/System.Collections.Concurrent.dll",
        "lib/portable-net45+win8+wpa81/_._",
        "lib/win8/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Collections.Concurrent.dll",
        "ref/netcore50/System.Collections.Concurrent.xml",
        "ref/netcore50/de/System.Collections.Concurrent.xml",
        "ref/netcore50/es/System.Collections.Concurrent.xml",
        "ref/netcore50/fr/System.Collections.Concurrent.xml",
        "ref/netcore50/it/System.Collections.Concurrent.xml",
        "ref/netcore50/ja/System.Collections.Concurrent.xml",
        "ref/netcore50/ko/System.Collections.Concurrent.xml",
        "ref/netcore50/ru/System.Collections.Concurrent.xml",
        "ref/netcore50/zh-hans/System.Collections.Concurrent.xml",
        "ref/netcore50/zh-hant/System.Collections.Concurrent.xml",
        "ref/netstandard1.1/System.Collections.Concurrent.dll",
        "ref/netstandard1.1/System.Collections.Concurrent.xml",
        "ref/netstandard1.1/de/System.Collections.Concurrent.xml",
        "ref/netstandard1.1/es/System.Collections.Concurrent.xml",
        "ref/netstandard1.1/fr/System.Collections.Concurrent.xml",
        "ref/netstandard1.1/it/System.Collections.Concurrent.xml",
        "ref/netstandard1.1/ja/System.Collections.Concurrent.xml",
        "ref/netstandard1.1/ko/System.Collections.Concurrent.xml",
        "ref/netstandard1.1/ru/System.Collections.Concurrent.xml",
        "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml",
        "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml",
        "ref/netstandard1.3/System.Collections.Concurrent.dll",
        "ref/netstandard1.3/System.Collections.Concurrent.xml",
        "ref/netstandard1.3/de/System.Collections.Concurrent.xml",
        "ref/netstandard1.3/es/System.Collections.Concurrent.xml",
        "ref/netstandard1.3/fr/System.Collections.Concurrent.xml",
        "ref/netstandard1.3/it/System.Collections.Concurrent.xml",
        "ref/netstandard1.3/ja/System.Collections.Concurrent.xml",
        "ref/netstandard1.3/ko/System.Collections.Concurrent.xml",
        "ref/netstandard1.3/ru/System.Collections.Concurrent.xml",
        "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml",
        "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml",
        "ref/portable-net45+win8+wpa81/_._",
        "ref/win8/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Collections.Immutable/1.3.0": {
      "sha512": "x4XLSY35GsYvKmVx4LkcazGWNLPCxY7Azq+ff2loceIWjB+N3e5HvN1QIr6KpHWQtdhk1oK9O07aShsDT/fFqg==",
      "type": "package",
      "path": "System.Collections.Immutable/1.3.0",
      "files": [
        "System.Collections.Immutable.1.3.0.nupkg.sha512",
        "System.Collections.Immutable.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.0/System.Collections.Immutable.dll",
        "lib/netstandard1.0/System.Collections.Immutable.xml",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml"
      ]
    },
    "System.Collections.NonGeneric/4.0.1": {
      "sha512": "hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==",
      "type": "package",
      "path": "System.Collections.NonGeneric/4.0.1",
      "files": [
        "System.Collections.NonGeneric.4.0.1.nupkg.sha512",
        "System.Collections.NonGeneric.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Collections.NonGeneric.dll",
        "lib/netstandard1.3/System.Collections.NonGeneric.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Collections.NonGeneric.dll",
        "ref/netstandard1.3/System.Collections.NonGeneric.dll",
        "ref/netstandard1.3/System.Collections.NonGeneric.xml",
        "ref/netstandard1.3/de/System.Collections.NonGeneric.xml",
        "ref/netstandard1.3/es/System.Collections.NonGeneric.xml",
        "ref/netstandard1.3/fr/System.Collections.NonGeneric.xml",
        "ref/netstandard1.3/it/System.Collections.NonGeneric.xml",
        "ref/netstandard1.3/ja/System.Collections.NonGeneric.xml",
        "ref/netstandard1.3/ko/System.Collections.NonGeneric.xml",
        "ref/netstandard1.3/ru/System.Collections.NonGeneric.xml",
        "ref/netstandard1.3/zh-hans/System.Collections.NonGeneric.xml",
        "ref/netstandard1.3/zh-hant/System.Collections.NonGeneric.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.ComponentModel/4.3.0": {
      "sha512": "Wt0HBzxci6AK5VHp0GzQCEBjLF/67RmnxZGrdMJFh3/AeD0pN5ZL02eJBj4tiIsfcqZHVYmxIhIlbqc+MhOYVg==",
      "type": "package",
      "path": "System.ComponentModel/4.3.0",
      "files": [
        "System.ComponentModel.4.3.0.nupkg.sha512",
        "System.ComponentModel.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.ComponentModel.dll",
        "lib/netstandard1.3/System.ComponentModel.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.ComponentModel.dll",
        "ref/netcore50/System.ComponentModel.xml",
        "ref/netcore50/de/System.ComponentModel.xml",
        "ref/netcore50/es/System.ComponentModel.xml",
        "ref/netcore50/fr/System.ComponentModel.xml",
        "ref/netcore50/it/System.ComponentModel.xml",
        "ref/netcore50/ja/System.ComponentModel.xml",
        "ref/netcore50/ko/System.ComponentModel.xml",
        "ref/netcore50/ru/System.ComponentModel.xml",
        "ref/netcore50/zh-hans/System.ComponentModel.xml",
        "ref/netcore50/zh-hant/System.ComponentModel.xml",
        "ref/netstandard1.0/System.ComponentModel.dll",
        "ref/netstandard1.0/System.ComponentModel.xml",
        "ref/netstandard1.0/de/System.ComponentModel.xml",
        "ref/netstandard1.0/es/System.ComponentModel.xml",
        "ref/netstandard1.0/fr/System.ComponentModel.xml",
        "ref/netstandard1.0/it/System.ComponentModel.xml",
        "ref/netstandard1.0/ja/System.ComponentModel.xml",
        "ref/netstandard1.0/ko/System.ComponentModel.xml",
        "ref/netstandard1.0/ru/System.ComponentModel.xml",
        "ref/netstandard1.0/zh-hans/System.ComponentModel.xml",
        "ref/netstandard1.0/zh-hant/System.ComponentModel.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.ComponentModel.Annotations/4.3.0": {
      "sha512": "fKLuOgiTSbjDDuzbSbuZ6WO7txDWXVENvcHwlYeX0Z13qv2yUO0P6xWNLBlwJjoVhBDZ84A1nb50+ibMk4mqcA==",
      "type": "package",
      "path": "System.ComponentModel.Annotations/4.3.0",
      "files": [
        "System.ComponentModel.Annotations.4.3.0.nupkg.sha512",
        "System.ComponentModel.Annotations.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net461/System.ComponentModel.Annotations.dll",
        "lib/netcore50/System.ComponentModel.Annotations.dll",
        "lib/netstandard1.4/System.ComponentModel.Annotations.dll",
        "lib/portable-net45+win8/_._",
        "lib/win8/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net461/System.ComponentModel.Annotations.dll",
        "ref/netcore50/System.ComponentModel.Annotations.dll",
        "ref/netcore50/System.ComponentModel.Annotations.xml",
        "ref/netcore50/de/System.ComponentModel.Annotations.xml",
        "ref/netcore50/es/System.ComponentModel.Annotations.xml",
        "ref/netcore50/fr/System.ComponentModel.Annotations.xml",
        "ref/netcore50/it/System.ComponentModel.Annotations.xml",
        "ref/netcore50/ja/System.ComponentModel.Annotations.xml",
        "ref/netcore50/ko/System.ComponentModel.Annotations.xml",
        "ref/netcore50/ru/System.ComponentModel.Annotations.xml",
        "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml",
        "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.1/System.ComponentModel.Annotations.dll",
        "ref/netstandard1.1/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.3/System.ComponentModel.Annotations.dll",
        "ref/netstandard1.3/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.4/System.ComponentModel.Annotations.dll",
        "ref/netstandard1.4/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml",
        "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml",
        "ref/portable-net45+win8/_._",
        "ref/win8/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Console/4.3.0": {
      "sha512": "R2NbXAkWBTA56LqDGVoDAdGmnGtaz0hqBkI70uDNkyUYQ8f7wS9JsfmyhODJZQSCvw6Fti4BWEx1j8H4d0UXQQ==",
      "type": "package",
      "path": "System.Console/4.3.0",
      "files": [
        "System.Console.4.3.0.nupkg.sha512",
        "System.Console.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Console.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Console.dll",
        "ref/netstandard1.3/System.Console.dll",
        "ref/netstandard1.3/System.Console.xml",
        "ref/netstandard1.3/de/System.Console.xml",
        "ref/netstandard1.3/es/System.Console.xml",
        "ref/netstandard1.3/fr/System.Console.xml",
        "ref/netstandard1.3/it/System.Console.xml",
        "ref/netstandard1.3/ja/System.Console.xml",
        "ref/netstandard1.3/ko/System.Console.xml",
        "ref/netstandard1.3/ru/System.Console.xml",
        "ref/netstandard1.3/zh-hans/System.Console.xml",
        "ref/netstandard1.3/zh-hant/System.Console.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Diagnostics.Debug/4.3.0": {
      "sha512": "Aya3keXY14vBwsjW+t1Cin3/I4FGDlj3fqScJ4HArCf93eMAkz6FN0LKowIq2PqpqZvLSp6ocCKi0ZjGnNAbGg==",
      "type": "package",
      "path": "System.Diagnostics.Debug/4.3.0",
      "files": [
        "System.Diagnostics.Debug.4.3.0.nupkg.sha512",
        "System.Diagnostics.Debug.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Diagnostics.Debug.dll",
        "ref/netcore50/System.Diagnostics.Debug.xml",
        "ref/netcore50/de/System.Diagnostics.Debug.xml",
        "ref/netcore50/es/System.Diagnostics.Debug.xml",
        "ref/netcore50/fr/System.Diagnostics.Debug.xml",
        "ref/netcore50/it/System.Diagnostics.Debug.xml",
        "ref/netcore50/ja/System.Diagnostics.Debug.xml",
        "ref/netcore50/ko/System.Diagnostics.Debug.xml",
        "ref/netcore50/ru/System.Diagnostics.Debug.xml",
        "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",
        "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/System.Diagnostics.Debug.dll",
        "ref/netstandard1.0/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/de/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/es/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/it/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml",
        "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/System.Diagnostics.Debug.dll",
        "ref/netstandard1.3/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/de/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/es/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/it/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml",
        "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Diagnostics.DiagnosticSource/4.3.0": {
      "sha512": "XNkDxW0gvfKwSwVz7BNXWxPFPTXp/BQUag6vz9aCTX5U/NjIc8VhV2FrXvvN5DmgkU/D/Sz7T6EUOORfmhGiCg==",
      "type": "package",
      "path": "System.Diagnostics.DiagnosticSource/4.3.0",
      "files": [
        "System.Diagnostics.DiagnosticSource.4.3.0.nupkg.sha512",
        "System.Diagnostics.DiagnosticSource.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/net46/System.Diagnostics.DiagnosticSource.dll",
        "lib/net46/System.Diagnostics.DiagnosticSource.xml",
        "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
        "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
        "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
        "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
        "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
        "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml"
      ]
    },
    "System.Diagnostics.FileVersionInfo/4.0.0": {
      "sha512": "co/adUQWtHFAXr+ueKq11JZHRKbhQ2dlzl8M5vF5rd4evBWLxYmgBm/d/KzDOozVcGjj4aQADUwbchsFxT1Dlw==",
      "type": "package",
      "path": "System.Diagnostics.FileVersionInfo/4.0.0",
      "files": [
        "System.Diagnostics.FileVersionInfo.4.0.0.nupkg.sha512",
        "System.Diagnostics.FileVersionInfo.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Diagnostics.FileVersionInfo.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Diagnostics.FileVersionInfo.dll",
        "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.dll",
        "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.xml",
        "ref/netstandard1.3/de/System.Diagnostics.FileVersionInfo.xml",
        "ref/netstandard1.3/es/System.Diagnostics.FileVersionInfo.xml",
        "ref/netstandard1.3/fr/System.Diagnostics.FileVersionInfo.xml",
        "ref/netstandard1.3/it/System.Diagnostics.FileVersionInfo.xml",
        "ref/netstandard1.3/ja/System.Diagnostics.FileVersionInfo.xml",
        "ref/netstandard1.3/ko/System.Diagnostics.FileVersionInfo.xml",
        "ref/netstandard1.3/ru/System.Diagnostics.FileVersionInfo.xml",
        "ref/netstandard1.3/zh-hans/System.Diagnostics.FileVersionInfo.xml",
        "ref/netstandard1.3/zh-hant/System.Diagnostics.FileVersionInfo.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll",
        "runtimes/win/lib/net46/System.Diagnostics.FileVersionInfo.dll",
        "runtimes/win/lib/netcore50/System.Diagnostics.FileVersionInfo.dll",
        "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll"
      ]
    },
    "System.Diagnostics.Process/4.3.0": {
      "sha512": "zAbc9u1hmczVjfMjiQ/2Ezq+ipj9iR7S3s1OIcacSeFFfENxHnlF0+VkEf6k/CMZ9ghTz0H6uz+57w70soLs2w==",
      "type": "package",
      "path": "System.Diagnostics.Process/4.3.0",
      "files": [
        "System.Diagnostics.Process.4.3.0.nupkg.sha512",
        "System.Diagnostics.Process.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Diagnostics.Process.dll",
        "lib/net461/System.Diagnostics.Process.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Diagnostics.Process.dll",
        "ref/net461/System.Diagnostics.Process.dll",
        "ref/netstandard1.3/System.Diagnostics.Process.dll",
        "ref/netstandard1.3/System.Diagnostics.Process.xml",
        "ref/netstandard1.3/de/System.Diagnostics.Process.xml",
        "ref/netstandard1.3/es/System.Diagnostics.Process.xml",
        "ref/netstandard1.3/fr/System.Diagnostics.Process.xml",
        "ref/netstandard1.3/it/System.Diagnostics.Process.xml",
        "ref/netstandard1.3/ja/System.Diagnostics.Process.xml",
        "ref/netstandard1.3/ko/System.Diagnostics.Process.xml",
        "ref/netstandard1.3/ru/System.Diagnostics.Process.xml",
        "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml",
        "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml",
        "ref/netstandard1.4/System.Diagnostics.Process.dll",
        "ref/netstandard1.4/System.Diagnostics.Process.xml",
        "ref/netstandard1.4/de/System.Diagnostics.Process.xml",
        "ref/netstandard1.4/es/System.Diagnostics.Process.xml",
        "ref/netstandard1.4/fr/System.Diagnostics.Process.xml",
        "ref/netstandard1.4/it/System.Diagnostics.Process.xml",
        "ref/netstandard1.4/ja/System.Diagnostics.Process.xml",
        "ref/netstandard1.4/ko/System.Diagnostics.Process.xml",
        "ref/netstandard1.4/ru/System.Diagnostics.Process.xml",
        "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml",
        "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll",
        "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll",
        "runtimes/win/lib/net46/System.Diagnostics.Process.dll",
        "runtimes/win/lib/net461/System.Diagnostics.Process.dll",
        "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll",
        "runtimes/win7/lib/netcore50/_._"
      ]
    },
    "System.Diagnostics.StackTrace/4.0.1": {
      "sha512": "c/n/+Un3G+sYeFNfTGO+E3hMXDWGbZDC/D29vTa7aQke9yPD2BHDkMgsLzW2rSWl0j3YlwxBm48NshJHJ+2RAw==",
      "type": "package",
      "path": "System.Diagnostics.StackTrace/4.0.1",
      "files": [
        "System.Diagnostics.StackTrace.4.0.1.nupkg.sha512",
        "System.Diagnostics.StackTrace.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Diagnostics.StackTrace.dll",
        "lib/netstandard1.3/System.Diagnostics.StackTrace.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Diagnostics.StackTrace.dll",
        "ref/netstandard1.3/System.Diagnostics.StackTrace.dll",
        "ref/netstandard1.3/System.Diagnostics.StackTrace.xml",
        "ref/netstandard1.3/de/System.Diagnostics.StackTrace.xml",
        "ref/netstandard1.3/es/System.Diagnostics.StackTrace.xml",
        "ref/netstandard1.3/fr/System.Diagnostics.StackTrace.xml",
        "ref/netstandard1.3/it/System.Diagnostics.StackTrace.xml",
        "ref/netstandard1.3/ja/System.Diagnostics.StackTrace.xml",
        "ref/netstandard1.3/ko/System.Diagnostics.StackTrace.xml",
        "ref/netstandard1.3/ru/System.Diagnostics.StackTrace.xml",
        "ref/netstandard1.3/zh-hans/System.Diagnostics.StackTrace.xml",
        "ref/netstandard1.3/zh-hant/System.Diagnostics.StackTrace.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/aot/lib/netcore50/System.Diagnostics.StackTrace.dll"
      ]
    },
    "System.Diagnostics.Tools/4.3.0": {
      "sha512": "tSKzFXMfIfN5K5NfTx9LSImHxEDzVcZ3LWdkHfP2z0YvEewxmgf2DBm8gLUvgZPHpUh9wLcAk3syzjVPChZqZw==",
      "type": "package",
      "path": "System.Diagnostics.Tools/4.3.0",
      "files": [
        "System.Diagnostics.Tools.4.3.0.nupkg.sha512",
        "System.Diagnostics.Tools.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Diagnostics.Tools.dll",
        "ref/netcore50/System.Diagnostics.Tools.xml",
        "ref/netcore50/de/System.Diagnostics.Tools.xml",
        "ref/netcore50/es/System.Diagnostics.Tools.xml",
        "ref/netcore50/fr/System.Diagnostics.Tools.xml",
        "ref/netcore50/it/System.Diagnostics.Tools.xml",
        "ref/netcore50/ja/System.Diagnostics.Tools.xml",
        "ref/netcore50/ko/System.Diagnostics.Tools.xml",
        "ref/netcore50/ru/System.Diagnostics.Tools.xml",
        "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml",
        "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml",
        "ref/netstandard1.0/System.Diagnostics.Tools.dll",
        "ref/netstandard1.0/System.Diagnostics.Tools.xml",
        "ref/netstandard1.0/de/System.Diagnostics.Tools.xml",
        "ref/netstandard1.0/es/System.Diagnostics.Tools.xml",
        "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml",
        "ref/netstandard1.0/it/System.Diagnostics.Tools.xml",
        "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml",
        "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml",
        "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml",
        "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml",
        "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Diagnostics.Tracing/4.3.0": {
      "sha512": "pAV/L6rhwk0NL2rqDqIfpmqRQKLKu+QuNuIQng70fYBa9JtiEUa953g2pEHQG8nEmXODF88PH7Kg3pZ0BnvGTw==",
      "type": "package",
      "path": "System.Diagnostics.Tracing/4.3.0",
      "files": [
        "System.Diagnostics.Tracing.4.3.0.nupkg.sha512",
        "System.Diagnostics.Tracing.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net462/System.Diagnostics.Tracing.dll",
        "lib/portable-net45+win8+wpa81/_._",
        "lib/win8/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net462/System.Diagnostics.Tracing.dll",
        "ref/netcore50/System.Diagnostics.Tracing.dll",
        "ref/netcore50/System.Diagnostics.Tracing.xml",
        "ref/netcore50/de/System.Diagnostics.Tracing.xml",
        "ref/netcore50/es/System.Diagnostics.Tracing.xml",
        "ref/netcore50/fr/System.Diagnostics.Tracing.xml",
        "ref/netcore50/it/System.Diagnostics.Tracing.xml",
        "ref/netcore50/ja/System.Diagnostics.Tracing.xml",
        "ref/netcore50/ko/System.Diagnostics.Tracing.xml",
        "ref/netcore50/ru/System.Diagnostics.Tracing.xml",
        "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml",
        "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.1/System.Diagnostics.Tracing.dll",
        "ref/netstandard1.1/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.2/System.Diagnostics.Tracing.dll",
        "ref/netstandard1.2/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.3/System.Diagnostics.Tracing.dll",
        "ref/netstandard1.3/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.5/System.Diagnostics.Tracing.dll",
        "ref/netstandard1.5/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml",
        "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml",
        "ref/portable-net45+win8+wpa81/_._",
        "ref/win8/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Dynamic.Runtime/4.3.0": {
      "sha512": "y8Qv/PiUmTY4laulfr/sFrw4QpVbBV8eDu/UYiC1EFiQxxmt8vjHpah3G5vT02BlxnG9R/rtZGI1Z+zNbaQeLw==",
      "type": "package",
      "path": "System.Dynamic.Runtime/4.3.0",
      "files": [
        "System.Dynamic.Runtime.4.3.0.nupkg.sha512",
        "System.Dynamic.Runtime.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.Dynamic.Runtime.dll",
        "lib/netstandard1.3/System.Dynamic.Runtime.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Dynamic.Runtime.dll",
        "ref/netcore50/System.Dynamic.Runtime.xml",
        "ref/netcore50/de/System.Dynamic.Runtime.xml",
        "ref/netcore50/es/System.Dynamic.Runtime.xml",
        "ref/netcore50/fr/System.Dynamic.Runtime.xml",
        "ref/netcore50/it/System.Dynamic.Runtime.xml",
        "ref/netcore50/ja/System.Dynamic.Runtime.xml",
        "ref/netcore50/ko/System.Dynamic.Runtime.xml",
        "ref/netcore50/ru/System.Dynamic.Runtime.xml",
        "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml",
        "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml",
        "ref/netstandard1.0/System.Dynamic.Runtime.dll",
        "ref/netstandard1.0/System.Dynamic.Runtime.xml",
        "ref/netstandard1.0/de/System.Dynamic.Runtime.xml",
        "ref/netstandard1.0/es/System.Dynamic.Runtime.xml",
        "ref/netstandard1.0/fr/System.Dynamic.Runtime.xml",
        "ref/netstandard1.0/it/System.Dynamic.Runtime.xml",
        "ref/netstandard1.0/ja/System.Dynamic.Runtime.xml",
        "ref/netstandard1.0/ko/System.Dynamic.Runtime.xml",
        "ref/netstandard1.0/ru/System.Dynamic.Runtime.xml",
        "ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml",
        "ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml",
        "ref/netstandard1.3/System.Dynamic.Runtime.dll",
        "ref/netstandard1.3/System.Dynamic.Runtime.xml",
        "ref/netstandard1.3/de/System.Dynamic.Runtime.xml",
        "ref/netstandard1.3/es/System.Dynamic.Runtime.xml",
        "ref/netstandard1.3/fr/System.Dynamic.Runtime.xml",
        "ref/netstandard1.3/it/System.Dynamic.Runtime.xml",
        "ref/netstandard1.3/ja/System.Dynamic.Runtime.xml",
        "ref/netstandard1.3/ko/System.Dynamic.Runtime.xml",
        "ref/netstandard1.3/ru/System.Dynamic.Runtime.xml",
        "ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml",
        "ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll"
      ]
    },
    "System.Globalization/4.3.0": {
      "sha512": "fLh5KqJphYiWduEB3Gs9E0Z4jEWFsuuBjXvfzK4/JgdCWUa3a8y9nJa1kNmOTYyE9MQmeouivE+Eyxum0GPLyg==",
      "type": "package",
      "path": "System.Globalization/4.3.0",
      "files": [
        "System.Globalization.4.3.0.nupkg.sha512",
        "System.Globalization.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Globalization.dll",
        "ref/netcore50/System.Globalization.xml",
        "ref/netcore50/de/System.Globalization.xml",
        "ref/netcore50/es/System.Globalization.xml",
        "ref/netcore50/fr/System.Globalization.xml",
        "ref/netcore50/it/System.Globalization.xml",
        "ref/netcore50/ja/System.Globalization.xml",
        "ref/netcore50/ko/System.Globalization.xml",
        "ref/netcore50/ru/System.Globalization.xml",
        "ref/netcore50/zh-hans/System.Globalization.xml",
        "ref/netcore50/zh-hant/System.Globalization.xml",
        "ref/netstandard1.0/System.Globalization.dll",
        "ref/netstandard1.0/System.Globalization.xml",
        "ref/netstandard1.0/de/System.Globalization.xml",
        "ref/netstandard1.0/es/System.Globalization.xml",
        "ref/netstandard1.0/fr/System.Globalization.xml",
        "ref/netstandard1.0/it/System.Globalization.xml",
        "ref/netstandard1.0/ja/System.Globalization.xml",
        "ref/netstandard1.0/ko/System.Globalization.xml",
        "ref/netstandard1.0/ru/System.Globalization.xml",
        "ref/netstandard1.0/zh-hans/System.Globalization.xml",
        "ref/netstandard1.0/zh-hant/System.Globalization.xml",
        "ref/netstandard1.3/System.Globalization.dll",
        "ref/netstandard1.3/System.Globalization.xml",
        "ref/netstandard1.3/de/System.Globalization.xml",
        "ref/netstandard1.3/es/System.Globalization.xml",
        "ref/netstandard1.3/fr/System.Globalization.xml",
        "ref/netstandard1.3/it/System.Globalization.xml",
        "ref/netstandard1.3/ja/System.Globalization.xml",
        "ref/netstandard1.3/ko/System.Globalization.xml",
        "ref/netstandard1.3/ru/System.Globalization.xml",
        "ref/netstandard1.3/zh-hans/System.Globalization.xml",
        "ref/netstandard1.3/zh-hant/System.Globalization.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Globalization.Calendars/4.3.0": {
      "sha512": "zLVLrCds1ipz00DiVTirSPmF0pB2BeBFEQJ77AG11djrymxJdLieCFOG+2scb0KuWyGPRVl46yR2JtKZmLhqhQ==",
      "type": "package",
      "path": "System.Globalization.Calendars/4.3.0",
      "files": [
        "System.Globalization.Calendars.4.3.0.nupkg.sha512",
        "System.Globalization.Calendars.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Globalization.Calendars.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Globalization.Calendars.dll",
        "ref/netstandard1.3/System.Globalization.Calendars.dll",
        "ref/netstandard1.3/System.Globalization.Calendars.xml",
        "ref/netstandard1.3/de/System.Globalization.Calendars.xml",
        "ref/netstandard1.3/es/System.Globalization.Calendars.xml",
        "ref/netstandard1.3/fr/System.Globalization.Calendars.xml",
        "ref/netstandard1.3/it/System.Globalization.Calendars.xml",
        "ref/netstandard1.3/ja/System.Globalization.Calendars.xml",
        "ref/netstandard1.3/ko/System.Globalization.Calendars.xml",
        "ref/netstandard1.3/ru/System.Globalization.Calendars.xml",
        "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml",
        "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Globalization.Extensions/4.3.0": {
      "sha512": "/8+/YouLsb7NBKWa9z768S3GR/C9u+O3rwqcaz6sTSXkYf5gsrgSxgtD235pf49j9Xm++s8o3NEkaUNz4TVrbg==",
      "type": "package",
      "path": "System.Globalization.Extensions/4.3.0",
      "files": [
        "System.Globalization.Extensions.4.3.0.nupkg.sha512",
        "System.Globalization.Extensions.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Globalization.Extensions.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Globalization.Extensions.dll",
        "ref/netstandard1.3/System.Globalization.Extensions.dll",
        "ref/netstandard1.3/System.Globalization.Extensions.xml",
        "ref/netstandard1.3/de/System.Globalization.Extensions.xml",
        "ref/netstandard1.3/es/System.Globalization.Extensions.xml",
        "ref/netstandard1.3/fr/System.Globalization.Extensions.xml",
        "ref/netstandard1.3/it/System.Globalization.Extensions.xml",
        "ref/netstandard1.3/ja/System.Globalization.Extensions.xml",
        "ref/netstandard1.3/ko/System.Globalization.Extensions.xml",
        "ref/netstandard1.3/ru/System.Globalization.Extensions.xml",
        "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml",
        "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll",
        "runtimes/win/lib/net46/System.Globalization.Extensions.dll",
        "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll"
      ]
    },
    "System.IO/4.3.0": {
      "sha512": "wiB2WS/jSXlXd6cAmtpWwPD0aT3ZhykHk1FBiCJHMSu5UNtvaWuwPdIsoiXF6LOHG8jnvd3/i/0KttxDDMDQ2w==",
      "type": "package",
      "path": "System.IO/4.3.0",
      "files": [
        "System.IO.4.3.0.nupkg.sha512",
        "System.IO.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net462/System.IO.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net462/System.IO.dll",
        "ref/netcore50/System.IO.dll",
        "ref/netcore50/System.IO.xml",
        "ref/netcore50/de/System.IO.xml",
        "ref/netcore50/es/System.IO.xml",
        "ref/netcore50/fr/System.IO.xml",
        "ref/netcore50/it/System.IO.xml",
        "ref/netcore50/ja/System.IO.xml",
        "ref/netcore50/ko/System.IO.xml",
        "ref/netcore50/ru/System.IO.xml",
        "ref/netcore50/zh-hans/System.IO.xml",
        "ref/netcore50/zh-hant/System.IO.xml",
        "ref/netstandard1.0/System.IO.dll",
        "ref/netstandard1.0/System.IO.xml",
        "ref/netstandard1.0/de/System.IO.xml",
        "ref/netstandard1.0/es/System.IO.xml",
        "ref/netstandard1.0/fr/System.IO.xml",
        "ref/netstandard1.0/it/System.IO.xml",
        "ref/netstandard1.0/ja/System.IO.xml",
        "ref/netstandard1.0/ko/System.IO.xml",
        "ref/netstandard1.0/ru/System.IO.xml",
        "ref/netstandard1.0/zh-hans/System.IO.xml",
        "ref/netstandard1.0/zh-hant/System.IO.xml",
        "ref/netstandard1.3/System.IO.dll",
        "ref/netstandard1.3/System.IO.xml",
        "ref/netstandard1.3/de/System.IO.xml",
        "ref/netstandard1.3/es/System.IO.xml",
        "ref/netstandard1.3/fr/System.IO.xml",
        "ref/netstandard1.3/it/System.IO.xml",
        "ref/netstandard1.3/ja/System.IO.xml",
        "ref/netstandard1.3/ko/System.IO.xml",
        "ref/netstandard1.3/ru/System.IO.xml",
        "ref/netstandard1.3/zh-hans/System.IO.xml",
        "ref/netstandard1.3/zh-hant/System.IO.xml",
        "ref/netstandard1.5/System.IO.dll",
        "ref/netstandard1.5/System.IO.xml",
        "ref/netstandard1.5/de/System.IO.xml",
        "ref/netstandard1.5/es/System.IO.xml",
        "ref/netstandard1.5/fr/System.IO.xml",
        "ref/netstandard1.5/it/System.IO.xml",
        "ref/netstandard1.5/ja/System.IO.xml",
        "ref/netstandard1.5/ko/System.IO.xml",
        "ref/netstandard1.5/ru/System.IO.xml",
        "ref/netstandard1.5/zh-hans/System.IO.xml",
        "ref/netstandard1.5/zh-hant/System.IO.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.IO.Compression/4.3.0": {
      "sha512": "AKaEN5t5YtCEGx2wMuuiDVInfg5FbY4jMizzQphEE2cc396myndF3sja4Vsni2RKNOaN4ZdLJQszZA77bvoV0A==",
      "type": "package",
      "path": "System.IO.Compression/4.3.0",
      "files": [
        "System.IO.Compression.4.3.0.nupkg.sha512",
        "System.IO.Compression.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net46/System.IO.Compression.dll",
        "lib/portable-net45+win8+wpa81/_._",
        "lib/win8/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net46/System.IO.Compression.dll",
        "ref/netcore50/System.IO.Compression.dll",
        "ref/netcore50/System.IO.Compression.xml",
        "ref/netcore50/de/System.IO.Compression.xml",
        "ref/netcore50/es/System.IO.Compression.xml",
        "ref/netcore50/fr/System.IO.Compression.xml",
        "ref/netcore50/it/System.IO.Compression.xml",
        "ref/netcore50/ja/System.IO.Compression.xml",
        "ref/netcore50/ko/System.IO.Compression.xml",
        "ref/netcore50/ru/System.IO.Compression.xml",
        "ref/netcore50/zh-hans/System.IO.Compression.xml",
        "ref/netcore50/zh-hant/System.IO.Compression.xml",
        "ref/netstandard1.1/System.IO.Compression.dll",
        "ref/netstandard1.1/System.IO.Compression.xml",
        "ref/netstandard1.1/de/System.IO.Compression.xml",
        "ref/netstandard1.1/es/System.IO.Compression.xml",
        "ref/netstandard1.1/fr/System.IO.Compression.xml",
        "ref/netstandard1.1/it/System.IO.Compression.xml",
        "ref/netstandard1.1/ja/System.IO.Compression.xml",
        "ref/netstandard1.1/ko/System.IO.Compression.xml",
        "ref/netstandard1.1/ru/System.IO.Compression.xml",
        "ref/netstandard1.1/zh-hans/System.IO.Compression.xml",
        "ref/netstandard1.1/zh-hant/System.IO.Compression.xml",
        "ref/netstandard1.3/System.IO.Compression.dll",
        "ref/netstandard1.3/System.IO.Compression.xml",
        "ref/netstandard1.3/de/System.IO.Compression.xml",
        "ref/netstandard1.3/es/System.IO.Compression.xml",
        "ref/netstandard1.3/fr/System.IO.Compression.xml",
        "ref/netstandard1.3/it/System.IO.Compression.xml",
        "ref/netstandard1.3/ja/System.IO.Compression.xml",
        "ref/netstandard1.3/ko/System.IO.Compression.xml",
        "ref/netstandard1.3/ru/System.IO.Compression.xml",
        "ref/netstandard1.3/zh-hans/System.IO.Compression.xml",
        "ref/netstandard1.3/zh-hant/System.IO.Compression.xml",
        "ref/portable-net45+win8+wpa81/_._",
        "ref/win8/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll",
        "runtimes/win/lib/net46/System.IO.Compression.dll",
        "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll"
      ]
    },
    "System.IO.Compression.ZipFile/4.3.0": {
      "sha512": "UACvQidgxFGtrrtDDvkArRq7qa8TVrTwD4ZeBy0whVOr8T9hPzzfetR6MXq/3lRMCpmYQei9YrriNxGOir8S/Q==",
      "type": "package",
      "path": "System.IO.Compression.ZipFile/4.3.0",
      "files": [
        "System.IO.Compression.ZipFile.4.3.0.nupkg.sha512",
        "System.IO.Compression.ZipFile.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.IO.Compression.ZipFile.dll",
        "lib/netstandard1.3/System.IO.Compression.ZipFile.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.IO.Compression.ZipFile.dll",
        "ref/netstandard1.3/System.IO.Compression.ZipFile.dll",
        "ref/netstandard1.3/System.IO.Compression.ZipFile.xml",
        "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml",
        "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml",
        "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml",
        "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml",
        "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml",
        "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml",
        "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml",
        "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml",
        "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.IO.FileSystem/4.3.0": {
      "sha512": "pHmO+vhzEd1E1Dt8bv5zfhRgTUoHQswS7bEyF5PiYz7U6dpUdB3bCj4RDJ+3s+XWvOXig5IjpaQwcvh49i+T9g==",
      "type": "package",
      "path": "System.IO.FileSystem/4.3.0",
      "files": [
        "System.IO.FileSystem.4.3.0.nupkg.sha512",
        "System.IO.FileSystem.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.IO.FileSystem.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.IO.FileSystem.dll",
        "ref/netstandard1.3/System.IO.FileSystem.dll",
        "ref/netstandard1.3/System.IO.FileSystem.xml",
        "ref/netstandard1.3/de/System.IO.FileSystem.xml",
        "ref/netstandard1.3/es/System.IO.FileSystem.xml",
        "ref/netstandard1.3/fr/System.IO.FileSystem.xml",
        "ref/netstandard1.3/it/System.IO.FileSystem.xml",
        "ref/netstandard1.3/ja/System.IO.FileSystem.xml",
        "ref/netstandard1.3/ko/System.IO.FileSystem.xml",
        "ref/netstandard1.3/ru/System.IO.FileSystem.xml",
        "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml",
        "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.IO.FileSystem.Primitives/4.3.0": {
      "sha512": "J89jhVpThR//01hXmt70Cmsd6qtPJyiMBZHbOSofkimUTKN29JQ/TlNubW276F2Nmy42wQNcVDCN4bj2oB6pgw==",
      "type": "package",
      "path": "System.IO.FileSystem.Primitives/4.3.0",
      "files": [
        "System.IO.FileSystem.Primitives.4.3.0.nupkg.sha512",
        "System.IO.FileSystem.Primitives.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.IO.FileSystem.Primitives.dll",
        "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.IO.FileSystem.Primitives.dll",
        "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll",
        "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml",
        "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml",
        "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml",
        "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml",
        "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml",
        "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml",
        "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml",
        "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml",
        "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml",
        "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.IO.FileSystem.Watcher/4.3.0": {
      "sha512": "gIdwowcuo+sh4SIE7LkhkfR13om44Ql2ocP+EfeI6hbNZxV9CssmpfoXoizbrZHP5bcwWIjjomwXlYNLAjaz2Q==",
      "type": "package",
      "path": "System.IO.FileSystem.Watcher/4.3.0",
      "files": [
        "System.IO.FileSystem.Watcher.4.3.0.nupkg.sha512",
        "System.IO.FileSystem.Watcher.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.IO.FileSystem.Watcher.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.IO.FileSystem.Watcher.dll",
        "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll",
        "ref/netstandard1.3/System.IO.FileSystem.Watcher.xml",
        "ref/netstandard1.3/de/System.IO.FileSystem.Watcher.xml",
        "ref/netstandard1.3/es/System.IO.FileSystem.Watcher.xml",
        "ref/netstandard1.3/fr/System.IO.FileSystem.Watcher.xml",
        "ref/netstandard1.3/it/System.IO.FileSystem.Watcher.xml",
        "ref/netstandard1.3/ja/System.IO.FileSystem.Watcher.xml",
        "ref/netstandard1.3/ko/System.IO.FileSystem.Watcher.xml",
        "ref/netstandard1.3/ru/System.IO.FileSystem.Watcher.xml",
        "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Watcher.xml",
        "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Watcher.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll",
        "runtimes/osx/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll",
        "runtimes/win/lib/net46/System.IO.FileSystem.Watcher.dll",
        "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll",
        "runtimes/win7/lib/netcore50/_._"
      ]
    },
    "System.IO.MemoryMappedFiles/4.3.0": {
      "sha512": "kqoE+nPLzBXDsEdsSyrdNVKzfR4tJ1xqRtrBDfxtuMzxJZx7Y/jnS/K31CRCHvl2AoD712koEzCUqu8JAscB8g==",
      "type": "package",
      "path": "System.IO.MemoryMappedFiles/4.3.0",
      "files": [
        "System.IO.MemoryMappedFiles.4.3.0.nupkg.sha512",
        "System.IO.MemoryMappedFiles.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.IO.MemoryMappedFiles.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.IO.MemoryMappedFiles.dll",
        "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll",
        "ref/netstandard1.3/System.IO.MemoryMappedFiles.xml",
        "ref/netstandard1.3/de/System.IO.MemoryMappedFiles.xml",
        "ref/netstandard1.3/es/System.IO.MemoryMappedFiles.xml",
        "ref/netstandard1.3/fr/System.IO.MemoryMappedFiles.xml",
        "ref/netstandard1.3/it/System.IO.MemoryMappedFiles.xml",
        "ref/netstandard1.3/ja/System.IO.MemoryMappedFiles.xml",
        "ref/netstandard1.3/ko/System.IO.MemoryMappedFiles.xml",
        "ref/netstandard1.3/ru/System.IO.MemoryMappedFiles.xml",
        "ref/netstandard1.3/zh-hans/System.IO.MemoryMappedFiles.xml",
        "ref/netstandard1.3/zh-hant/System.IO.MemoryMappedFiles.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll",
        "runtimes/win/lib/net46/System.IO.MemoryMappedFiles.dll",
        "runtimes/win/lib/netcore50/System.IO.MemoryMappedFiles.dll",
        "runtimes/win/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll"
      ]
    },
    "System.IO.UnmanagedMemoryStream/4.3.0": {
      "sha512": "Gr8w3OQ8rJHc94KHQke2Eftfs6ZYv6hvY1KvrD5qrzSJvfrjBy53qIDiCd3IcE37nJhkQ9JW/uZi8hS2TWFtXQ==",
      "type": "package",
      "path": "System.IO.UnmanagedMemoryStream/4.3.0",
      "files": [
        "System.IO.UnmanagedMemoryStream.4.3.0.nupkg.sha512",
        "System.IO.UnmanagedMemoryStream.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.IO.UnmanagedMemoryStream.dll",
        "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.IO.UnmanagedMemoryStream.dll",
        "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll",
        "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.xml",
        "ref/netstandard1.3/de/System.IO.UnmanagedMemoryStream.xml",
        "ref/netstandard1.3/es/System.IO.UnmanagedMemoryStream.xml",
        "ref/netstandard1.3/fr/System.IO.UnmanagedMemoryStream.xml",
        "ref/netstandard1.3/it/System.IO.UnmanagedMemoryStream.xml",
        "ref/netstandard1.3/ja/System.IO.UnmanagedMemoryStream.xml",
        "ref/netstandard1.3/ko/System.IO.UnmanagedMemoryStream.xml",
        "ref/netstandard1.3/ru/System.IO.UnmanagedMemoryStream.xml",
        "ref/netstandard1.3/zh-hans/System.IO.UnmanagedMemoryStream.xml",
        "ref/netstandard1.3/zh-hant/System.IO.UnmanagedMemoryStream.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Linq/4.3.0": {
      "sha512": "ZZMu1n1IQfr11Jif4Nv0UQa4JoixFcKkWaJemULqMKI8gy+q5BvPUwrbx7T8SJ6kJq/GeXISn6aZM2iBJIh4oQ==",
      "type": "package",
      "path": "System.Linq/4.3.0",
      "files": [
        "System.Linq.4.3.0.nupkg.sha512",
        "System.Linq.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net463/System.Linq.dll",
        "lib/netcore50/System.Linq.dll",
        "lib/netstandard1.6/System.Linq.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net463/System.Linq.dll",
        "ref/netcore50/System.Linq.dll",
        "ref/netcore50/System.Linq.xml",
        "ref/netcore50/de/System.Linq.xml",
        "ref/netcore50/es/System.Linq.xml",
        "ref/netcore50/fr/System.Linq.xml",
        "ref/netcore50/it/System.Linq.xml",
        "ref/netcore50/ja/System.Linq.xml",
        "ref/netcore50/ko/System.Linq.xml",
        "ref/netcore50/ru/System.Linq.xml",
        "ref/netcore50/zh-hans/System.Linq.xml",
        "ref/netcore50/zh-hant/System.Linq.xml",
        "ref/netstandard1.0/System.Linq.dll",
        "ref/netstandard1.0/System.Linq.xml",
        "ref/netstandard1.0/de/System.Linq.xml",
        "ref/netstandard1.0/es/System.Linq.xml",
        "ref/netstandard1.0/fr/System.Linq.xml",
        "ref/netstandard1.0/it/System.Linq.xml",
        "ref/netstandard1.0/ja/System.Linq.xml",
        "ref/netstandard1.0/ko/System.Linq.xml",
        "ref/netstandard1.0/ru/System.Linq.xml",
        "ref/netstandard1.0/zh-hans/System.Linq.xml",
        "ref/netstandard1.0/zh-hant/System.Linq.xml",
        "ref/netstandard1.6/System.Linq.dll",
        "ref/netstandard1.6/System.Linq.xml",
        "ref/netstandard1.6/de/System.Linq.xml",
        "ref/netstandard1.6/es/System.Linq.xml",
        "ref/netstandard1.6/fr/System.Linq.xml",
        "ref/netstandard1.6/it/System.Linq.xml",
        "ref/netstandard1.6/ja/System.Linq.xml",
        "ref/netstandard1.6/ko/System.Linq.xml",
        "ref/netstandard1.6/ru/System.Linq.xml",
        "ref/netstandard1.6/zh-hans/System.Linq.xml",
        "ref/netstandard1.6/zh-hant/System.Linq.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Linq.Expressions/4.3.0": {
      "sha512": "Aw0D3W5Cg8PJmr0eaHznYOLoL5xv1COo/Wi/LrqCayy1mcWjWDysLNn7CIqrtHI3zqOUaNtusbbRUomhjveLkw==",
      "type": "package",
      "path": "System.Linq.Expressions/4.3.0",
      "files": [
        "System.Linq.Expressions.4.3.0.nupkg.sha512",
        "System.Linq.Expressions.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net463/System.Linq.Expressions.dll",
        "lib/netcore50/System.Linq.Expressions.dll",
        "lib/netstandard1.6/System.Linq.Expressions.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net463/System.Linq.Expressions.dll",
        "ref/netcore50/System.Linq.Expressions.dll",
        "ref/netcore50/System.Linq.Expressions.xml",
        "ref/netcore50/de/System.Linq.Expressions.xml",
        "ref/netcore50/es/System.Linq.Expressions.xml",
        "ref/netcore50/fr/System.Linq.Expressions.xml",
        "ref/netcore50/it/System.Linq.Expressions.xml",
        "ref/netcore50/ja/System.Linq.Expressions.xml",
        "ref/netcore50/ko/System.Linq.Expressions.xml",
        "ref/netcore50/ru/System.Linq.Expressions.xml",
        "ref/netcore50/zh-hans/System.Linq.Expressions.xml",
        "ref/netcore50/zh-hant/System.Linq.Expressions.xml",
        "ref/netstandard1.0/System.Linq.Expressions.dll",
        "ref/netstandard1.0/System.Linq.Expressions.xml",
        "ref/netstandard1.0/de/System.Linq.Expressions.xml",
        "ref/netstandard1.0/es/System.Linq.Expressions.xml",
        "ref/netstandard1.0/fr/System.Linq.Expressions.xml",
        "ref/netstandard1.0/it/System.Linq.Expressions.xml",
        "ref/netstandard1.0/ja/System.Linq.Expressions.xml",
        "ref/netstandard1.0/ko/System.Linq.Expressions.xml",
        "ref/netstandard1.0/ru/System.Linq.Expressions.xml",
        "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml",
        "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml",
        "ref/netstandard1.3/System.Linq.Expressions.dll",
        "ref/netstandard1.3/System.Linq.Expressions.xml",
        "ref/netstandard1.3/de/System.Linq.Expressions.xml",
        "ref/netstandard1.3/es/System.Linq.Expressions.xml",
        "ref/netstandard1.3/fr/System.Linq.Expressions.xml",
        "ref/netstandard1.3/it/System.Linq.Expressions.xml",
        "ref/netstandard1.3/ja/System.Linq.Expressions.xml",
        "ref/netstandard1.3/ko/System.Linq.Expressions.xml",
        "ref/netstandard1.3/ru/System.Linq.Expressions.xml",
        "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml",
        "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml",
        "ref/netstandard1.6/System.Linq.Expressions.dll",
        "ref/netstandard1.6/System.Linq.Expressions.xml",
        "ref/netstandard1.6/de/System.Linq.Expressions.xml",
        "ref/netstandard1.6/es/System.Linq.Expressions.xml",
        "ref/netstandard1.6/fr/System.Linq.Expressions.xml",
        "ref/netstandard1.6/it/System.Linq.Expressions.xml",
        "ref/netstandard1.6/ja/System.Linq.Expressions.xml",
        "ref/netstandard1.6/ko/System.Linq.Expressions.xml",
        "ref/netstandard1.6/ru/System.Linq.Expressions.xml",
        "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml",
        "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll"
      ]
    },
    "System.Linq.Parallel/4.3.0": {
      "sha512": "hWSN7Pj9SoRW1cU2DTCSTWPv+Gu+nN7Hv9zTaAD760tf4iYUHSxA5glJb/v7Ii5scyfcyQJaeXwrjIShIbjKkg==",
      "type": "package",
      "path": "System.Linq.Parallel/4.3.0",
      "files": [
        "System.Linq.Parallel.4.3.0.nupkg.sha512",
        "System.Linq.Parallel.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.Linq.Parallel.dll",
        "lib/netstandard1.3/System.Linq.Parallel.dll",
        "lib/portable-net45+win8+wpa81/_._",
        "lib/win8/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Linq.Parallel.dll",
        "ref/netcore50/System.Linq.Parallel.xml",
        "ref/netcore50/de/System.Linq.Parallel.xml",
        "ref/netcore50/es/System.Linq.Parallel.xml",
        "ref/netcore50/fr/System.Linq.Parallel.xml",
        "ref/netcore50/it/System.Linq.Parallel.xml",
        "ref/netcore50/ja/System.Linq.Parallel.xml",
        "ref/netcore50/ko/System.Linq.Parallel.xml",
        "ref/netcore50/ru/System.Linq.Parallel.xml",
        "ref/netcore50/zh-hans/System.Linq.Parallel.xml",
        "ref/netcore50/zh-hant/System.Linq.Parallel.xml",
        "ref/netstandard1.1/System.Linq.Parallel.dll",
        "ref/netstandard1.1/System.Linq.Parallel.xml",
        "ref/netstandard1.1/de/System.Linq.Parallel.xml",
        "ref/netstandard1.1/es/System.Linq.Parallel.xml",
        "ref/netstandard1.1/fr/System.Linq.Parallel.xml",
        "ref/netstandard1.1/it/System.Linq.Parallel.xml",
        "ref/netstandard1.1/ja/System.Linq.Parallel.xml",
        "ref/netstandard1.1/ko/System.Linq.Parallel.xml",
        "ref/netstandard1.1/ru/System.Linq.Parallel.xml",
        "ref/netstandard1.1/zh-hans/System.Linq.Parallel.xml",
        "ref/netstandard1.1/zh-hant/System.Linq.Parallel.xml",
        "ref/portable-net45+win8+wpa81/_._",
        "ref/win8/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Linq.Queryable/4.3.0": {
      "sha512": "TbpzghBHzo1WgB7xU/lypbBEAHOb5JeQlV2zUO5mBBIapkUhSSsVYt1Zzx04wxCPWH0engdRz9s9ZeFOYAvx7Q==",
      "type": "package",
      "path": "System.Linq.Queryable/4.3.0",
      "files": [
        "System.Linq.Queryable.4.3.0.nupkg.sha512",
        "System.Linq.Queryable.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/monoandroid10/_._",
        "lib/monotouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.Linq.Queryable.dll",
        "lib/netstandard1.3/System.Linq.Queryable.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/monoandroid10/_._",
        "ref/monotouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Linq.Queryable.dll",
        "ref/netcore50/System.Linq.Queryable.xml",
        "ref/netcore50/de/System.Linq.Queryable.xml",
        "ref/netcore50/es/System.Linq.Queryable.xml",
        "ref/netcore50/fr/System.Linq.Queryable.xml",
        "ref/netcore50/it/System.Linq.Queryable.xml",
        "ref/netcore50/ja/System.Linq.Queryable.xml",
        "ref/netcore50/ko/System.Linq.Queryable.xml",
        "ref/netcore50/ru/System.Linq.Queryable.xml",
        "ref/netcore50/zh-hans/System.Linq.Queryable.xml",
        "ref/netcore50/zh-hant/System.Linq.Queryable.xml",
        "ref/netstandard1.0/System.Linq.Queryable.dll",
        "ref/netstandard1.0/System.Linq.Queryable.xml",
        "ref/netstandard1.0/de/System.Linq.Queryable.xml",
        "ref/netstandard1.0/es/System.Linq.Queryable.xml",
        "ref/netstandard1.0/fr/System.Linq.Queryable.xml",
        "ref/netstandard1.0/it/System.Linq.Queryable.xml",
        "ref/netstandard1.0/ja/System.Linq.Queryable.xml",
        "ref/netstandard1.0/ko/System.Linq.Queryable.xml",
        "ref/netstandard1.0/ru/System.Linq.Queryable.xml",
        "ref/netstandard1.0/zh-hans/System.Linq.Queryable.xml",
        "ref/netstandard1.0/zh-hant/System.Linq.Queryable.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Net.Http/4.3.0": {
      "sha512": "Su1OeeWW4gNJo1SGE2IbnCTzi3XplmTpE30/WToVuaYGeQxLxIWt5f8O6W11+XS8Uxue5yIrtgIyb27NqgPlEw==",
      "type": "package",
      "path": "System.Net.Http/4.3.0",
      "files": [
        "System.Net.Http.4.3.0.nupkg.sha512",
        "System.Net.Http.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/Xamarinmac20/_._",
        "lib/monoandroid10/_._",
        "lib/monotouch10/_._",
        "lib/net45/_._",
        "lib/net46/System.Net.Http.dll",
        "lib/portable-net45+win8+wpa81/_._",
        "lib/win8/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/Xamarinmac20/_._",
        "ref/monoandroid10/_._",
        "ref/monotouch10/_._",
        "ref/net45/_._",
        "ref/net46/System.Net.Http.dll",
        "ref/net46/System.Net.Http.xml",
        "ref/net46/de/System.Net.Http.xml",
        "ref/net46/es/System.Net.Http.xml",
        "ref/net46/fr/System.Net.Http.xml",
        "ref/net46/it/System.Net.Http.xml",
        "ref/net46/ja/System.Net.Http.xml",
        "ref/net46/ko/System.Net.Http.xml",
        "ref/net46/ru/System.Net.Http.xml",
        "ref/net46/zh-hans/System.Net.Http.xml",
        "ref/net46/zh-hant/System.Net.Http.xml",
        "ref/netcore50/System.Net.Http.dll",
        "ref/netcore50/System.Net.Http.xml",
        "ref/netcore50/de/System.Net.Http.xml",
        "ref/netcore50/es/System.Net.Http.xml",
        "ref/netcore50/fr/System.Net.Http.xml",
        "ref/netcore50/it/System.Net.Http.xml",
        "ref/netcore50/ja/System.Net.Http.xml",
        "ref/netcore50/ko/System.Net.Http.xml",
        "ref/netcore50/ru/System.Net.Http.xml",
        "ref/netcore50/zh-hans/System.Net.Http.xml",
        "ref/netcore50/zh-hant/System.Net.Http.xml",
        "ref/netstandard1.1/System.Net.Http.dll",
        "ref/netstandard1.1/System.Net.Http.xml",
        "ref/netstandard1.1/de/System.Net.Http.xml",
        "ref/netstandard1.1/es/System.Net.Http.xml",
        "ref/netstandard1.1/fr/System.Net.Http.xml",
        "ref/netstandard1.1/it/System.Net.Http.xml",
        "ref/netstandard1.1/ja/System.Net.Http.xml",
        "ref/netstandard1.1/ko/System.Net.Http.xml",
        "ref/netstandard1.1/ru/System.Net.Http.xml",
        "ref/netstandard1.1/zh-hans/System.Net.Http.xml",
        "ref/netstandard1.1/zh-hant/System.Net.Http.xml",
        "ref/netstandard1.3/System.Net.Http.dll",
        "ref/netstandard1.3/System.Net.Http.xml",
        "ref/netstandard1.3/de/System.Net.Http.xml",
        "ref/netstandard1.3/es/System.Net.Http.xml",
        "ref/netstandard1.3/fr/System.Net.Http.xml",
        "ref/netstandard1.3/it/System.Net.Http.xml",
        "ref/netstandard1.3/ja/System.Net.Http.xml",
        "ref/netstandard1.3/ko/System.Net.Http.xml",
        "ref/netstandard1.3/ru/System.Net.Http.xml",
        "ref/netstandard1.3/zh-hans/System.Net.Http.xml",
        "ref/netstandard1.3/zh-hant/System.Net.Http.xml",
        "ref/portable-net45+win8+wpa81/_._",
        "ref/win8/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll",
        "runtimes/win/lib/net46/System.Net.Http.dll",
        "runtimes/win/lib/netcore50/System.Net.Http.dll",
        "runtimes/win/lib/netstandard1.3/System.Net.Http.dll"
      ]
    },
    "System.Net.NameResolution/4.3.0": {
      "sha512": "yof9Co07Z/P9f8Udvr4XVZB2PojVggXncQpQJcrirohVpKkf+E7LYpC1NxFs1DjoYKSGrz4JSEcJS1WhnQpTow==",
      "type": "package",
      "path": "System.Net.NameResolution/4.3.0",
      "files": [
        "System.Net.NameResolution.4.3.0.nupkg.sha512",
        "System.Net.NameResolution.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Net.NameResolution.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Net.NameResolution.dll",
        "ref/netstandard1.3/System.Net.NameResolution.dll",
        "ref/netstandard1.3/System.Net.NameResolution.xml",
        "ref/netstandard1.3/de/System.Net.NameResolution.xml",
        "ref/netstandard1.3/es/System.Net.NameResolution.xml",
        "ref/netstandard1.3/fr/System.Net.NameResolution.xml",
        "ref/netstandard1.3/it/System.Net.NameResolution.xml",
        "ref/netstandard1.3/ja/System.Net.NameResolution.xml",
        "ref/netstandard1.3/ko/System.Net.NameResolution.xml",
        "ref/netstandard1.3/ru/System.Net.NameResolution.xml",
        "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml",
        "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll",
        "runtimes/win/lib/net46/System.Net.NameResolution.dll",
        "runtimes/win/lib/netcore50/System.Net.NameResolution.dll",
        "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll"
      ]
    },
    "System.Net.Primitives/4.3.0": {
      "sha512": "KL3rjJKMIHZWNrBN4363VTl/reK6/HhN1x4V2kguRcYZy3zoA8RSl7gWBNb86PxQbIxOXdoSt1I5qmr5xqUIlA==",
      "type": "package",
      "path": "System.Net.Primitives/4.3.0",
      "files": [
        "System.Net.Primitives.4.3.0.nupkg.sha512",
        "System.Net.Primitives.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Net.Primitives.dll",
        "ref/netcore50/System.Net.Primitives.xml",
        "ref/netcore50/de/System.Net.Primitives.xml",
        "ref/netcore50/es/System.Net.Primitives.xml",
        "ref/netcore50/fr/System.Net.Primitives.xml",
        "ref/netcore50/it/System.Net.Primitives.xml",
        "ref/netcore50/ja/System.Net.Primitives.xml",
        "ref/netcore50/ko/System.Net.Primitives.xml",
        "ref/netcore50/ru/System.Net.Primitives.xml",
        "ref/netcore50/zh-hans/System.Net.Primitives.xml",
        "ref/netcore50/zh-hant/System.Net.Primitives.xml",
        "ref/netstandard1.0/System.Net.Primitives.dll",
        "ref/netstandard1.0/System.Net.Primitives.xml",
        "ref/netstandard1.0/de/System.Net.Primitives.xml",
        "ref/netstandard1.0/es/System.Net.Primitives.xml",
        "ref/netstandard1.0/fr/System.Net.Primitives.xml",
        "ref/netstandard1.0/it/System.Net.Primitives.xml",
        "ref/netstandard1.0/ja/System.Net.Primitives.xml",
        "ref/netstandard1.0/ko/System.Net.Primitives.xml",
        "ref/netstandard1.0/ru/System.Net.Primitives.xml",
        "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml",
        "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml",
        "ref/netstandard1.1/System.Net.Primitives.dll",
        "ref/netstandard1.1/System.Net.Primitives.xml",
        "ref/netstandard1.1/de/System.Net.Primitives.xml",
        "ref/netstandard1.1/es/System.Net.Primitives.xml",
        "ref/netstandard1.1/fr/System.Net.Primitives.xml",
        "ref/netstandard1.1/it/System.Net.Primitives.xml",
        "ref/netstandard1.1/ja/System.Net.Primitives.xml",
        "ref/netstandard1.1/ko/System.Net.Primitives.xml",
        "ref/netstandard1.1/ru/System.Net.Primitives.xml",
        "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml",
        "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml",
        "ref/netstandard1.3/System.Net.Primitives.dll",
        "ref/netstandard1.3/System.Net.Primitives.xml",
        "ref/netstandard1.3/de/System.Net.Primitives.xml",
        "ref/netstandard1.3/es/System.Net.Primitives.xml",
        "ref/netstandard1.3/fr/System.Net.Primitives.xml",
        "ref/netstandard1.3/it/System.Net.Primitives.xml",
        "ref/netstandard1.3/ja/System.Net.Primitives.xml",
        "ref/netstandard1.3/ko/System.Net.Primitives.xml",
        "ref/netstandard1.3/ru/System.Net.Primitives.xml",
        "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml",
        "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Net.Requests/4.3.0": {
      "sha512": "X6O8QkLUH2XgqfVrzPrwwI6r4XxxNE5bW81c6A5FF0MGQUa3pfgMmDuIsuF2ZBQWQTZYFqwxYuLGL0NDrjn1wA==",
      "type": "package",
      "path": "System.Net.Requests/4.3.0",
      "files": [
        "System.Net.Requests.4.3.0.nupkg.sha512",
        "System.Net.Requests.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net46/_._",
        "ref/netcore50/System.Net.Requests.dll",
        "ref/netcore50/System.Net.Requests.xml",
        "ref/netcore50/de/System.Net.Requests.xml",
        "ref/netcore50/es/System.Net.Requests.xml",
        "ref/netcore50/fr/System.Net.Requests.xml",
        "ref/netcore50/it/System.Net.Requests.xml",
        "ref/netcore50/ja/System.Net.Requests.xml",
        "ref/netcore50/ko/System.Net.Requests.xml",
        "ref/netcore50/ru/System.Net.Requests.xml",
        "ref/netcore50/zh-hans/System.Net.Requests.xml",
        "ref/netcore50/zh-hant/System.Net.Requests.xml",
        "ref/netstandard1.0/System.Net.Requests.dll",
        "ref/netstandard1.0/System.Net.Requests.xml",
        "ref/netstandard1.0/de/System.Net.Requests.xml",
        "ref/netstandard1.0/es/System.Net.Requests.xml",
        "ref/netstandard1.0/fr/System.Net.Requests.xml",
        "ref/netstandard1.0/it/System.Net.Requests.xml",
        "ref/netstandard1.0/ja/System.Net.Requests.xml",
        "ref/netstandard1.0/ko/System.Net.Requests.xml",
        "ref/netstandard1.0/ru/System.Net.Requests.xml",
        "ref/netstandard1.0/zh-hans/System.Net.Requests.xml",
        "ref/netstandard1.0/zh-hant/System.Net.Requests.xml",
        "ref/netstandard1.1/System.Net.Requests.dll",
        "ref/netstandard1.1/System.Net.Requests.xml",
        "ref/netstandard1.1/de/System.Net.Requests.xml",
        "ref/netstandard1.1/es/System.Net.Requests.xml",
        "ref/netstandard1.1/fr/System.Net.Requests.xml",
        "ref/netstandard1.1/it/System.Net.Requests.xml",
        "ref/netstandard1.1/ja/System.Net.Requests.xml",
        "ref/netstandard1.1/ko/System.Net.Requests.xml",
        "ref/netstandard1.1/ru/System.Net.Requests.xml",
        "ref/netstandard1.1/zh-hans/System.Net.Requests.xml",
        "ref/netstandard1.1/zh-hant/System.Net.Requests.xml",
        "ref/netstandard1.3/System.Net.Requests.dll",
        "ref/netstandard1.3/System.Net.Requests.xml",
        "ref/netstandard1.3/de/System.Net.Requests.xml",
        "ref/netstandard1.3/es/System.Net.Requests.xml",
        "ref/netstandard1.3/fr/System.Net.Requests.xml",
        "ref/netstandard1.3/it/System.Net.Requests.xml",
        "ref/netstandard1.3/ja/System.Net.Requests.xml",
        "ref/netstandard1.3/ko/System.Net.Requests.xml",
        "ref/netstandard1.3/ru/System.Net.Requests.xml",
        "ref/netstandard1.3/zh-hans/System.Net.Requests.xml",
        "ref/netstandard1.3/zh-hant/System.Net.Requests.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll",
        "runtimes/win/lib/net46/_._",
        "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll"
      ]
    },
    "System.Net.Security/4.3.0": {
      "sha512": "WL79xR6UeckmIYu74sGLqLybfVfOYzhsC1NldH8HekLXl7JryTYbbQJX1NZWci+4Y/5SXc2pIp3+kgcwvlhYgw==",
      "type": "package",
      "path": "System.Net.Security/4.3.0",
      "files": [
        "System.Net.Security.4.3.0.nupkg.sha512",
        "System.Net.Security.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Net.Security.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Net.Security.dll",
        "ref/netstandard1.3/System.Net.Security.dll",
        "ref/netstandard1.3/System.Net.Security.xml",
        "ref/netstandard1.3/de/System.Net.Security.xml",
        "ref/netstandard1.3/es/System.Net.Security.xml",
        "ref/netstandard1.3/fr/System.Net.Security.xml",
        "ref/netstandard1.3/it/System.Net.Security.xml",
        "ref/netstandard1.3/ja/System.Net.Security.xml",
        "ref/netstandard1.3/ko/System.Net.Security.xml",
        "ref/netstandard1.3/ru/System.Net.Security.xml",
        "ref/netstandard1.3/zh-hans/System.Net.Security.xml",
        "ref/netstandard1.3/zh-hant/System.Net.Security.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll",
        "runtimes/win/lib/net46/System.Net.Security.dll",
        "runtimes/win/lib/netstandard1.3/System.Net.Security.dll",
        "runtimes/win7/lib/netcore50/_._"
      ]
    },
    "System.Net.Sockets/4.3.0": {
      "sha512": "+7XL/pY125MCSE0rgertwcrW/MnLH0d1Yqyg/z8cQarweQIHPeYtxZbS0bIQ6GwUQfJCOOhNUdpJSNQwnPl1mg==",
      "type": "package",
      "path": "System.Net.Sockets/4.3.0",
      "files": [
        "System.Net.Sockets.4.3.0.nupkg.sha512",
        "System.Net.Sockets.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Net.Sockets.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Net.Sockets.dll",
        "ref/netstandard1.3/System.Net.Sockets.dll",
        "ref/netstandard1.3/System.Net.Sockets.xml",
        "ref/netstandard1.3/de/System.Net.Sockets.xml",
        "ref/netstandard1.3/es/System.Net.Sockets.xml",
        "ref/netstandard1.3/fr/System.Net.Sockets.xml",
        "ref/netstandard1.3/it/System.Net.Sockets.xml",
        "ref/netstandard1.3/ja/System.Net.Sockets.xml",
        "ref/netstandard1.3/ko/System.Net.Sockets.xml",
        "ref/netstandard1.3/ru/System.Net.Sockets.xml",
        "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml",
        "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Net.WebHeaderCollection/4.3.0": {
      "sha512": "IbrGDICTR8E1d/qSUBH4h9oEdyTnly5UD/NkeB326TKNhfyiOTvrs4AyUEg0ZtuuXTUj1JIX06mCSwWmVRf46A==",
      "type": "package",
      "path": "System.Net.WebHeaderCollection/4.3.0",
      "files": [
        "System.Net.WebHeaderCollection.4.3.0.nupkg.sha512",
        "System.Net.WebHeaderCollection.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/netstandard1.3/System.Net.WebHeaderCollection.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/netstandard1.3/System.Net.WebHeaderCollection.dll",
        "ref/netstandard1.3/System.Net.WebHeaderCollection.xml",
        "ref/netstandard1.3/de/System.Net.WebHeaderCollection.xml",
        "ref/netstandard1.3/es/System.Net.WebHeaderCollection.xml",
        "ref/netstandard1.3/fr/System.Net.WebHeaderCollection.xml",
        "ref/netstandard1.3/it/System.Net.WebHeaderCollection.xml",
        "ref/netstandard1.3/ja/System.Net.WebHeaderCollection.xml",
        "ref/netstandard1.3/ko/System.Net.WebHeaderCollection.xml",
        "ref/netstandard1.3/ru/System.Net.WebHeaderCollection.xml",
        "ref/netstandard1.3/zh-hans/System.Net.WebHeaderCollection.xml",
        "ref/netstandard1.3/zh-hant/System.Net.WebHeaderCollection.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Numerics.Vectors/4.3.0": {
      "sha512": "9UWIZedsGhth/ohsW+XzT3VRYFN6QwlEOvjcvNYrzK8F4uLyQ97BiHb6PAiMhcBmNxP8U2n3TGR+0sYZUpXkdQ==",
      "type": "package",
      "path": "System.Numerics.Vectors/4.3.0",
      "files": [
        "System.Numerics.Vectors.4.3.0.nupkg.sha512",
        "System.Numerics.Vectors.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Numerics.Vectors.dll",
        "lib/net46/System.Numerics.Vectors.xml",
        "lib/netstandard1.0/System.Numerics.Vectors.dll",
        "lib/netstandard1.0/System.Numerics.Vectors.xml",
        "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Numerics.Vectors.dll",
        "ref/net46/System.Numerics.Vectors.xml",
        "ref/netstandard1.0/System.Numerics.Vectors.dll",
        "ref/netstandard1.0/System.Numerics.Vectors.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.ObjectModel/4.3.0": {
      "sha512": "rn7xb+cbbMPhEmZqsc+Vd5en/qxEbSntqZCxV6WPkD7D0oz+ExKrISj/KupdP9FKNVX4gKfi5jz26H967UeiTQ==",
      "type": "package",
      "path": "System.ObjectModel/4.3.0",
      "files": [
        "System.ObjectModel.4.3.0.nupkg.sha512",
        "System.ObjectModel.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.ObjectModel.dll",
        "lib/netstandard1.3/System.ObjectModel.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.ObjectModel.dll",
        "ref/netcore50/System.ObjectModel.xml",
        "ref/netcore50/de/System.ObjectModel.xml",
        "ref/netcore50/es/System.ObjectModel.xml",
        "ref/netcore50/fr/System.ObjectModel.xml",
        "ref/netcore50/it/System.ObjectModel.xml",
        "ref/netcore50/ja/System.ObjectModel.xml",
        "ref/netcore50/ko/System.ObjectModel.xml",
        "ref/netcore50/ru/System.ObjectModel.xml",
        "ref/netcore50/zh-hans/System.ObjectModel.xml",
        "ref/netcore50/zh-hant/System.ObjectModel.xml",
        "ref/netstandard1.0/System.ObjectModel.dll",
        "ref/netstandard1.0/System.ObjectModel.xml",
        "ref/netstandard1.0/de/System.ObjectModel.xml",
        "ref/netstandard1.0/es/System.ObjectModel.xml",
        "ref/netstandard1.0/fr/System.ObjectModel.xml",
        "ref/netstandard1.0/it/System.ObjectModel.xml",
        "ref/netstandard1.0/ja/System.ObjectModel.xml",
        "ref/netstandard1.0/ko/System.ObjectModel.xml",
        "ref/netstandard1.0/ru/System.ObjectModel.xml",
        "ref/netstandard1.0/zh-hans/System.ObjectModel.xml",
        "ref/netstandard1.0/zh-hant/System.ObjectModel.xml",
        "ref/netstandard1.3/System.ObjectModel.dll",
        "ref/netstandard1.3/System.ObjectModel.xml",
        "ref/netstandard1.3/de/System.ObjectModel.xml",
        "ref/netstandard1.3/es/System.ObjectModel.xml",
        "ref/netstandard1.3/fr/System.ObjectModel.xml",
        "ref/netstandard1.3/it/System.ObjectModel.xml",
        "ref/netstandard1.3/ja/System.ObjectModel.xml",
        "ref/netstandard1.3/ko/System.ObjectModel.xml",
        "ref/netstandard1.3/ru/System.ObjectModel.xml",
        "ref/netstandard1.3/zh-hans/System.ObjectModel.xml",
        "ref/netstandard1.3/zh-hant/System.ObjectModel.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Reflection/4.3.0": {
      "sha512": "NK90M64Xykw4K8FvrKx/IOcQ0XHNS0c/bpZjACX1WzN016ZNg4a7qns0qFGthLK7rVQYN8D/5df4ylLFM3ogVQ==",
      "type": "package",
      "path": "System.Reflection/4.3.0",
      "files": [
        "System.Reflection.4.3.0.nupkg.sha512",
        "System.Reflection.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net462/System.Reflection.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net462/System.Reflection.dll",
        "ref/netcore50/System.Reflection.dll",
        "ref/netcore50/System.Reflection.xml",
        "ref/netcore50/de/System.Reflection.xml",
        "ref/netcore50/es/System.Reflection.xml",
        "ref/netcore50/fr/System.Reflection.xml",
        "ref/netcore50/it/System.Reflection.xml",
        "ref/netcore50/ja/System.Reflection.xml",
        "ref/netcore50/ko/System.Reflection.xml",
        "ref/netcore50/ru/System.Reflection.xml",
        "ref/netcore50/zh-hans/System.Reflection.xml",
        "ref/netcore50/zh-hant/System.Reflection.xml",
        "ref/netstandard1.0/System.Reflection.dll",
        "ref/netstandard1.0/System.Reflection.xml",
        "ref/netstandard1.0/de/System.Reflection.xml",
        "ref/netstandard1.0/es/System.Reflection.xml",
        "ref/netstandard1.0/fr/System.Reflection.xml",
        "ref/netstandard1.0/it/System.Reflection.xml",
        "ref/netstandard1.0/ja/System.Reflection.xml",
        "ref/netstandard1.0/ko/System.Reflection.xml",
        "ref/netstandard1.0/ru/System.Reflection.xml",
        "ref/netstandard1.0/zh-hans/System.Reflection.xml",
        "ref/netstandard1.0/zh-hant/System.Reflection.xml",
        "ref/netstandard1.3/System.Reflection.dll",
        "ref/netstandard1.3/System.Reflection.xml",
        "ref/netstandard1.3/de/System.Reflection.xml",
        "ref/netstandard1.3/es/System.Reflection.xml",
        "ref/netstandard1.3/fr/System.Reflection.xml",
        "ref/netstandard1.3/it/System.Reflection.xml",
        "ref/netstandard1.3/ja/System.Reflection.xml",
        "ref/netstandard1.3/ko/System.Reflection.xml",
        "ref/netstandard1.3/ru/System.Reflection.xml",
        "ref/netstandard1.3/zh-hans/System.Reflection.xml",
        "ref/netstandard1.3/zh-hant/System.Reflection.xml",
        "ref/netstandard1.5/System.Reflection.dll",
        "ref/netstandard1.5/System.Reflection.xml",
        "ref/netstandard1.5/de/System.Reflection.xml",
        "ref/netstandard1.5/es/System.Reflection.xml",
        "ref/netstandard1.5/fr/System.Reflection.xml",
        "ref/netstandard1.5/it/System.Reflection.xml",
        "ref/netstandard1.5/ja/System.Reflection.xml",
        "ref/netstandard1.5/ko/System.Reflection.xml",
        "ref/netstandard1.5/ru/System.Reflection.xml",
        "ref/netstandard1.5/zh-hans/System.Reflection.xml",
        "ref/netstandard1.5/zh-hant/System.Reflection.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Reflection.DispatchProxy/4.3.0": {
      "sha512": "i5buSV6HEYwOOL7d6YulqA1400MRwqWvVOgO7UDqQ0i8BNKJXe9RpTSSjzRgFD9HPB7Y0khDfztGTfDXPOzvYQ==",
      "type": "package",
      "path": "System.Reflection.DispatchProxy/4.3.0",
      "files": [
        "System.Reflection.DispatchProxy.4.3.0.nupkg.sha512",
        "System.Reflection.DispatchProxy.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/netstandard1.3/System.Reflection.DispatchProxy.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/netstandard1.3/System.Reflection.DispatchProxy.dll",
        "ref/netstandard1.3/System.Reflection.DispatchProxy.xml",
        "ref/netstandard1.3/de/System.Reflection.DispatchProxy.xml",
        "ref/netstandard1.3/es/System.Reflection.DispatchProxy.xml",
        "ref/netstandard1.3/fr/System.Reflection.DispatchProxy.xml",
        "ref/netstandard1.3/it/System.Reflection.DispatchProxy.xml",
        "ref/netstandard1.3/ja/System.Reflection.DispatchProxy.xml",
        "ref/netstandard1.3/ko/System.Reflection.DispatchProxy.xml",
        "ref/netstandard1.3/ru/System.Reflection.DispatchProxy.xml",
        "ref/netstandard1.3/zh-hans/System.Reflection.DispatchProxy.xml",
        "ref/netstandard1.3/zh-hant/System.Reflection.DispatchProxy.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/aot/lib/netcore50/System.Reflection.DispatchProxy.dll"
      ]
    },
    "System.Reflection.Emit/4.3.0": {
      "sha512": "JNaAdO+gOMehQ2uheZwYg+ux0Qs6CmnNNj/Yupv3/vJobFHv1wY4OkTF9uVYn8GBkBbKEiSxrqOa4kjPsgo+Sg==",
      "type": "package",
      "path": "System.Reflection.Emit/4.3.0",
      "files": [
        "System.Reflection.Emit.4.3.0.nupkg.sha512",
        "System.Reflection.Emit.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/monotouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.Reflection.Emit.dll",
        "lib/netstandard1.3/System.Reflection.Emit.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/net45/_._",
        "ref/netstandard1.1/System.Reflection.Emit.dll",
        "ref/netstandard1.1/System.Reflection.Emit.xml",
        "ref/netstandard1.1/de/System.Reflection.Emit.xml",
        "ref/netstandard1.1/es/System.Reflection.Emit.xml",
        "ref/netstandard1.1/fr/System.Reflection.Emit.xml",
        "ref/netstandard1.1/it/System.Reflection.Emit.xml",
        "ref/netstandard1.1/ja/System.Reflection.Emit.xml",
        "ref/netstandard1.1/ko/System.Reflection.Emit.xml",
        "ref/netstandard1.1/ru/System.Reflection.Emit.xml",
        "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml",
        "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml",
        "ref/xamarinmac20/_._"
      ]
    },
    "System.Reflection.Emit.ILGeneration/4.3.0": {
      "sha512": "Xns1osZbHs6XuZQIDo6vgeKMciJCeNsdsIiB92lRa9ONNnGYiwM8fowYWuceU2DqCTyxBR3z3B6jnKujR7brhw==",
      "type": "package",
      "path": "System.Reflection.Emit.ILGeneration/4.3.0",
      "files": [
        "System.Reflection.Emit.ILGeneration.4.3.0.nupkg.sha512",
        "System.Reflection.Emit.ILGeneration.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.Reflection.Emit.ILGeneration.dll",
        "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll",
        "lib/portable-net45+wp8/_._",
        "lib/wp80/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll",
        "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml",
        "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml",
        "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml",
        "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml",
        "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml",
        "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml",
        "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml",
        "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml",
        "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml",
        "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml",
        "ref/portable-net45+wp8/_._",
        "ref/wp80/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/aot/lib/netcore50/_._"
      ]
    },
    "System.Reflection.Emit.Lightweight/4.3.0": {
      "sha512": "8VD3DMWmZ42uC/vgT1H4Qn6LjMUcEtGzEDEUkIMh2PT4dr+5Sb3pHEhJ+MDpAk8R+BN65NVxJ5O6RmW/qsnD+g==",
      "type": "package",
      "path": "System.Reflection.Emit.Lightweight/4.3.0",
      "files": [
        "System.Reflection.Emit.Lightweight.4.3.0.nupkg.sha512",
        "System.Reflection.Emit.Lightweight.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.Reflection.Emit.Lightweight.dll",
        "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll",
        "lib/portable-net45+wp8/_._",
        "lib/wp80/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll",
        "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml",
        "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml",
        "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml",
        "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml",
        "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml",
        "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml",
        "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml",
        "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml",
        "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml",
        "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml",
        "ref/portable-net45+wp8/_._",
        "ref/wp80/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/aot/lib/netcore50/_._"
      ]
    },
    "System.Reflection.Extensions/4.3.0": {
      "sha512": "BUJbPS5jXyKPElMPdEFdB4GCOiE0C3c7VCGiXGRefw2BKnpUFj7zbPzaSX2bgDs7I3JAWSEIT0kL8eryTcfUdg==",
      "type": "package",
      "path": "System.Reflection.Extensions/4.3.0",
      "files": [
        "System.Reflection.Extensions.4.3.0.nupkg.sha512",
        "System.Reflection.Extensions.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Reflection.Extensions.dll",
        "ref/netcore50/System.Reflection.Extensions.xml",
        "ref/netcore50/de/System.Reflection.Extensions.xml",
        "ref/netcore50/es/System.Reflection.Extensions.xml",
        "ref/netcore50/fr/System.Reflection.Extensions.xml",
        "ref/netcore50/it/System.Reflection.Extensions.xml",
        "ref/netcore50/ja/System.Reflection.Extensions.xml",
        "ref/netcore50/ko/System.Reflection.Extensions.xml",
        "ref/netcore50/ru/System.Reflection.Extensions.xml",
        "ref/netcore50/zh-hans/System.Reflection.Extensions.xml",
        "ref/netcore50/zh-hant/System.Reflection.Extensions.xml",
        "ref/netstandard1.0/System.Reflection.Extensions.dll",
        "ref/netstandard1.0/System.Reflection.Extensions.xml",
        "ref/netstandard1.0/de/System.Reflection.Extensions.xml",
        "ref/netstandard1.0/es/System.Reflection.Extensions.xml",
        "ref/netstandard1.0/fr/System.Reflection.Extensions.xml",
        "ref/netstandard1.0/it/System.Reflection.Extensions.xml",
        "ref/netstandard1.0/ja/System.Reflection.Extensions.xml",
        "ref/netstandard1.0/ko/System.Reflection.Extensions.xml",
        "ref/netstandard1.0/ru/System.Reflection.Extensions.xml",
        "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml",
        "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Reflection.Metadata/1.4.1": {
      "sha512": "XbBWhiXKQp8E4SKP5ZGDz/VV2crDTsI9jARlD5jgyTTP5SjAGIjmcYg7/RSW0dCuq1/n9hdxi6GB6LN+GYQdhg==",
      "type": "package",
      "path": "System.Reflection.Metadata/1.4.1",
      "files": [
        "System.Reflection.Metadata.1.4.1.nupkg.sha512",
        "System.Reflection.Metadata.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.1/System.Reflection.Metadata.dll",
        "lib/netstandard1.1/System.Reflection.Metadata.xml",
        "lib/portable-net45+win8/System.Reflection.Metadata.dll",
        "lib/portable-net45+win8/System.Reflection.Metadata.xml"
      ]
    },
    "System.Reflection.Primitives/4.3.0": {
      "sha512": "JekSV0UhQwVOQNSyjs+36STT3zPV42SBOzc55sr2ca0aLSO10zbdnz6KdWZVmbs/Hamaw//SZFns6VlAjuLsqw==",
      "type": "package",
      "path": "System.Reflection.Primitives/4.3.0",
      "files": [
        "System.Reflection.Primitives.4.3.0.nupkg.sha512",
        "System.Reflection.Primitives.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Reflection.Primitives.dll",
        "ref/netcore50/System.Reflection.Primitives.xml",
        "ref/netcore50/de/System.Reflection.Primitives.xml",
        "ref/netcore50/es/System.Reflection.Primitives.xml",
        "ref/netcore50/fr/System.Reflection.Primitives.xml",
        "ref/netcore50/it/System.Reflection.Primitives.xml",
        "ref/netcore50/ja/System.Reflection.Primitives.xml",
        "ref/netcore50/ko/System.Reflection.Primitives.xml",
        "ref/netcore50/ru/System.Reflection.Primitives.xml",
        "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
        "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/System.Reflection.Primitives.dll",
        "ref/netstandard1.0/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
        "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Reflection.TypeExtensions/4.3.0": {
      "sha512": "ZMWiyrzlqcimxc5GWZChNdUok1bNMvdYEorek/Fhppq8jL/57+6gT6SQcxPgwMEjeqKN2yQhe6GfqS2agyhRjA==",
      "type": "package",
      "path": "System.Reflection.TypeExtensions/4.3.0",
      "files": [
        "System.Reflection.TypeExtensions.4.3.0.nupkg.sha512",
        "System.Reflection.TypeExtensions.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Reflection.TypeExtensions.dll",
        "lib/net462/System.Reflection.TypeExtensions.dll",
        "lib/netcore50/System.Reflection.TypeExtensions.dll",
        "lib/netstandard1.5/System.Reflection.TypeExtensions.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Reflection.TypeExtensions.dll",
        "ref/net462/System.Reflection.TypeExtensions.dll",
        "ref/netstandard1.3/System.Reflection.TypeExtensions.dll",
        "ref/netstandard1.3/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.5/System.Reflection.TypeExtensions.dll",
        "ref/netstandard1.5/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml",
        "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll"
      ]
    },
    "System.Resources.Reader/4.3.0": {
      "sha512": "iZtKcf0QCv5kfeopFDIjZrhLhnSP1QURteB6nHSGxAR8Bfiw8usTksWxHttXF1y4rjG/eA9KEP7ixAH7w8wVOQ==",
      "type": "package",
      "path": "System.Resources.Reader/4.3.0",
      "files": [
        "System.Resources.Reader.4.3.0.nupkg.sha512",
        "System.Resources.Reader.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.0/System.Resources.Reader.dll"
      ]
    },
    "System.Resources.ResourceManager/4.3.0": {
      "sha512": "FoGhMLfm5xFO3L21Ca5eIw2YudTUYShWs+23Rv8vIcKxAlBvWNiB0oxMXvNAQ4KhtYZLYnlLUbqL4z8hE5JPAg==",
      "type": "package",
      "path": "System.Resources.ResourceManager/4.3.0",
      "files": [
        "System.Resources.ResourceManager.4.3.0.nupkg.sha512",
        "System.Resources.ResourceManager.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Resources.ResourceManager.dll",
        "ref/netcore50/System.Resources.ResourceManager.xml",
        "ref/netcore50/de/System.Resources.ResourceManager.xml",
        "ref/netcore50/es/System.Resources.ResourceManager.xml",
        "ref/netcore50/fr/System.Resources.ResourceManager.xml",
        "ref/netcore50/it/System.Resources.ResourceManager.xml",
        "ref/netcore50/ja/System.Resources.ResourceManager.xml",
        "ref/netcore50/ko/System.Resources.ResourceManager.xml",
        "ref/netcore50/ru/System.Resources.ResourceManager.xml",
        "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",
        "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/System.Resources.ResourceManager.dll",
        "ref/netstandard1.0/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/de/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/es/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/it/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",
        "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Runtime/4.3.0": {
      "sha512": "LDupFwhc6AQafX6zPXQ9lFCqwglone4p3vV8E3V/uWa/a7IFlLpHtdIql7gpLew+W5uBh9U5Yb/+/24L6Z/Zog==",
      "type": "package",
      "path": "System.Runtime/4.3.0",
      "files": [
        "System.Runtime.4.3.0.nupkg.sha512",
        "System.Runtime.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net462/System.Runtime.dll",
        "lib/portable-net45+win8+wp80+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net462/System.Runtime.dll",
        "ref/netcore50/System.Runtime.dll",
        "ref/netcore50/System.Runtime.xml",
        "ref/netcore50/de/System.Runtime.xml",
        "ref/netcore50/es/System.Runtime.xml",
        "ref/netcore50/fr/System.Runtime.xml",
        "ref/netcore50/it/System.Runtime.xml",
        "ref/netcore50/ja/System.Runtime.xml",
        "ref/netcore50/ko/System.Runtime.xml",
        "ref/netcore50/ru/System.Runtime.xml",
        "ref/netcore50/zh-hans/System.Runtime.xml",
        "ref/netcore50/zh-hant/System.Runtime.xml",
        "ref/netstandard1.0/System.Runtime.dll",
        "ref/netstandard1.0/System.Runtime.xml",
        "ref/netstandard1.0/de/System.Runtime.xml",
        "ref/netstandard1.0/es/System.Runtime.xml",
        "ref/netstandard1.0/fr/System.Runtime.xml",
        "ref/netstandard1.0/it/System.Runtime.xml",
        "ref/netstandard1.0/ja/System.Runtime.xml",
        "ref/netstandard1.0/ko/System.Runtime.xml",
        "ref/netstandard1.0/ru/System.Runtime.xml",
        "ref/netstandard1.0/zh-hans/System.Runtime.xml",
        "ref/netstandard1.0/zh-hant/System.Runtime.xml",
        "ref/netstandard1.2/System.Runtime.dll",
        "ref/netstandard1.2/System.Runtime.xml",
        "ref/netstandard1.2/de/System.Runtime.xml",
        "ref/netstandard1.2/es/System.Runtime.xml",
        "ref/netstandard1.2/fr/System.Runtime.xml",
        "ref/netstandard1.2/it/System.Runtime.xml",
        "ref/netstandard1.2/ja/System.Runtime.xml",
        "ref/netstandard1.2/ko/System.Runtime.xml",
        "ref/netstandard1.2/ru/System.Runtime.xml",
        "ref/netstandard1.2/zh-hans/System.Runtime.xml",
        "ref/netstandard1.2/zh-hant/System.Runtime.xml",
        "ref/netstandard1.3/System.Runtime.dll",
        "ref/netstandard1.3/System.Runtime.xml",
        "ref/netstandard1.3/de/System.Runtime.xml",
        "ref/netstandard1.3/es/System.Runtime.xml",
        "ref/netstandard1.3/fr/System.Runtime.xml",
        "ref/netstandard1.3/it/System.Runtime.xml",
        "ref/netstandard1.3/ja/System.Runtime.xml",
        "ref/netstandard1.3/ko/System.Runtime.xml",
        "ref/netstandard1.3/ru/System.Runtime.xml",
        "ref/netstandard1.3/zh-hans/System.Runtime.xml",
        "ref/netstandard1.3/zh-hant/System.Runtime.xml",
        "ref/netstandard1.5/System.Runtime.dll",
        "ref/netstandard1.5/System.Runtime.xml",
        "ref/netstandard1.5/de/System.Runtime.xml",
        "ref/netstandard1.5/es/System.Runtime.xml",
        "ref/netstandard1.5/fr/System.Runtime.xml",
        "ref/netstandard1.5/it/System.Runtime.xml",
        "ref/netstandard1.5/ja/System.Runtime.xml",
        "ref/netstandard1.5/ko/System.Runtime.xml",
        "ref/netstandard1.5/ru/System.Runtime.xml",
        "ref/netstandard1.5/zh-hans/System.Runtime.xml",
        "ref/netstandard1.5/zh-hant/System.Runtime.xml",
        "ref/portable-net45+win8+wp80+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Runtime.Extensions/4.3.0": {
      "sha512": "9exYfPwN6fwnbuwZ8NChPx7EKj8MAG63oN6TmwaGIpjqzYkotL5cLelqBarC0CP2Q+KhEgjTRxMJAICDx6Nsnw==",
      "type": "package",
      "path": "System.Runtime.Extensions/4.3.0",
      "files": [
        "System.Runtime.Extensions.4.3.0.nupkg.sha512",
        "System.Runtime.Extensions.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net462/System.Runtime.Extensions.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net462/System.Runtime.Extensions.dll",
        "ref/netcore50/System.Runtime.Extensions.dll",
        "ref/netcore50/System.Runtime.Extensions.xml",
        "ref/netcore50/de/System.Runtime.Extensions.xml",
        "ref/netcore50/es/System.Runtime.Extensions.xml",
        "ref/netcore50/fr/System.Runtime.Extensions.xml",
        "ref/netcore50/it/System.Runtime.Extensions.xml",
        "ref/netcore50/ja/System.Runtime.Extensions.xml",
        "ref/netcore50/ko/System.Runtime.Extensions.xml",
        "ref/netcore50/ru/System.Runtime.Extensions.xml",
        "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
        "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/System.Runtime.Extensions.dll",
        "ref/netstandard1.0/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/de/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/es/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/fr/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/it/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/ja/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/ko/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/ru/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml",
        "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/System.Runtime.Extensions.dll",
        "ref/netstandard1.3/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/de/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/es/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/fr/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/it/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/ja/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/ko/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/ru/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml",
        "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/System.Runtime.Extensions.dll",
        "ref/netstandard1.5/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/de/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/es/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/fr/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/it/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/ja/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/ko/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/ru/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml",
        "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Runtime.Handles/4.3.0": {
      "sha512": "M26YOTcleIrpJZ6trtWYXMDq+YLFeatNsZICws7N6dpJ4LlRyDFIRSgZtyckriqxc1WhzU7918kFRF4LqPQS2g==",
      "type": "package",
      "path": "System.Runtime.Handles/4.3.0",
      "files": [
        "System.Runtime.Handles.4.3.0.nupkg.sha512",
        "System.Runtime.Handles.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/_._",
        "ref/netstandard1.3/System.Runtime.Handles.dll",
        "ref/netstandard1.3/System.Runtime.Handles.xml",
        "ref/netstandard1.3/de/System.Runtime.Handles.xml",
        "ref/netstandard1.3/es/System.Runtime.Handles.xml",
        "ref/netstandard1.3/fr/System.Runtime.Handles.xml",
        "ref/netstandard1.3/it/System.Runtime.Handles.xml",
        "ref/netstandard1.3/ja/System.Runtime.Handles.xml",
        "ref/netstandard1.3/ko/System.Runtime.Handles.xml",
        "ref/netstandard1.3/ru/System.Runtime.Handles.xml",
        "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml",
        "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Runtime.InteropServices/4.3.0": {
      "sha512": "WBku3uHvTMpoSfEyT3ozJ/TG3bxbHaWcMx6mzr8ErRFI3D5/Y3ShT2OySDwKyv0rrR1YmKk/QD0I+Rf3qa/KZA==",
      "type": "package",
      "path": "System.Runtime.InteropServices/4.3.0",
      "files": [
        "System.Runtime.InteropServices.4.3.0.nupkg.sha512",
        "System.Runtime.InteropServices.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net462/System.Runtime.InteropServices.dll",
        "lib/net463/System.Runtime.InteropServices.dll",
        "lib/portable-net45+win8+wpa81/_._",
        "lib/win8/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net462/System.Runtime.InteropServices.dll",
        "ref/net463/System.Runtime.InteropServices.dll",
        "ref/netcore50/System.Runtime.InteropServices.dll",
        "ref/netcore50/System.Runtime.InteropServices.xml",
        "ref/netcore50/de/System.Runtime.InteropServices.xml",
        "ref/netcore50/es/System.Runtime.InteropServices.xml",
        "ref/netcore50/fr/System.Runtime.InteropServices.xml",
        "ref/netcore50/it/System.Runtime.InteropServices.xml",
        "ref/netcore50/ja/System.Runtime.InteropServices.xml",
        "ref/netcore50/ko/System.Runtime.InteropServices.xml",
        "ref/netcore50/ru/System.Runtime.InteropServices.xml",
        "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml",
        "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml",
        "ref/netcoreapp1.1/System.Runtime.InteropServices.dll",
        "ref/netstandard1.1/System.Runtime.InteropServices.dll",
        "ref/netstandard1.1/System.Runtime.InteropServices.xml",
        "ref/netstandard1.1/de/System.Runtime.InteropServices.xml",
        "ref/netstandard1.1/es/System.Runtime.InteropServices.xml",
        "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml",
        "ref/netstandard1.1/it/System.Runtime.InteropServices.xml",
        "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml",
        "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml",
        "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml",
        "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml",
        "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml",
        "ref/netstandard1.2/System.Runtime.InteropServices.dll",
        "ref/netstandard1.2/System.Runtime.InteropServices.xml",
        "ref/netstandard1.2/de/System.Runtime.InteropServices.xml",
        "ref/netstandard1.2/es/System.Runtime.InteropServices.xml",
        "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml",
        "ref/netstandard1.2/it/System.Runtime.InteropServices.xml",
        "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml",
        "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml",
        "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml",
        "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml",
        "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml",
        "ref/netstandard1.3/System.Runtime.InteropServices.dll",
        "ref/netstandard1.3/System.Runtime.InteropServices.xml",
        "ref/netstandard1.3/de/System.Runtime.InteropServices.xml",
        "ref/netstandard1.3/es/System.Runtime.InteropServices.xml",
        "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml",
        "ref/netstandard1.3/it/System.Runtime.InteropServices.xml",
        "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml",
        "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml",
        "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml",
        "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml",
        "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml",
        "ref/netstandard1.5/System.Runtime.InteropServices.dll",
        "ref/netstandard1.5/System.Runtime.InteropServices.xml",
        "ref/netstandard1.5/de/System.Runtime.InteropServices.xml",
        "ref/netstandard1.5/es/System.Runtime.InteropServices.xml",
        "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml",
        "ref/netstandard1.5/it/System.Runtime.InteropServices.xml",
        "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml",
        "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml",
        "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml",
        "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml",
        "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml",
        "ref/portable-net45+win8+wpa81/_._",
        "ref/win8/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
      "sha512": "8FfqJlCc23cBB7cwplrZcU1h4NWk18y+JVsHKKkBRETZ+88+w/XcL+aA+A7Ih1o4SiCfaqPokUeqAgfrpE+dUA==",
      "type": "package",
      "path": "System.Runtime.InteropServices.RuntimeInformation/4.3.0",
      "files": [
        "System.Runtime.InteropServices.RuntimeInformation.4.3.0.nupkg.sha512",
        "System.Runtime.InteropServices.RuntimeInformation.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",
        "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
        "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll",
        "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",
        "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
        "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",
        "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",
        "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll"
      ]
    },
    "System.Runtime.Loader/4.3.0": {
      "sha512": "WEf8M1/P23SVGrG/rjlPchPSUqjLuEdb5HHcX9jmzcXugkxOdHyUHIv+kIJjMlLxPuzBz9gRELyEZxPnqPymdQ==",
      "type": "package",
      "path": "System.Runtime.Loader/4.3.0",
      "files": [
        "System.Runtime.Loader.4.3.0.nupkg.sha512",
        "System.Runtime.Loader.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net462/_._",
        "lib/netstandard1.5/System.Runtime.Loader.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/netstandard1.5/System.Runtime.Loader.dll",
        "ref/netstandard1.5/System.Runtime.Loader.xml",
        "ref/netstandard1.5/de/System.Runtime.Loader.xml",
        "ref/netstandard1.5/es/System.Runtime.Loader.xml",
        "ref/netstandard1.5/fr/System.Runtime.Loader.xml",
        "ref/netstandard1.5/it/System.Runtime.Loader.xml",
        "ref/netstandard1.5/ja/System.Runtime.Loader.xml",
        "ref/netstandard1.5/ko/System.Runtime.Loader.xml",
        "ref/netstandard1.5/ru/System.Runtime.Loader.xml",
        "ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml",
        "ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml"
      ]
    },
    "System.Runtime.Numerics/4.3.0": {
      "sha512": "N6yfLOwQUSddeGPShdG5mI7D63RglkQQ5545E2kg5wtoXWO1DtDxfxlPwlOuxWNwnp9OhxIDJsFhHXSmsGHTOg==",
      "type": "package",
      "path": "System.Runtime.Numerics/4.3.0",
      "files": [
        "System.Runtime.Numerics.4.3.0.nupkg.sha512",
        "System.Runtime.Numerics.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.Runtime.Numerics.dll",
        "lib/netstandard1.3/System.Runtime.Numerics.dll",
        "lib/portable-net45+win8+wpa81/_._",
        "lib/win8/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Runtime.Numerics.dll",
        "ref/netcore50/System.Runtime.Numerics.xml",
        "ref/netcore50/de/System.Runtime.Numerics.xml",
        "ref/netcore50/es/System.Runtime.Numerics.xml",
        "ref/netcore50/fr/System.Runtime.Numerics.xml",
        "ref/netcore50/it/System.Runtime.Numerics.xml",
        "ref/netcore50/ja/System.Runtime.Numerics.xml",
        "ref/netcore50/ko/System.Runtime.Numerics.xml",
        "ref/netcore50/ru/System.Runtime.Numerics.xml",
        "ref/netcore50/zh-hans/System.Runtime.Numerics.xml",
        "ref/netcore50/zh-hant/System.Runtime.Numerics.xml",
        "ref/netstandard1.1/System.Runtime.Numerics.dll",
        "ref/netstandard1.1/System.Runtime.Numerics.xml",
        "ref/netstandard1.1/de/System.Runtime.Numerics.xml",
        "ref/netstandard1.1/es/System.Runtime.Numerics.xml",
        "ref/netstandard1.1/fr/System.Runtime.Numerics.xml",
        "ref/netstandard1.1/it/System.Runtime.Numerics.xml",
        "ref/netstandard1.1/ja/System.Runtime.Numerics.xml",
        "ref/netstandard1.1/ko/System.Runtime.Numerics.xml",
        "ref/netstandard1.1/ru/System.Runtime.Numerics.xml",
        "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml",
        "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml",
        "ref/portable-net45+win8+wpa81/_._",
        "ref/win8/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Runtime.Serialization.Primitives/4.3.0": {
      "sha512": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
      "type": "package",
      "path": "System.Runtime.Serialization.Primitives/4.3.0",
      "files": [
        "System.Runtime.Serialization.Primitives.4.3.0.nupkg.sha512",
        "System.Runtime.Serialization.Primitives.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net46/System.Runtime.Serialization.Primitives.dll",
        "lib/netcore50/System.Runtime.Serialization.Primitives.dll",
        "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net46/System.Runtime.Serialization.Primitives.dll",
        "ref/netcore50/System.Runtime.Serialization.Primitives.dll",
        "ref/netcore50/System.Runtime.Serialization.Primitives.xml",
        "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml",
        "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml",
        "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml",
        "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml",
        "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml",
        "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml",
        "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml",
        "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml",
        "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll",
        "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll",
        "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml",
        "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll"
      ]
    },
    "System.Security.Claims/4.3.0": {
      "sha512": "mNjJ8BTmGLrIYjXOPtxF7GnRQXvMp3e3zko3knEJEec8zF4DNANCDePBZkgjI+5V+83RG5xeHbUlpQhAf6iwQQ==",
      "type": "package",
      "path": "System.Security.Claims/4.3.0",
      "files": [
        "System.Security.Claims.4.3.0.nupkg.sha512",
        "System.Security.Claims.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Security.Claims.dll",
        "lib/netstandard1.3/System.Security.Claims.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Security.Claims.dll",
        "ref/netstandard1.3/System.Security.Claims.dll",
        "ref/netstandard1.3/System.Security.Claims.xml",
        "ref/netstandard1.3/de/System.Security.Claims.xml",
        "ref/netstandard1.3/es/System.Security.Claims.xml",
        "ref/netstandard1.3/fr/System.Security.Claims.xml",
        "ref/netstandard1.3/it/System.Security.Claims.xml",
        "ref/netstandard1.3/ja/System.Security.Claims.xml",
        "ref/netstandard1.3/ko/System.Security.Claims.xml",
        "ref/netstandard1.3/ru/System.Security.Claims.xml",
        "ref/netstandard1.3/zh-hans/System.Security.Claims.xml",
        "ref/netstandard1.3/zh-hant/System.Security.Claims.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Security.Cryptography.Algorithms/4.3.0": {
      "sha512": "o7OiMJh22ROz35SpU5RvjoHrT428nykTIEjapbbcs3jwanUZ6gpI2e7x0rC/sX5uh+LS4ni/WWgUsV/GAUs6MQ==",
      "type": "package",
      "path": "System.Security.Cryptography.Algorithms/4.3.0",
      "files": [
        "System.Security.Cryptography.Algorithms.4.3.0.nupkg.sha512",
        "System.Security.Cryptography.Algorithms.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Security.Cryptography.Algorithms.dll",
        "lib/net461/System.Security.Cryptography.Algorithms.dll",
        "lib/net463/System.Security.Cryptography.Algorithms.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Security.Cryptography.Algorithms.dll",
        "ref/net461/System.Security.Cryptography.Algorithms.dll",
        "ref/net463/System.Security.Cryptography.Algorithms.dll",
        "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll",
        "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll",
        "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
        "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
        "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll",
        "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll",
        "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll",
        "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll",
        "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll"
      ]
    },
    "System.Security.Cryptography.Cng/4.3.0": {
      "sha512": "3iENsOaHh6xBUjTdverMtH33Kbb6ORFg0sJa9S6kSnLEHAURVswpisuxqHSbCQegoaRW+cA8JHTbpJCthqx+qg==",
      "type": "package",
      "path": "System.Security.Cryptography.Cng/4.3.0",
      "files": [
        "System.Security.Cryptography.Cng.4.3.0.nupkg.sha512",
        "System.Security.Cryptography.Cng.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/net46/System.Security.Cryptography.Cng.dll",
        "lib/net461/System.Security.Cryptography.Cng.dll",
        "lib/net463/System.Security.Cryptography.Cng.dll",
        "ref/net46/System.Security.Cryptography.Cng.dll",
        "ref/net461/System.Security.Cryptography.Cng.dll",
        "ref/net463/System.Security.Cryptography.Cng.dll",
        "ref/netstandard1.3/System.Security.Cryptography.Cng.dll",
        "ref/netstandard1.4/System.Security.Cryptography.Cng.dll",
        "ref/netstandard1.6/System.Security.Cryptography.Cng.dll",
        "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
        "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll",
        "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll",
        "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll",
        "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
        "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll"
      ]
    },
    "System.Security.Cryptography.Csp/4.3.0": {
      "sha512": "1kvpyS4Pblm5VpKJo+ljaHKwrK9XG8h9aO4wxh4m3teqQVEN+xFk6nEA/nLIVi1mMr0iyfDgn27v5n2EgjkfmA==",
      "type": "package",
      "path": "System.Security.Cryptography.Csp/4.3.0",
      "files": [
        "System.Security.Cryptography.Csp.4.3.0.nupkg.sha512",
        "System.Security.Cryptography.Csp.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Security.Cryptography.Csp.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Security.Cryptography.Csp.dll",
        "ref/netstandard1.3/System.Security.Cryptography.Csp.dll",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll",
        "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll",
        "runtimes/win/lib/netcore50/_._",
        "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll"
      ]
    },
    "System.Security.Cryptography.Encoding/4.3.0": {
      "sha512": "rVaWLXEwvmrCFKWcfHeDn056lQ8hA5Dgf+2R7C+yhs83LaADFSw0FvOjyzM5PUpFtBVgbaNxhDNEYFja4U9YqQ==",
      "type": "package",
      "path": "System.Security.Cryptography.Encoding/4.3.0",
      "files": [
        "System.Security.Cryptography.Encoding.4.3.0.nupkg.sha512",
        "System.Security.Cryptography.Encoding.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Security.Cryptography.Encoding.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Security.Cryptography.Encoding.dll",
        "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll",
        "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml",
        "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml",
        "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml",
        "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml",
        "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml",
        "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml",
        "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml",
        "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml",
        "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml",
        "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll",
        "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll",
        "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll"
      ]
    },
    "System.Security.Cryptography.OpenSsl/4.3.0": {
      "sha512": "+HJ9Env7kQ/Ht+/7en890GSkB7omXwekMVG8qO2IVaOZeS4YjRHGe36iqB28beG6YDq9U4V0eQR2Rc0o7+3bRA==",
      "type": "package",
      "path": "System.Security.Cryptography.OpenSsl/4.3.0",
      "files": [
        "System.Security.Cryptography.OpenSsl.4.3.0.nupkg.sha512",
        "System.Security.Cryptography.OpenSsl.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
        "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
        "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll"
      ]
    },
    "System.Security.Cryptography.Primitives/4.3.0": {
      "sha512": "P3tsh2AfMChaOX2tvqNtUD1hqOuncMvhGl5CJY5QgN3F7DMNBYD5nryoxSxHCNhZWcEOyljII03iEWkohC5liw==",
      "type": "package",
      "path": "System.Security.Cryptography.Primitives/4.3.0",
      "files": [
        "System.Security.Cryptography.Primitives.4.3.0.nupkg.sha512",
        "System.Security.Cryptography.Primitives.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Security.Cryptography.Primitives.dll",
        "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Security.Cryptography.Primitives.dll",
        "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Security.Cryptography.X509Certificates/4.3.0": {
      "sha512": "ydolC5U2tD5+fIO68jHRfXu2F/CIGMnhGxJuW6oq+dtgCrX/nGIMR6AMHlUrIwav7SJcN29ETDVYVOzZfLd+1A==",
      "type": "package",
      "path": "System.Security.Cryptography.X509Certificates/4.3.0",
      "files": [
        "System.Security.Cryptography.X509Certificates.4.3.0.nupkg.sha512",
        "System.Security.Cryptography.X509Certificates.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Security.Cryptography.X509Certificates.dll",
        "lib/net461/System.Security.Cryptography.X509Certificates.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Security.Cryptography.X509Certificates.dll",
        "ref/net461/System.Security.Cryptography.X509Certificates.dll",
        "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll",
        "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll",
        "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml",
        "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll",
        "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll",
        "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll",
        "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll",
        "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll"
      ]
    },
    "System.Security.Principal/4.3.0": {
      "sha512": "stsHkk9RrqEXlZ1Xmj0WJpQePmOy7CnKws0rHwRPxbSB1tfMoXn6nDUQ+puWwBIEnnmgm/FQL07gQIoj99OIBQ==",
      "type": "package",
      "path": "System.Security.Principal/4.3.0",
      "files": [
        "System.Security.Principal.4.3.0.nupkg.sha512",
        "System.Security.Principal.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.Security.Principal.dll",
        "lib/netstandard1.0/System.Security.Principal.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Security.Principal.dll",
        "ref/netcore50/System.Security.Principal.xml",
        "ref/netcore50/de/System.Security.Principal.xml",
        "ref/netcore50/es/System.Security.Principal.xml",
        "ref/netcore50/fr/System.Security.Principal.xml",
        "ref/netcore50/it/System.Security.Principal.xml",
        "ref/netcore50/ja/System.Security.Principal.xml",
        "ref/netcore50/ko/System.Security.Principal.xml",
        "ref/netcore50/ru/System.Security.Principal.xml",
        "ref/netcore50/zh-hans/System.Security.Principal.xml",
        "ref/netcore50/zh-hant/System.Security.Principal.xml",
        "ref/netstandard1.0/System.Security.Principal.dll",
        "ref/netstandard1.0/System.Security.Principal.xml",
        "ref/netstandard1.0/de/System.Security.Principal.xml",
        "ref/netstandard1.0/es/System.Security.Principal.xml",
        "ref/netstandard1.0/fr/System.Security.Principal.xml",
        "ref/netstandard1.0/it/System.Security.Principal.xml",
        "ref/netstandard1.0/ja/System.Security.Principal.xml",
        "ref/netstandard1.0/ko/System.Security.Principal.xml",
        "ref/netstandard1.0/ru/System.Security.Principal.xml",
        "ref/netstandard1.0/zh-hans/System.Security.Principal.xml",
        "ref/netstandard1.0/zh-hant/System.Security.Principal.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Security.Principal.Windows/4.3.0": {
      "sha512": "/HtxsFLCBwZpQvtpRrQ5U3xSjcEDbXP6COFzQKBViPvsts0ds+ilqvsURJlO0AfrK9/8YN5SrMo713lv6QPR6w==",
      "type": "package",
      "path": "System.Security.Principal.Windows/4.3.0",
      "files": [
        "System.Security.Principal.Windows.4.3.0.nupkg.sha512",
        "System.Security.Principal.Windows.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/net46/System.Security.Principal.Windows.dll",
        "ref/net46/System.Security.Principal.Windows.dll",
        "ref/netstandard1.3/System.Security.Principal.Windows.dll",
        "ref/netstandard1.3/System.Security.Principal.Windows.xml",
        "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
        "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
        "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
        "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
        "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
        "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
        "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
        "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
        "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
        "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll",
        "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
        "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll"
      ]
    },
    "System.Text.Encoding/4.3.0": {
      "sha512": "l4/cIqyOzNfSnRzXtZFR432mppLRf3bH663ONJGU2zXsK3a5oU13/C+DBVRaHeelOh2qDmTdizgpBPEkzrl9Bw==",
      "type": "package",
      "path": "System.Text.Encoding/4.3.0",
      "files": [
        "System.Text.Encoding.4.3.0.nupkg.sha512",
        "System.Text.Encoding.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Text.Encoding.dll",
        "ref/netcore50/System.Text.Encoding.xml",
        "ref/netcore50/de/System.Text.Encoding.xml",
        "ref/netcore50/es/System.Text.Encoding.xml",
        "ref/netcore50/fr/System.Text.Encoding.xml",
        "ref/netcore50/it/System.Text.Encoding.xml",
        "ref/netcore50/ja/System.Text.Encoding.xml",
        "ref/netcore50/ko/System.Text.Encoding.xml",
        "ref/netcore50/ru/System.Text.Encoding.xml",
        "ref/netcore50/zh-hans/System.Text.Encoding.xml",
        "ref/netcore50/zh-hant/System.Text.Encoding.xml",
        "ref/netstandard1.0/System.Text.Encoding.dll",
        "ref/netstandard1.0/System.Text.Encoding.xml",
        "ref/netstandard1.0/de/System.Text.Encoding.xml",
        "ref/netstandard1.0/es/System.Text.Encoding.xml",
        "ref/netstandard1.0/fr/System.Text.Encoding.xml",
        "ref/netstandard1.0/it/System.Text.Encoding.xml",
        "ref/netstandard1.0/ja/System.Text.Encoding.xml",
        "ref/netstandard1.0/ko/System.Text.Encoding.xml",
        "ref/netstandard1.0/ru/System.Text.Encoding.xml",
        "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
        "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
        "ref/netstandard1.3/System.Text.Encoding.dll",
        "ref/netstandard1.3/System.Text.Encoding.xml",
        "ref/netstandard1.3/de/System.Text.Encoding.xml",
        "ref/netstandard1.3/es/System.Text.Encoding.xml",
        "ref/netstandard1.3/fr/System.Text.Encoding.xml",
        "ref/netstandard1.3/it/System.Text.Encoding.xml",
        "ref/netstandard1.3/ja/System.Text.Encoding.xml",
        "ref/netstandard1.3/ko/System.Text.Encoding.xml",
        "ref/netstandard1.3/ru/System.Text.Encoding.xml",
        "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
        "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Text.Encoding.CodePages/4.0.1": {
      "sha512": "s8qmi/RXcM0HVSagtxpB+KAzhr/90j0jRJ8J++Ah6LxPKB+v118nA8zswDNniniGLJRiw9ncj8GCKYca+v/RAg==",
      "type": "package",
      "path": "System.Text.Encoding.CodePages/4.0.1",
      "files": [
        "System.Text.Encoding.CodePages.4.0.1.nupkg.sha512",
        "System.Text.Encoding.CodePages.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Text.Encoding.CodePages.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/netstandard1.3/System.Text.Encoding.CodePages.dll",
        "ref/netstandard1.3/System.Text.Encoding.CodePages.xml",
        "ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml",
        "ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml",
        "ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml",
        "ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml",
        "ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml",
        "ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml",
        "ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml",
        "ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml",
        "ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
        "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll"
      ]
    },
    "System.Text.Encoding.Extensions/4.3.0": {
      "sha512": "EShSr3wtuENQVoBkhs89VL5i1QAQsH7/UuDu6rYwz3o/D2AMlJNJF0Wtx5RLhGgIhXr/pYSdm5rrWdQXamVC8Q==",
      "type": "package",
      "path": "System.Text.Encoding.Extensions/4.3.0",
      "files": [
        "System.Text.Encoding.Extensions.4.3.0.nupkg.sha512",
        "System.Text.Encoding.Extensions.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Text.Encoding.Extensions.dll",
        "ref/netcore50/System.Text.Encoding.Extensions.xml",
        "ref/netcore50/de/System.Text.Encoding.Extensions.xml",
        "ref/netcore50/es/System.Text.Encoding.Extensions.xml",
        "ref/netcore50/fr/System.Text.Encoding.Extensions.xml",
        "ref/netcore50/it/System.Text.Encoding.Extensions.xml",
        "ref/netcore50/ja/System.Text.Encoding.Extensions.xml",
        "ref/netcore50/ko/System.Text.Encoding.Extensions.xml",
        "ref/netcore50/ru/System.Text.Encoding.Extensions.xml",
        "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml",
        "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.0/System.Text.Encoding.Extensions.dll",
        "ref/netstandard1.0/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.3/System.Text.Encoding.Extensions.dll",
        "ref/netstandard1.3/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml",
        "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Text.RegularExpressions/4.3.0": {
      "sha512": "qSG8hOyaGMYHhYYGnETtmYJVG8W9EZ6farJo4A7gntpcfblrVRFXHQgYATk8h4grl0mvEbwnTSJ7KHHXtUXiug==",
      "type": "package",
      "path": "System.Text.RegularExpressions/4.3.0",
      "files": [
        "System.Text.RegularExpressions.4.3.0.nupkg.sha512",
        "System.Text.RegularExpressions.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net463/System.Text.RegularExpressions.dll",
        "lib/netcore50/System.Text.RegularExpressions.dll",
        "lib/netstandard1.6/System.Text.RegularExpressions.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net463/System.Text.RegularExpressions.dll",
        "ref/netcore50/System.Text.RegularExpressions.dll",
        "ref/netcore50/System.Text.RegularExpressions.xml",
        "ref/netcore50/de/System.Text.RegularExpressions.xml",
        "ref/netcore50/es/System.Text.RegularExpressions.xml",
        "ref/netcore50/fr/System.Text.RegularExpressions.xml",
        "ref/netcore50/it/System.Text.RegularExpressions.xml",
        "ref/netcore50/ja/System.Text.RegularExpressions.xml",
        "ref/netcore50/ko/System.Text.RegularExpressions.xml",
        "ref/netcore50/ru/System.Text.RegularExpressions.xml",
        "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml",
        "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml",
        "ref/netcoreapp1.1/System.Text.RegularExpressions.dll",
        "ref/netstandard1.0/System.Text.RegularExpressions.dll",
        "ref/netstandard1.0/System.Text.RegularExpressions.xml",
        "ref/netstandard1.0/de/System.Text.RegularExpressions.xml",
        "ref/netstandard1.0/es/System.Text.RegularExpressions.xml",
        "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml",
        "ref/netstandard1.0/it/System.Text.RegularExpressions.xml",
        "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml",
        "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml",
        "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml",
        "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml",
        "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml",
        "ref/netstandard1.3/System.Text.RegularExpressions.dll",
        "ref/netstandard1.3/System.Text.RegularExpressions.xml",
        "ref/netstandard1.3/de/System.Text.RegularExpressions.xml",
        "ref/netstandard1.3/es/System.Text.RegularExpressions.xml",
        "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml",
        "ref/netstandard1.3/it/System.Text.RegularExpressions.xml",
        "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml",
        "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml",
        "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml",
        "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml",
        "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml",
        "ref/netstandard1.6/System.Text.RegularExpressions.dll",
        "ref/netstandard1.6/System.Text.RegularExpressions.xml",
        "ref/netstandard1.6/de/System.Text.RegularExpressions.xml",
        "ref/netstandard1.6/es/System.Text.RegularExpressions.xml",
        "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml",
        "ref/netstandard1.6/it/System.Text.RegularExpressions.xml",
        "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml",
        "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml",
        "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml",
        "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml",
        "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Threading/4.3.0": {
      "sha512": "7i008UDlYEgcXAQyiaeAawLSJo8qV5N4qMCs/MeLdhjwPy41lQnGQ5k5pnPKwp+d7csTF1jhjXaJYF5FRBFcbA==",
      "type": "package",
      "path": "System.Threading/4.3.0",
      "files": [
        "System.Threading.4.3.0.nupkg.sha512",
        "System.Threading.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.Threading.dll",
        "lib/netstandard1.3/System.Threading.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Threading.dll",
        "ref/netcore50/System.Threading.xml",
        "ref/netcore50/de/System.Threading.xml",
        "ref/netcore50/es/System.Threading.xml",
        "ref/netcore50/fr/System.Threading.xml",
        "ref/netcore50/it/System.Threading.xml",
        "ref/netcore50/ja/System.Threading.xml",
        "ref/netcore50/ko/System.Threading.xml",
        "ref/netcore50/ru/System.Threading.xml",
        "ref/netcore50/zh-hans/System.Threading.xml",
        "ref/netcore50/zh-hant/System.Threading.xml",
        "ref/netstandard1.0/System.Threading.dll",
        "ref/netstandard1.0/System.Threading.xml",
        "ref/netstandard1.0/de/System.Threading.xml",
        "ref/netstandard1.0/es/System.Threading.xml",
        "ref/netstandard1.0/fr/System.Threading.xml",
        "ref/netstandard1.0/it/System.Threading.xml",
        "ref/netstandard1.0/ja/System.Threading.xml",
        "ref/netstandard1.0/ko/System.Threading.xml",
        "ref/netstandard1.0/ru/System.Threading.xml",
        "ref/netstandard1.0/zh-hans/System.Threading.xml",
        "ref/netstandard1.0/zh-hant/System.Threading.xml",
        "ref/netstandard1.3/System.Threading.dll",
        "ref/netstandard1.3/System.Threading.xml",
        "ref/netstandard1.3/de/System.Threading.xml",
        "ref/netstandard1.3/es/System.Threading.xml",
        "ref/netstandard1.3/fr/System.Threading.xml",
        "ref/netstandard1.3/it/System.Threading.xml",
        "ref/netstandard1.3/ja/System.Threading.xml",
        "ref/netstandard1.3/ko/System.Threading.xml",
        "ref/netstandard1.3/ru/System.Threading.xml",
        "ref/netstandard1.3/zh-hans/System.Threading.xml",
        "ref/netstandard1.3/zh-hant/System.Threading.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "runtimes/aot/lib/netcore50/System.Threading.dll"
      ]
    },
    "System.Threading.Overlapped/4.3.0": {
      "sha512": "Dij4TJVWtFkXPr2PoG0FBuxY9YCEdKKH0RAeNAlrp+bJZJTueCH9Z5O7Lwl62Jnv82SOnfNo/oZ2kcYmvOkrOA==",
      "type": "package",
      "path": "System.Threading.Overlapped/4.3.0",
      "files": [
        "System.Threading.Overlapped.4.3.0.nupkg.sha512",
        "System.Threading.Overlapped.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/net46/System.Threading.Overlapped.dll",
        "ref/net46/System.Threading.Overlapped.dll",
        "ref/netstandard1.3/System.Threading.Overlapped.dll",
        "ref/netstandard1.3/System.Threading.Overlapped.xml",
        "ref/netstandard1.3/de/System.Threading.Overlapped.xml",
        "ref/netstandard1.3/es/System.Threading.Overlapped.xml",
        "ref/netstandard1.3/fr/System.Threading.Overlapped.xml",
        "ref/netstandard1.3/it/System.Threading.Overlapped.xml",
        "ref/netstandard1.3/ja/System.Threading.Overlapped.xml",
        "ref/netstandard1.3/ko/System.Threading.Overlapped.xml",
        "ref/netstandard1.3/ru/System.Threading.Overlapped.xml",
        "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml",
        "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml",
        "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll",
        "runtimes/win/lib/net46/System.Threading.Overlapped.dll",
        "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll",
        "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll"
      ]
    },
    "System.Threading.Tasks/4.3.0": {
      "sha512": "Qmow90uLeL86M63tf4s4GeoSWztzJh40EQKcsppuXpPiba61+JooF8s95Q38bRioyOeN1gwe8QDpU7B+/2Uy2A==",
      "type": "package",
      "path": "System.Threading.Tasks/4.3.0",
      "files": [
        "System.Threading.Tasks.4.3.0.nupkg.sha512",
        "System.Threading.Tasks.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Threading.Tasks.dll",
        "ref/netcore50/System.Threading.Tasks.xml",
        "ref/netcore50/de/System.Threading.Tasks.xml",
        "ref/netcore50/es/System.Threading.Tasks.xml",
        "ref/netcore50/fr/System.Threading.Tasks.xml",
        "ref/netcore50/it/System.Threading.Tasks.xml",
        "ref/netcore50/ja/System.Threading.Tasks.xml",
        "ref/netcore50/ko/System.Threading.Tasks.xml",
        "ref/netcore50/ru/System.Threading.Tasks.xml",
        "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
        "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
        "ref/netstandard1.0/System.Threading.Tasks.dll",
        "ref/netstandard1.0/System.Threading.Tasks.xml",
        "ref/netstandard1.0/de/System.Threading.Tasks.xml",
        "ref/netstandard1.0/es/System.Threading.Tasks.xml",
        "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
        "ref/netstandard1.0/it/System.Threading.Tasks.xml",
        "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
        "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
        "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
        "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
        "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
        "ref/netstandard1.3/System.Threading.Tasks.dll",
        "ref/netstandard1.3/System.Threading.Tasks.xml",
        "ref/netstandard1.3/de/System.Threading.Tasks.xml",
        "ref/netstandard1.3/es/System.Threading.Tasks.xml",
        "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
        "ref/netstandard1.3/it/System.Threading.Tasks.xml",
        "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
        "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
        "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
        "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
        "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Threading.Tasks.Dataflow/4.7.0": {
      "sha512": "LW6QJKF0PZ3GLxU+Tixxzm3hWd3lh90cB5wZUDkBA0f0BnVHkteX15HsIMha9XvJacMWBSb5Vi534JPrtthB3Q==",
      "type": "package",
      "path": "System.Threading.Tasks.Dataflow/4.7.0",
      "files": [
        "System.Threading.Tasks.Dataflow.4.7.0.nupkg.sha512",
        "System.Threading.Tasks.Dataflow.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.0/System.Threading.Tasks.Dataflow.XML",
        "lib/netstandard1.0/System.Threading.Tasks.Dataflow.dll",
        "lib/netstandard1.1/System.Threading.Tasks.Dataflow.XML",
        "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll",
        "lib/portable-net45+win8+wpa81/System.Threading.Tasks.Dataflow.XML",
        "lib/portable-net45+win8+wpa81/System.Threading.Tasks.Dataflow.dll"
      ]
    },
    "System.Threading.Tasks.Extensions/4.3.0": {
      "sha512": "sEwiaJAhGMBkQbIoezhvAjB0uvxEfZO+7+eMpBF0+Oic4G1xdReJ84U2e6WNXR0/jrQ/GSVaHUunTZFVhIIblg==",
      "type": "package",
      "path": "System.Threading.Tasks.Extensions/4.3.0",
      "files": [
        "System.Threading.Tasks.Extensions.4.3.0.nupkg.sha512",
        "System.Threading.Tasks.Extensions.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
        "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
        "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml"
      ]
    },
    "System.Threading.Tasks.Parallel/4.3.0": {
      "sha512": "wrrHhEwwH4SzBxqKkzVUBwE73CrEj1S3UYIQ6Os8Do+FkvUjdSW1h9TtdYC7HusqpWQYUqNgjDRMkQVhgixZ3Q==",
      "type": "package",
      "path": "System.Threading.Tasks.Parallel/4.3.0",
      "files": [
        "System.Threading.Tasks.Parallel.4.3.0.nupkg.sha512",
        "System.Threading.Tasks.Parallel.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.Threading.Tasks.Parallel.dll",
        "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll",
        "lib/portable-net45+win8+wpa81/_._",
        "lib/win8/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Threading.Tasks.Parallel.dll",
        "ref/netcore50/System.Threading.Tasks.Parallel.xml",
        "ref/netcore50/de/System.Threading.Tasks.Parallel.xml",
        "ref/netcore50/es/System.Threading.Tasks.Parallel.xml",
        "ref/netcore50/fr/System.Threading.Tasks.Parallel.xml",
        "ref/netcore50/it/System.Threading.Tasks.Parallel.xml",
        "ref/netcore50/ja/System.Threading.Tasks.Parallel.xml",
        "ref/netcore50/ko/System.Threading.Tasks.Parallel.xml",
        "ref/netcore50/ru/System.Threading.Tasks.Parallel.xml",
        "ref/netcore50/zh-hans/System.Threading.Tasks.Parallel.xml",
        "ref/netcore50/zh-hant/System.Threading.Tasks.Parallel.xml",
        "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll",
        "ref/netstandard1.1/System.Threading.Tasks.Parallel.xml",
        "ref/netstandard1.1/de/System.Threading.Tasks.Parallel.xml",
        "ref/netstandard1.1/es/System.Threading.Tasks.Parallel.xml",
        "ref/netstandard1.1/fr/System.Threading.Tasks.Parallel.xml",
        "ref/netstandard1.1/it/System.Threading.Tasks.Parallel.xml",
        "ref/netstandard1.1/ja/System.Threading.Tasks.Parallel.xml",
        "ref/netstandard1.1/ko/System.Threading.Tasks.Parallel.xml",
        "ref/netstandard1.1/ru/System.Threading.Tasks.Parallel.xml",
        "ref/netstandard1.1/zh-hans/System.Threading.Tasks.Parallel.xml",
        "ref/netstandard1.1/zh-hant/System.Threading.Tasks.Parallel.xml",
        "ref/portable-net45+win8+wpa81/_._",
        "ref/win8/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Threading.Thread/4.3.0": {
      "sha512": "aVCr9dcWQIhCQOiwSR/AnuUNBXhhpiRNnJ4Eu93CxYFnHvjSLBRhuRJYGRsbJ0WEPKU2ZZA9YSYTa/YapsdCsQ==",
      "type": "package",
      "path": "System.Threading.Thread/4.3.0",
      "files": [
        "System.Threading.Thread.4.3.0.nupkg.sha512",
        "System.Threading.Thread.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Threading.Thread.dll",
        "lib/netcore50/_._",
        "lib/netstandard1.3/System.Threading.Thread.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Threading.Thread.dll",
        "ref/netstandard1.3/System.Threading.Thread.dll",
        "ref/netstandard1.3/System.Threading.Thread.xml",
        "ref/netstandard1.3/de/System.Threading.Thread.xml",
        "ref/netstandard1.3/es/System.Threading.Thread.xml",
        "ref/netstandard1.3/fr/System.Threading.Thread.xml",
        "ref/netstandard1.3/it/System.Threading.Thread.xml",
        "ref/netstandard1.3/ja/System.Threading.Thread.xml",
        "ref/netstandard1.3/ko/System.Threading.Thread.xml",
        "ref/netstandard1.3/ru/System.Threading.Thread.xml",
        "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml",
        "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Threading.ThreadPool/4.3.0": {
      "sha512": "v6XJFWUOTJeREcfRJzVmrYDT6QuzfbP7tII94pbAwJIrBbqm81WhtMsx/IBDwL3ETwsqJnIdLnnNAzaq+R26NQ==",
      "type": "package",
      "path": "System.Threading.ThreadPool/4.3.0",
      "files": [
        "System.Threading.ThreadPool.4.3.0.nupkg.sha512",
        "System.Threading.ThreadPool.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Threading.ThreadPool.dll",
        "lib/netcore50/_._",
        "lib/netstandard1.3/System.Threading.ThreadPool.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Threading.ThreadPool.dll",
        "ref/netstandard1.3/System.Threading.ThreadPool.dll",
        "ref/netstandard1.3/System.Threading.ThreadPool.xml",
        "ref/netstandard1.3/de/System.Threading.ThreadPool.xml",
        "ref/netstandard1.3/es/System.Threading.ThreadPool.xml",
        "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml",
        "ref/netstandard1.3/it/System.Threading.ThreadPool.xml",
        "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml",
        "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml",
        "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml",
        "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml",
        "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Threading.Timer/4.3.0": {
      "sha512": "q9YA0kPLdjTtWv+zHXRxLX4VneEBzOwKMo3XQuPeUThkEkBUW1AsNZcYaav5qWZUPLzkjdSLKTguJbVfyGmllA==",
      "type": "package",
      "path": "System.Threading.Timer/4.3.0",
      "files": [
        "System.Threading.Timer.4.3.0.nupkg.sha512",
        "System.Threading.Timer.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net451/_._",
        "lib/portable-net451+win81+wpa81/_._",
        "lib/win81/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net451/_._",
        "ref/netcore50/System.Threading.Timer.dll",
        "ref/netcore50/System.Threading.Timer.xml",
        "ref/netcore50/de/System.Threading.Timer.xml",
        "ref/netcore50/es/System.Threading.Timer.xml",
        "ref/netcore50/fr/System.Threading.Timer.xml",
        "ref/netcore50/it/System.Threading.Timer.xml",
        "ref/netcore50/ja/System.Threading.Timer.xml",
        "ref/netcore50/ko/System.Threading.Timer.xml",
        "ref/netcore50/ru/System.Threading.Timer.xml",
        "ref/netcore50/zh-hans/System.Threading.Timer.xml",
        "ref/netcore50/zh-hant/System.Threading.Timer.xml",
        "ref/netstandard1.2/System.Threading.Timer.dll",
        "ref/netstandard1.2/System.Threading.Timer.xml",
        "ref/netstandard1.2/de/System.Threading.Timer.xml",
        "ref/netstandard1.2/es/System.Threading.Timer.xml",
        "ref/netstandard1.2/fr/System.Threading.Timer.xml",
        "ref/netstandard1.2/it/System.Threading.Timer.xml",
        "ref/netstandard1.2/ja/System.Threading.Timer.xml",
        "ref/netstandard1.2/ko/System.Threading.Timer.xml",
        "ref/netstandard1.2/ru/System.Threading.Timer.xml",
        "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml",
        "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml",
        "ref/portable-net451+win81+wpa81/_._",
        "ref/win81/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Xml.ReaderWriter/4.3.0": {
      "sha512": "wtekMxexQNsf/XmfPqN826DKeEKa+vjOfrdNlPVrHAXtiUcnjVhr8Rsd+ax0Vlt28+XdBtp9MV8M6OBmeMISMA==",
      "type": "package",
      "path": "System.Xml.ReaderWriter/4.3.0",
      "files": [
        "System.Xml.ReaderWriter.4.3.0.nupkg.sha512",
        "System.Xml.ReaderWriter.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/net46/System.Xml.ReaderWriter.dll",
        "lib/netcore50/System.Xml.ReaderWriter.dll",
        "lib/netstandard1.3/System.Xml.ReaderWriter.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/net46/System.Xml.ReaderWriter.dll",
        "ref/netcore50/System.Xml.ReaderWriter.dll",
        "ref/netcore50/System.Xml.ReaderWriter.xml",
        "ref/netcore50/de/System.Xml.ReaderWriter.xml",
        "ref/netcore50/es/System.Xml.ReaderWriter.xml",
        "ref/netcore50/fr/System.Xml.ReaderWriter.xml",
        "ref/netcore50/it/System.Xml.ReaderWriter.xml",
        "ref/netcore50/ja/System.Xml.ReaderWriter.xml",
        "ref/netcore50/ko/System.Xml.ReaderWriter.xml",
        "ref/netcore50/ru/System.Xml.ReaderWriter.xml",
        "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml",
        "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.0/System.Xml.ReaderWriter.dll",
        "ref/netstandard1.0/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.3/System.Xml.ReaderWriter.dll",
        "ref/netstandard1.3/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml",
        "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Xml.XDocument/4.3.0": {
      "sha512": "eo3nVS5HenheiAF0R8qPcTngLU57gNllzr++Tw+ocxbakg7pG6SrALaJX3SZeclPzmO9SveCGfPaJ02M8NFqEw==",
      "type": "package",
      "path": "System.Xml.XDocument/4.3.0",
      "files": [
        "System.Xml.XDocument.4.3.0.nupkg.sha512",
        "System.Xml.XDocument.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net45/_._",
        "lib/netcore50/System.Xml.XDocument.dll",
        "lib/netstandard1.3/System.Xml.XDocument.dll",
        "lib/portable-net45+win8+wp8+wpa81/_._",
        "lib/win8/_._",
        "lib/wp80/_._",
        "lib/wpa81/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/_._",
        "ref/netcore50/System.Xml.XDocument.dll",
        "ref/netcore50/System.Xml.XDocument.xml",
        "ref/netcore50/de/System.Xml.XDocument.xml",
        "ref/netcore50/es/System.Xml.XDocument.xml",
        "ref/netcore50/fr/System.Xml.XDocument.xml",
        "ref/netcore50/it/System.Xml.XDocument.xml",
        "ref/netcore50/ja/System.Xml.XDocument.xml",
        "ref/netcore50/ko/System.Xml.XDocument.xml",
        "ref/netcore50/ru/System.Xml.XDocument.xml",
        "ref/netcore50/zh-hans/System.Xml.XDocument.xml",
        "ref/netcore50/zh-hant/System.Xml.XDocument.xml",
        "ref/netstandard1.0/System.Xml.XDocument.dll",
        "ref/netstandard1.0/System.Xml.XDocument.xml",
        "ref/netstandard1.0/de/System.Xml.XDocument.xml",
        "ref/netstandard1.0/es/System.Xml.XDocument.xml",
        "ref/netstandard1.0/fr/System.Xml.XDocument.xml",
        "ref/netstandard1.0/it/System.Xml.XDocument.xml",
        "ref/netstandard1.0/ja/System.Xml.XDocument.xml",
        "ref/netstandard1.0/ko/System.Xml.XDocument.xml",
        "ref/netstandard1.0/ru/System.Xml.XDocument.xml",
        "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml",
        "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml",
        "ref/netstandard1.3/System.Xml.XDocument.dll",
        "ref/netstandard1.3/System.Xml.XDocument.xml",
        "ref/netstandard1.3/de/System.Xml.XDocument.xml",
        "ref/netstandard1.3/es/System.Xml.XDocument.xml",
        "ref/netstandard1.3/fr/System.Xml.XDocument.xml",
        "ref/netstandard1.3/it/System.Xml.XDocument.xml",
        "ref/netstandard1.3/ja/System.Xml.XDocument.xml",
        "ref/netstandard1.3/ko/System.Xml.XDocument.xml",
        "ref/netstandard1.3/ru/System.Xml.XDocument.xml",
        "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml",
        "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml",
        "ref/portable-net45+win8+wp8+wpa81/_._",
        "ref/win8/_._",
        "ref/wp80/_._",
        "ref/wpa81/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Xml.XmlDocument/4.0.1": {
      "sha512": "GGUccF8euCWmBlgSwwDLo+C9xzIieI0IoNNQBAMbgCT/ugVh4u9PjNKT3dN89tx3bd885Mv/IPrrxE2v/9FvYg==",
      "type": "package",
      "path": "System.Xml.XmlDocument/4.0.1",
      "files": [
        "System.Xml.XmlDocument.4.0.1.nupkg.sha512",
        "System.Xml.XmlDocument.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Xml.XmlDocument.dll",
        "lib/netstandard1.3/System.Xml.XmlDocument.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Xml.XmlDocument.dll",
        "ref/netstandard1.3/System.Xml.XmlDocument.dll",
        "ref/netstandard1.3/System.Xml.XmlDocument.xml",
        "ref/netstandard1.3/de/System.Xml.XmlDocument.xml",
        "ref/netstandard1.3/es/System.Xml.XmlDocument.xml",
        "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml",
        "ref/netstandard1.3/it/System.Xml.XmlDocument.xml",
        "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml",
        "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml",
        "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml",
        "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml",
        "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Xml.XPath/4.0.1": {
      "sha512": "sLmKzmyd4P+Zby6RUoIIxGVVduUElwWgsaMb61m83eGdYwQABM1S3j39BoWm3cRecdb/Uz/CnzD6V22eG7hOiA==",
      "type": "package",
      "path": "System.Xml.XPath/4.0.1",
      "files": [
        "System.Xml.XPath.4.0.1.nupkg.sha512",
        "System.Xml.XPath.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Xml.XPath.dll",
        "lib/netstandard1.3/System.Xml.XPath.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Xml.XPath.dll",
        "ref/netstandard1.3/System.Xml.XPath.dll",
        "ref/netstandard1.3/System.Xml.XPath.xml",
        "ref/netstandard1.3/de/System.Xml.XPath.xml",
        "ref/netstandard1.3/es/System.Xml.XPath.xml",
        "ref/netstandard1.3/fr/System.Xml.XPath.xml",
        "ref/netstandard1.3/it/System.Xml.XPath.xml",
        "ref/netstandard1.3/ja/System.Xml.XPath.xml",
        "ref/netstandard1.3/ko/System.Xml.XPath.xml",
        "ref/netstandard1.3/ru/System.Xml.XPath.xml",
        "ref/netstandard1.3/zh-hans/System.Xml.XPath.xml",
        "ref/netstandard1.3/zh-hant/System.Xml.XPath.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "System.Xml.XPath.XDocument/4.0.1": {
      "sha512": "KS365lMW2GFXd8VP+2AUOQi712lXZwzpkpHOWUq1RRr5DuexGbZYL5aImvuaCuaTajKeXUgHZz+4chtgZ8RykA==",
      "type": "package",
      "path": "System.Xml.XPath.XDocument/4.0.1",
      "files": [
        "System.Xml.XPath.XDocument.4.0.1.nupkg.sha512",
        "System.Xml.XPath.XDocument.nuspec",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Xml.XPath.XDocument.dll",
        "lib/netstandard1.3/System.Xml.XPath.XDocument.dll",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net46/System.Xml.XPath.XDocument.dll",
        "ref/netstandard1.3/System.Xml.XPath.XDocument.dll",
        "ref/netstandard1.3/System.Xml.XPath.XDocument.xml",
        "ref/netstandard1.3/de/System.Xml.XPath.XDocument.xml",
        "ref/netstandard1.3/es/System.Xml.XPath.XDocument.xml",
        "ref/netstandard1.3/fr/System.Xml.XPath.XDocument.xml",
        "ref/netstandard1.3/it/System.Xml.XPath.XDocument.xml",
        "ref/netstandard1.3/ja/System.Xml.XPath.XDocument.xml",
        "ref/netstandard1.3/ko/System.Xml.XPath.XDocument.xml",
        "ref/netstandard1.3/ru/System.Xml.XPath.XDocument.xml",
        "ref/netstandard1.3/zh-hans/System.Xml.XPath.XDocument.xml",
        "ref/netstandard1.3/zh-hant/System.Xml.XPath.XDocument.xml",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._"
      ]
    },
    "xunit/2.1.0": {
      "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==",
      "type": "package",
      "path": "xunit/2.1.0",
      "files": [
        "xunit.2.1.0.nupkg.sha512",
        "xunit.nuspec"
      ]
    },
    "xunit.abstractions/2.0.0": {
      "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==",
      "type": "package",
      "path": "xunit.abstractions/2.0.0",
      "files": [
        "lib/net35/xunit.abstractions.dll",
        "lib/net35/xunit.abstractions.xml",
        "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll",
        "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml",
        "xunit.abstractions.2.0.0.nupkg.sha512",
        "xunit.abstractions.nuspec"
      ]
    },
    "xunit.assert/2.1.0": {
      "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==",
      "type": "package",
      "path": "xunit.assert/2.1.0",
      "files": [
        "lib/dotnet/xunit.assert.dll",
        "lib/dotnet/xunit.assert.pdb",
        "lib/dotnet/xunit.assert.xml",
        "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll",
        "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb",
        "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml",
        "xunit.assert.2.1.0.nupkg.sha512",
        "xunit.assert.nuspec"
      ]
    },
    "xunit.core/2.1.0": {
      "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==",
      "type": "package",
      "path": "xunit.core/2.1.0",
      "files": [
        "build/_desktop/xunit.execution.desktop.dll",
        "build/dnx451/_._",
        "build/monoandroid/_._",
        "build/monotouch/_._",
        "build/net45/_._",
        "build/portable-net45+win8+wp8+wpa81/xunit.core.props",
        "build/win8/_._",
        "build/win81/xunit.core.props",
        "build/wp8/_._",
        "build/wpa81/xunit.core.props",
        "build/xamarinios/_._",
        "xunit.core.2.1.0.nupkg.sha512",
        "xunit.core.nuspec"
      ]
    },
    "xunit.extensibility.core/2.1.0": {
      "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==",
      "type": "package",
      "path": "xunit.extensibility.core/2.1.0",
      "files": [
        "lib/dotnet/xunit.core.dll",
        "lib/dotnet/xunit.core.dll.tdnet",
        "lib/dotnet/xunit.core.pdb",
        "lib/dotnet/xunit.core.xml",
        "lib/dotnet/xunit.runner.tdnet.dll",
        "lib/dotnet/xunit.runner.utility.desktop.dll",
        "lib/portable-net45+win8+wp8+wpa81/xunit.core.dll",
        "lib/portable-net45+win8+wp8+wpa81/xunit.core.dll.tdnet",
        "lib/portable-net45+win8+wp8+wpa81/xunit.core.pdb",
        "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml",
        "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll",
        "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll",
        "xunit.extensibility.core.2.1.0.nupkg.sha512",
        "xunit.extensibility.core.nuspec"
      ]
    },
    "xunit.extensibility.execution/2.1.0": {
      "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==",
      "type": "package",
      "path": "xunit.extensibility.execution/2.1.0",
      "files": [
        "lib/dnx451/xunit.execution.dotnet.dll",
        "lib/dnx451/xunit.execution.dotnet.pdb",
        "lib/dnx451/xunit.execution.dotnet.xml",
        "lib/dotnet/xunit.execution.dotnet.dll",
        "lib/dotnet/xunit.execution.dotnet.pdb",
        "lib/dotnet/xunit.execution.dotnet.xml",
        "lib/monoandroid/xunit.execution.dotnet.dll",
        "lib/monoandroid/xunit.execution.dotnet.pdb",
        "lib/monoandroid/xunit.execution.dotnet.xml",
        "lib/monotouch/xunit.execution.dotnet.dll",
        "lib/monotouch/xunit.execution.dotnet.pdb",
        "lib/monotouch/xunit.execution.dotnet.xml",
        "lib/net45/xunit.execution.desktop.dll",
        "lib/net45/xunit.execution.desktop.pdb",
        "lib/net45/xunit.execution.desktop.xml",
        "lib/portable-net45+win8+wp8+wpa81/xunit.execution.dotnet.dll",
        "lib/portable-net45+win8+wp8+wpa81/xunit.execution.dotnet.pdb",
        "lib/portable-net45+win8+wp8+wpa81/xunit.execution.dotnet.xml",
        "lib/win8/xunit.execution.dotnet.dll",
        "lib/win8/xunit.execution.dotnet.pdb",
        "lib/win8/xunit.execution.dotnet.xml",
        "lib/wp8/xunit.execution.dotnet.dll",
        "lib/wp8/xunit.execution.dotnet.pdb",
        "lib/wp8/xunit.execution.dotnet.xml",
        "lib/wpa81/xunit.execution.dotnet.dll",
        "lib/wpa81/xunit.execution.dotnet.pdb",
        "lib/wpa81/xunit.execution.dotnet.xml",
        "lib/xamarinios/xunit.execution.dotnet.dll",
        "lib/xamarinios/xunit.execution.dotnet.pdb",
        "lib/xamarinios/xunit.execution.dotnet.xml",
        "xunit.extensibility.execution.2.1.0.nupkg.sha512",
        "xunit.extensibility.execution.nuspec"
      ]
    },
    "xunit.runner.reporters/2.1.0": {
      "sha512": "ja0kJrvwSiho2TRFpfHfa+6tGJI5edcyD8fdekTkjn7Us17PbGqglIihRe8sR9YFAmS4ipEC8+7CXOM/b69ENQ==",
      "type": "package",
      "path": "xunit.runner.reporters/2.1.0",
      "files": [
        "lib/dnx451/xunit.runner.reporters.dotnet.dll",
        "lib/dotnet/xunit.runner.reporters.dotnet.dll",
        "lib/net45/xunit.runner.reporters.desktop.dll",
        "xunit.runner.reporters.2.1.0.nupkg.sha512",
        "xunit.runner.reporters.nuspec"
      ]
    },
    "xunit.runner.utility/2.1.0": {
      "sha512": "jJJHROwskIhdQuYw7exe7KaW20dOCa+lzV/lY7Zdh1ZZzdUPpScMi9ReJIutqiyjhemGF8V/GaMIPrcjyZ4ioQ==",
      "type": "package",
      "path": "xunit.runner.utility/2.1.0",
      "files": [
        "lib/dnx451/xunit.runner.utility.dotnet.dll",
        "lib/dnx451/xunit.runner.utility.dotnet.pdb",
        "lib/dnx451/xunit.runner.utility.dotnet.xml",
        "lib/dotnet/xunit.runner.utility.dotnet.dll",
        "lib/dotnet/xunit.runner.utility.dotnet.pdb",
        "lib/dotnet/xunit.runner.utility.dotnet.xml",
        "lib/net35/xunit.runner.utility.desktop.dll",
        "lib/net35/xunit.runner.utility.desktop.pdb",
        "lib/net35/xunit.runner.utility.desktop.xml",
        "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.dotnet.dll",
        "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.dotnet.pdb",
        "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.dotnet.xml",
        "xunit.runner.utility.2.1.0.nupkg.sha512",
        "xunit.runner.utility.nuspec"
      ]
    },
    "inheritance/1.0.0": {
      "type": "project",
      "path": "../inheritance/project.json"
    }
  },
  "projectFileDependencyGroups": {
    "": [
      "System.Runtime.Serialization.Primitives >= 4.3.0",
      "dotnet-test-xunit >= 1.0.0-rc2-192208-24",
      "inheritance",
      "xunit >= 2.1.0"
    ],
    ".NETCoreApp,Version=v1.1": [
      "Microsoft.NETCore.App >= 1.1.0"
    ]
  },
  "tools": {},
  "projectFileToolGroups": {}
}